HEX
#
RGB
HSL

#F5DEB3 CSS / HTML Preview

Text with hexadecimal color #F5DEB3

This text has a font color of #F5DEB3.

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

This element has a border color of #F5DEB3.

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

This paragraph has a background color of #F5DEB3.

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