Skip to content

色とデザイン

CSS 単位変換

無料のCSS単位変換ツール。ルートフォントサイズに基づいて、px、rem、em、pt、pc、物理単位間で変換します。レスポンシブデザインとCSSワークフローに。

Runs in your browser

CSS units converter

rem
1rem
em
1em
pt
12pt
pc
1pc
in
0.1667in
cm
0.4233cm

編集者注

Understanding · px, rem, em, and the rest of the family.

この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。

よくある質問

Quick answers.

Is 1rem always 16px?

By default, yes — but if you change the root font-size, all rem values scale. We let you set the root for accurate conversion.

rem vs em?

rem is relative to root font-size; em is relative to the parent's font-size. rem is more predictable for layout.

Why use rem over px?

rem respects user font-size preferences (for accessibility) and scales the whole layout consistently.

Is the converter free?

Yes — fully free, no signup.

他の人はこちらも検索しています

関連ツール

More in this room.

すべて表示 色とデザイン