HEX
#
RGB
HSL

#F5F5F5 CSS / HTML Preview

Text with hexadecimal color #F5F5F5

This text has a font color of #F5F5F5.

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

This element has a border color of #F5F5F5.

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

This paragraph has a background color of #F5F5F5.

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