Picas to rem Converter
Enter a pica value and root font size to get the exact CSS rem equivalent instantly.
Convert Picas to rem
pc
px
Default browser root font size is 16px.
Root Font Presets
Result
1
rem
1 pc × 12 × (96÷72) ÷ 16 = 1.000rem
Common Pica Sizes
rem values update as you change the root font size.
| Picas (pc) | px (96 DPI) | rem (16px base) |
|---|
Formula
rem = pc × 12 × (96 ÷ 72) ÷ rootFontSizePx
One pica = 12 points. One point = 96/72 ≈ 1.3333px at 96 DPI. With a 16px root, 1pc = 16px = 1rem exactly.
Copied!
Summary
Enter a pica value and root font size to get the exact CSS rem equivalent instantly.
How it works
- Enter the number of typographic picas (pc) to convert.
- Set the root font size in pixels — default is 16px (browser default).
- The tool computes: px = pc × 12 × (96 ÷ 72), then rem = px ÷ rootFontSizePx.
- Use the root font size presets (10px, 16px, 18px) for common CSS configurations.
- Copy the rem result or browse the reference table for common pica sizes.
Use cases
- Convert print column widths and margins from picas to rem for responsive CSS layouts.
- Match typographic pica measurements from InDesign or QuarkXPress to web rem values.
- Verify rem values when migrating print stylesheets to screen CSS.
- Build a design token set by mapping standard layout pica sizes to rem.
- Calculate rem equivalents for a non-standard root font size such as 10px or 18px.
- Cross-check pica measurements between design software and a live CSS codebase.
Frequently Asked Questions
Last updated: 2026-07-23 ·
Reviewed by Nham Vu