rem to pc
Snapshot
1 REM equals 1 Picas. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses CSS pixel-based scaling anchored to 96 pixels per inch.
- Example: For 8 REM, the result equals 8 Picas.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
1 Picas (pc)
SwitchMachine access
Available to apps and AI agents
rem to pc can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
typography-units- Source unit
rem_16_root- Target unit
picas
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "typography-units",
"value": 1,
"from": "rem_16_root",
"to": "picas"
}Essential response
{
"ok": true,
"conversion": {
"family": "typography-units",
"value": 1,
"from": "rem_16_root",
"to": "picas",
"result": {
"raw": 1,
"display": "1"
},
"canonicalPath": "/typography-units/rem-16-root-to-picas/"
}
}Explanation
Formula: Picas = REM (16px root) × 1. Why: rem and em are relative units, so this route uses the page's explicit 16px baseline assumption before applying the target unit through CSS pixels.
REM (16px root): a CSS relative unit based on the root font size. This converter assumes a fixed 16px root size.
Picas (pc): a print composition unit equal to 12 points, used in typography and page layout work.
This route is useful when translating between fixed CSS lengths and relative typography units so spacing, font sizing, and responsive UI rules stay on an explicit baseline.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| REM (16px root) (rem) | Picas (pc) |
|---|---|
| 8 | 8 |
| 10 | 10 |
| 12 | 12 |
| 14 | 14 |
| 16 | 16 |
| 18 | 18 |
| 24 | 24 |
| 32 | 32 |
| 48 | 48 |
| 96 | 96 |
Questions & answers
Frequently Asked Questions
What defines rem to pc?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Picas to REM (16px root) page.
Are fractional rem (16px root) inputs valid in REM (16px root) to Picas?
Yes. Decimal inputs are supported for REM (16px root) to Picas, and the mirror direction keeps inverse assumptions aligned.