HEX
#
RGB
HSL

#FFFFE0 CSS / HTML Preview

Text with hexadecimal color #FFFFE0

This text has a font color of #FFFFE0.

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

This element has a border color of #FFFFE0.

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

This paragraph has a background color of #FFFFE0.

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