14px in em · 16px root
0.875 em
em = px ÷ parent font size — shown here at the browser default root font size of 16px.
14px at every root font size
| Root font size | 14px equals | CSS |
|---|---|---|
| 10px | 1.4em | font-size: 1.4em; |
| 12px | 1.16667em | font-size: 1.1667em; |
| 14px | 1em | font-size: 1em; |
| 16px default | 0.875em | font-size: 0.875em; |
| 18px | 0.77778em | font-size: 0.7778em; |
| 20px | 0.7em | font-size: 0.7em; |
Converter
—
Nearby values
Questions
What is 14px in em?
14px = 0.875em at the browser default root font size of 16px. em = px ÷ parent font size.
What is 14px in em at a different root size?
At 10px root: 1.4em. At 12px root: 1.1667em. At 14px root: 1em. At 16px root: 0.875em. At 18px root: 0.7778em. At 20px root: 0.7em.
How is 14px calculated?
em = px ÷ parent font size. Here: 14 ÷ 16 = 0.875.
All px values
Computed from the CSS Values and Units specification. See the full px to em table.