← Back to all tools

Goodfolk Design Utilities

REM/PX Converter

Convert pixels to rems and rems to pixels using a custom base font size.

Most browsers use 16px as the default root font size. Change the base if your project uses a different root size.

Conversion

PX to REM16.00px = 1.0000rem
REM to PX1.0000rem = 16.00px

Recommended CSS value

1.0000rem
REM values scale with the root font size, which can make layouts and typography more flexible for responsive design.

Related tools