Color #F5F5F5
Cultured
#F5F5F5 is known as Cultured color, it's hex color is composed of 96.08% red, 96.08% green and 96.08% blue, its RGB value is 245,245,245. The Nearest color to #F5F5F5 with the color name is Wild Sand hex code #F4F4F4
This text has a font color of #F5F5F5.
<span style="color:#F5F5F5;">Your text here</span>
This element has a border color of #F5F5F5.
<div style="border:2px solid #F5F5F5;">Content here</div>
This paragraph has a background color of #F5F5F5.
<p style="background-color:#F5F5F5;">Content here</p>
.text {color:#F5F5F5;}
.background {background-color:#F5F5F5;}
.border {border:1px solid #F5F5F5;}