13 Rem to Px

13 Rem to Pixels (13 rem to px)

The conversion from rem (root em) to pixels depends on the font size of the root element (html) in your CSS. By definition, 1 rem is equal to the font size of the root element.

If you know the font size of the root element in pixels, you can easily convert rem to pixels using the following formula:

pixels = 13 rem × font size of root element

  • 12px: 13rem = 156 pixels
  • 14px: 13rem = 182 pixels
  • 16px: 13rem = 208 pixels
  • 18px: 13rem = 234 pixels
  • 20px: 13rem = 260 pixels

Convert 13 REM to PX

base value:

Value(rem):


Value(Pixels):