HEX
#
RGB
HSL

#FFB6C1 CSS / HTML Preview

Text with hexadecimal color #FFB6C1

This text has a font color of #FFB6C1.

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

This element has a border color of #FFB6C1.

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

This paragraph has a background color of #FFB6C1.

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