HEX
#
RGB
HSL

#FFF5EE CSS / HTML Preview

Text with hexadecimal color #FFF5EE

This text has a font color of #FFF5EE.

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

This element has a border color of #FFF5EE.

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

This paragraph has a background color of #FFF5EE.

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