8 PT to REM

Result

8 pt = 0.6688 rem


Explanation

  • PT — 8

To convert 8 points to REM you need to multiply PT value by 0.0836, in our case: 8 × 0.0836. In result we'll receive that 8 pt is equal to 0.6688 rem

CSS code for 8 PT to REM

p { font-size: 0.6688rem }

HTML (inline CSS):

<p style="font-size: 0.6688rem">Hello World<p>
Open PT to REM converter