Carnation Pink Hex Code — #FFA6C9
RGB, HSL, and CMYK values for Carnation Pink.
Carnation Pink Color Values
| Format | Value |
|---|---|
| HEX | #FFA6C9 |
| RGB | rgb(255, 166, 201) |
| HSL | hsl(336, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 21%, 0%) |
Want to explore more shades? Use our Color Converter
About Carnation Pink
Color psychology: Innocence, gratitude.
Carnation Pink (#FFA6C9) is a light shade of pink. It's commonly used in web design, graphic design, and branding where innocence, gratitude are desired associations.
How to Use Carnation Pink in CSS
/* Using HEX */ color: #FFA6C9; background-color: #FFA6C9; /* Using RGB */ color: rgb(255, 166, 201); /* Using HSL */ color: hsl(336, 100%, 83%);