White (#FFFFFF) to RGB

Convert the white hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#FFFFFF = rgb(255, 255, 255)

Color Values

Hex#FFFFFF
RGBrgb(255, 255, 255)
Red255
Green255
Blue255

Convert Any Hex Color

✅ RGB Value: rgb(255, 255, 255)

Frequently Asked Questions

What is the RGB value of White?

White (#FFFFFF) is rgb(255, 255, 255) in RGB.

What is the hex code for White?

The hex code for White is #FFFFFF, which is rgb(255, 255, 255) in RGB.

How do I use White in CSS?

In CSS you can use either form interchangeably: color: #FFFFFF; or color: rgb(255, 255, 255);