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 |
| RGB | rgb(255, 255, 255) |
| Red | 255 |
| Green | 255 |
| Blue | 255 |
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);