HEX
#
RGB
HSL

#FFFAF0 CSS / HTML Preview

Text with hexadecimal color #FFFAF0

This text has a font color of #FFFAF0.

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

This element has a border color of #FFFAF0.

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

This paragraph has a background color of #FFFAF0.

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