HEX
#
RGB
HSL

#FFE4E1 CSS / HTML Preview

Text with hexadecimal color #FFE4E1

This text has a font color of #FFE4E1.

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

This element has a border color of #FFE4E1.

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

This paragraph has a background color of #FFE4E1.

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