HEX
#
RGB
HSL

#FFFAFA CSS / HTML Preview

Text with hexadecimal color #FFFAFA

This text has a font color of #FFFAFA.

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

This element has a border color of #FFFAFA.

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

This paragraph has a background color of #FFFAFA.

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