HEX
#
RGB
HSL

#FFEBCD CSS / HTML Preview

Text with hexadecimal color #FFEBCD

This text has a font color of #FFEBCD.

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

This element has a border color of #FFEBCD.

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

This paragraph has a background color of #FFEBCD.

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