What is REM in CSS?
REM stands for root em and is based on the root font size, usually 16px by default.
Converters
Convert pixels (px) to rem and rem to pixels instantly using a 16px root font size.
Convert pixels (px) to rem and rem to pixels instantly using a 16px root font size.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free online PX to REM converter to quickly convert between pixels (px) and rem units.
REM stands for root em and is based on the root font size, usually 16px by default.
Divide the pixel value by 16.
REM units scale better for accessibility and responsive design.