Atomberg Renesa 400mm BLDC Table Fan (Remote + LED Display)

2,000.003,000.00 (-33%)

In stock

Stay cool and comfortable with the Atomberg Renesa 400mm BLDC Table Fan. This energy-saving fan features 6 adjustable speeds, silent operation, LED display, and remote control for effortless convenience — ideal for both home and office spaces.

The Atomberg Renesa 400mm Table Fan combines powerful airflow with modern efficiency. Its BLDC motor ensures quiet performance while saving up to 65% energy. With a 6-speed remote, LED display, oscillation, timer, and sleep mode, this fan offers intelligent cooling for your comfort and convenience. Easy to clean and built to last.


Key Features

  • BLDC Motor Technology – Consumes only 35W power

  • Remote Control – 6 speeds, timer, oscillation & sleep modes

  • LED Display Panel – Easy operation and modern look

  • Silent Operation – Ideal for bedrooms, offices, and study rooms

  • Energy Efficient – Saves up to 65% electricity

  • Easy to Clean Design – Detachable front guard

  • 2-Year Manufacturer Warranty

Technical Information

  • Model: Atomberg Renesa Table Fan

  • Fan Type: Table / Stand Fan

  • Sweep Size: 400mm (16 inches)

  • Motor Type: BLDC (Brushless Direct Current)

  • Speed Settings: 6

  • Air Delivery: Approx. 70 CMM

  • Power Consumption: 35W

  • Control Type: Remote + LED Display

  • Oscillation: 90° Smooth Movement

  • Noise Level: <55 dB (Silent Mode)

  • Timer Function: Yes

  • Sleep Mode: Yes

  • Warranty: 2 Years

Be the first to review “Atomberg Renesa 400mm BLDC Table Fan (Remote + LED Display)”

Your email address will not be published. Required fields are marked *

Reviews

There are no reviews yet.

See It Styled On Instagram

    No access token

Main Menu

jQuery(document).ready(function($){ // Load products when brand changes $('#brand-select').change(function(){ var brand_id = $(this).val(); $.ajax({ url: ajax_object.ajax_url, type: 'POST', data: { action: 'get_products_by_brand', brand_id: brand_id }, success: function(response){ $('#product-select').html(response); } }); }); // Filter products on submit $('#product-filter').submit(function(e){ e.preventDefault(); $.ajax({ url: ajax_object.ajax_url, type: 'POST', data: $(this).serialize() + '&action=filter_products', success: function(response){ $('#results').html(response); } }); }); });