#ffc0cb
Pink Color Codes
Code | Value |
---|---|
HEX | #ffc0cb |
RGB | rgb(255,192,203) |
HSL | |
CMYK |
Shades of Pink (#ffc0cb)
Tints of Pink (#ffc0cb)
Pink (#ffc0cb) Preview
Text with hexademical color #ffc0cb
This text has a font color of #ffc0cb
<span style="color: #ffc0cb;">Text</span>
#ffc0cb background color
This paragraph has a background color of #ffc0cb
<p style="background-color: #ffc0cb;">Text</p>
#ffc0cb border color
This element has a border color of #ffc0cb
<div style="border: 2px solid #ffc0cb;">Text</div>
CSS codes
.text {color:#ffc0cb;}
.background {background-color: #ffc0cb;}
.border {border:2px solid #ffc0cb;}