HEX
#
RGB
HSL

#FFFACD CSS / HTML Preview

Text with hexadecimal color #FFFACD

This text has a font color of #FFFACD.

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

This element has a border color of #FFFACD.

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

This paragraph has a background color of #FFFACD.

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