โ˜•

ToolNest

๐Ÿ™ Ads help keep ToolNest free. Thank you for your support! โค๏ธ

CSS Unit Converter

Convert px โ†” rem and px โ†” em with a configurable root font size.

px / rem / em
Instant conversion ยท browser-only
โ— Ready

px โ†” rem

px โ†” em

What is the difference between rem and em?

rem is relative to the root (html) font size. em is relative to the parent elementโ€™s font size.

Why default root size 16px?

Most browsers use 16px as the default root font size, so 1rem typically equals 16px unless you change html { font-size }.