HEX
#
RGB
HSL

#FFA07A CSS / HTML Preview

Text with hexadecimal color #FFA07A

This text has a font color of #FFA07A.

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

This element has a border color of #FFA07A.

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

This paragraph has a background color of #FFA07A.

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