HEX
#
RGB
HSL

#FFFFF0 CSS / HTML Preview

Text with hexadecimal color #FFFFF0

This text has a font color of #FFFFF0.

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

This element has a border color of #FFFFF0.

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

This paragraph has a background color of #FFFFF0.

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