HEX
#
RGB
HSL

#FFEFD5 CSS / HTML Preview

Text with hexadecimal color #FFEFD5

This text has a font color of #FFEFD5.

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

This element has a border color of #FFEFD5.

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

This paragraph has a background color of #FFEFD5.

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