HEX
#
RGB
HSL

#FFFFFF CSS / HTML Preview

Text with hexadecimal color #FFFFFF

This text has a font color of #FFFFFF.

<span style="color:#FFFFFF;">Your text here</span>
#FFFFFF border color

This element has a border color of #FFFFFF.

<div style="border:2px solid #FFFFFF;">Content here</div>
#FFFFFF background color

This paragraph has a background color of #FFFFFF.

<p style="background-color:#FFFFFF;">Content here</p>
CSS codes
.text {color:#FFFFFF;}
.background {background-color:#FFFFFF;}
.border {border:1px solid #FFFFFF;}