Atomberg Renesa Elite 1200mm Smart Ceiling Fan (LED + Remote)

2,000.003,000.00 (-33%)

In stock

Experience luxury and energy efficiency with the Atomberg Renesa Elite BLDC Ceiling Fan. Designed with a sleek modern finish, moonbeam LED light, and remote control operation, this 5-star rated fan ensures superior air delivery, silent performance, and long-lasting comfort.

The Atomberg Renesa Elite 1200mm Ceiling Fan blends advanced BLDC motor technology with elegant design. It features a moonbeam LED light, three-speed remote control, and whisper-quiet operation. With its 5-star energy rating, the fan consumes only 28W at top speed, providing superior airflow, modern aesthetics, and eco-friendly performance with a 3-year warranty.


Key Features

  • Smart BLDC motor saves up to 65% energy

  • Remote control with speed, timer, and sleep mode

  • Integrated Moonbeam LED light for ambient glow

  • Silent operation with high air delivery (235 CMM)

  • Stylish Snow White finish complements any décor

  • 3-year warranty for complete peace of mind

Technical Information

  • Model: Atomberg Renesa Elite

  • Sweep Size: 1200mm (48 inches)

  • Speed: 340 RPM

  • Air Delivery: 235 CMM

  • Power Consumption: 28W (max)

  • Motor Type: BLDC (Brushless Direct Current)

  • Control: Remote with timer and sleep mode

  • LED Light: Integrated Moonbeam

  • Warranty: 3 Years

Be the first to review “Atomberg Renesa Elite 1200mm Smart Ceiling Fan (LED + Remote)”

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); } }); }); });