HEX
#
RGB
HSL

#FFF0F5 CSS / HTML Preview

Text with hexadecimal color #FFF0F5

This text has a font color of #FFF0F5.

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

This element has a border color of #FFF0F5.

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

This paragraph has a background color of #FFF0F5.

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