FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC

The photographs are for illustrative purposes only.
Get AI analytics on product MDF Floor Skirting Board 16x96x2400 mm White Pure+Basic:
12.88€/pc.
Ex Tax: 10.39€/pc.
Classen
0 reviews
In stock
Product Code: 000-471341ASP
Qty
Tags:
Product sizes240,00 x 1,60 x 9,60 cm
Package dimensions241,00 x 8,50 x 8,50 cm
Gross weight1,910 kg
Net weight1,932 kg

Pure+Basic white MDF skirting for floor finishing — 16×96×2400 mm

White MDF floor skirting designed to finish the junction between floor and wall for interior application. Check buy options and price on SityPro before ordering.

Key Benefits


    Made of MDF with a clean white Pure+Basic finish — neutral features for many interiors
  • Standard 2400 mm length reduces visible joints
  • Slim profile (1.60 cm thickness, 9.60 cm height) for discreet finishing
  • Lightweight to handle — unit net weight 1.910 kg
  • Compact packaging (241.00 × 8.50 × 8.50 cm) for easier transport and storage

Applications

Used where a neat transition between floor and wall is needed; common applications include:


    Living rooms and bedrooms
  • Hallways and entrances
  • Offices and commercial interiors
  • Renovations and new-build apartments

What to Consider When Choosing


    Confirm the exact profile height fits your skirting needs (9.60 cm)
  1. Verify thickness (1.60 cm) for mounting and groove compatibility
  2. Check the length (240.00 cm) to plan joins and cuts
  3. Compare net and gross weight for handling and transport (1.910 kg / 1.932 kg)
  4. Review package dimensions to ensure delivery and storage space

Specifications


    Material: MDF
  • Color/Finish: White (Pure+Basic)
  • Size: 16 × 96 × 2400 mm (240.00 × 1.60 × 9.60 cm)
  • Unit net weight: 1.910 kg
  • Gross weight: 1.932 kg
  • Package dimensions: 241.00 × 8.50 × 8.50 cm

Why Buy from SityPro


    Easy online buy process with clear information on price and features
  • Competitive price options and transparent checkout
  • Reliable delivery to Estonia and Finland
  • Secure packaging and compact parcel sizes for safer transport
  • Customer support for product selection and application guidance

Description provided by sitypro.com

FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC

What is FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC?

FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC is an MDF baseboard measuring 2400 mm length, 96 mm height and 16 mm thickness; unit net weight 1.910 kg, dimensions 240.00 x 1.60 x 9.60 cm, package 241 x 8.5 x 8.5 cm.

Is this baseboard suitable to install over laminate or parquet?

Yes, the FLOOR BASEBOARD MDF 16x96x2400MM VALGE PURE+BASIC is suitable for finishing the joint between wall and laminate or parquet; its 96 mm height and 16 mm thickness cover standard flooring edges.

What are the dimensions of the baseboard and the package?

Baseboard dimensions are 240.00 x 1.60 x 9.60 cm (length x thickness x height). Package dimensions are 241.00 x 8.50 x 8.50 cm.

What is the weight of one baseboard and the packaged weight?

Unit net weight is 1.910 kg and the gross weight is 1.932 kg, which includes the packaging.

What material is this baseboard made of and what are MDF benefits?

The baseboard is made of MDF (medium-density fibreboard). MDF provides a smooth surface for painting or laminating, dimensional stability and ease of installation.

Can the baseboard be cut to length and what tool is best for MDF 16x96x2400?

Yes, the baseboard can be cut to length. Use a fine-tooth saw or a jigsaw with a wood blade to achieve a clean cut and minimize chipping.

Is this baseboard suitable for painting and priming?

Yes, the MDF surface is suitable for priming and painting. Prime first to improve adhesion and fill pores, then apply enamel or acrylic paint.

How to fix MDF 16x96x2400MM baseboard to the wall and what to consider?

Fix with screws and wall plugs or with construction adhesive depending on wall material. Consider the 16 mm thickness when choosing fixings and place them about 30–40 cm apart for secure attachment.

Is this baseboard suitable for wet rooms like bathrooms?

MDF baseboards are not recommended for constantly wet rooms because MDF is sensitive to prolonged moisture. For bathrooms choose a water-resistant material or a specially treated option.

How does this baseboard differ from other Classen models or different sizes?

Model A148018SP measures 2400 x 16 x 96 mm with a net weight of 1.910 kg; differences versus other models are in dimensions, profile and surface finish — other Classen options may have different heights, profiles or coatings.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');