HEX
#
RGB
HSL

#FFE4C4 CSS / HTML Preview

Text with hexadecimal color #FFE4C4

This text has a font color of #FFE4C4.

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

This element has a border color of #FFE4C4.

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

This paragraph has a background color of #FFE4C4.

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