HEX
#
RGB
HSL

#F5F5DC CSS / HTML Preview

Text with hexadecimal color #F5F5DC

This text has a font color of #F5F5DC.

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

This element has a border color of #F5F5DC.

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

This paragraph has a background color of #F5F5DC.

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