#ffffff
White Color Codes
Code | Value |
---|---|
HEX | #ffffff |
RGB | rgb(255,255,255) |
HSL | |
CMYK |
Shades of White (#ffffff)
Tints of White (#ffffff)
White (#ffffff) Preview
Text with hexademical color #ffffff
This text has a font color of #ffffff
<span style="color: #ffffff;"h1>Text</span/h1>
#ffffff background color
This paragraph has a background color of #ffffff
<p style="background-color: #ffffff;"h1>Text</p/h1>
#ffffff border color
This element has a border color of #ffffff
<div style="border: 2px solid #ffffff;"h1>Text</div/h1>
CSS codes
.text {color:#ffffff;}
.background {background-color: #ffffff;}
.border {border:2px solid #ffffff;}