Convert pixels to rem instantly (16px root default). Free CSS unit converter with formula and FAQ.
RAL Classic colours are defined by physical paint samples, not by screen values. The hex values used here are the widely used screen approximations from Wikipedia's List of RAL colours, and the same RAL code can look noticeably different when printed on different substrates. Use this converter for on-screen reference only — for paint mixing, printing or production work, always confirm against a physical RAL fan deck.
See the full RAL Classic chart (all 217 colours) →
| Input | Output |
|---|---|
| 16 px | 1 rem |
| 32 px | 2 rem |
| 14 px | 0.875 rem |
rem (root em) is a unit relative to the root element's font size. Most browsers default to 16px, so 1rem = 16px unless the site overrides it.
rem scales with the user's font-size preferences, which improves accessibility. Pixel values ignore user settings.
If your CSS sets html{font-size:62.5%} (10px root), divide by 10 instead. Use our REM to PX converter with a custom root value.