Pink Hex Code — #FFC0CB
RGB, HSL, and CMYK values for Pink.
Pink Color Values
| Format | Value |
|---|---|
| HEX | #FFC0CB |
| RGB | rgb(255, 192, 203) |
| HSL | hsl(350, 100%, 88%) |
| CMYK | cmyk(0%, 25%, 20%, 0%) |
Want to explore more shades? Use our Color Converter
About Pink
Color psychology: Love, nurturing, calm.
Pink (#FFC0CB) is a light shade of pink. It's commonly used in web design, graphic design, and branding where love, nurturing, calm are desired associations.
How to Use Pink in CSS
/* Using HEX */ color: #FFC0CB; background-color: #FFC0CB; /* Using RGB */ color: rgb(255, 192, 203); /* Using HSL */ color: hsl(350, 100%, 88%);