16px to rem
16 pixels expressed in rem, the unit that scales when a user changes their browser's font size.
16px=1rem
16 ÷ 16 = 1 — rem is just pixels divided by the root font size, which defaults to 16px.
| root size | 16px in rem |
|---|---|
| 14px | 1.1429rem |
| 16px | 1rem |
| 18px | 0.8889rem |
| 20px | 0.8rem |
Different value? Use the converter.