Skip to content
1440px

8px to em

8px is 0.5em at the default 16px root font size.

8px in em · 16px root
0.5 em

em = px ÷ parent font size — shown here at the browser default root font size of 16px.

8px at every root font size

8px converted at each common root font size
Root font size8px equalsCSS
10px0.8emfont-size: 0.8em;
12px0.66667emfont-size: 0.6667em;
14px0.57143emfont-size: 0.5714em;
16px default0.5emfont-size: 0.5em;
18px0.44444emfont-size: 0.4444em;
20px0.4emfont-size: 0.4em;

Converter

Nearby values

pxem
8px0.5emthis page
10px0.625em
12px0.75em
14px0.875em
16px1em

Questions

What is 8px in em?

8px = 0.5em at the browser default root font size of 16px. em = px ÷ parent font size.

What is 8px in em at a different root size?

At 10px root: 0.8em. At 12px root: 0.6667em. At 14px root: 0.5714em. At 16px root: 0.5em. At 18px root: 0.4444em. At 20px root: 0.4em.

How is 8px calculated?

em = px ÷ parent font size. Here: 8 ÷ 16 = 0.5.

All px values

Computed from the CSS Values and Units specification. See the full px to em table.