HEX
#
RGB
HSL

#FAFAD2 CSS / HTML Preview

Text with hexadecimal color #FAFAD2

This text has a font color of #FAFAD2.

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

This element has a border color of #FAFAD2.

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

This paragraph has a background color of #FAFAD2.

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