HEX
#
RGB
HSL

#FFE4B5 CSS / HTML Preview

Text with hexadecimal color #FFE4B5

This text has a font color of #FFE4B5.

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

This element has a border color of #FFE4B5.

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

This paragraph has a background color of #FFE4B5.

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