HEX
#
RGB
HSL

#FAEBD7 CSS / HTML Preview

Text with hexadecimal color #FAEBD7

This text has a font color of #FAEBD7.

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

This element has a border color of #FAEBD7.

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

This paragraph has a background color of #FAEBD7.

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