HEX
#
RGB
HSL

#F5FFFA CSS / HTML Preview

Text with hexadecimal color #F5FFFA

This text has a font color of #F5FFFA.

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

This element has a border color of #F5FFFA.

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

This paragraph has a background color of #F5FFFA.

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