HEX
#
RGB
HSL

#FFC0CB CSS / HTML Preview

Text with hexadecimal color #FFC0CB

This text has a font color of #FFC0CB.

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

This element has a border color of #FFC0CB.

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

This paragraph has a background color of #FFC0CB.

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