Pastel Pink Hex Code — #FFD1DC
RGB, HSL, and CMYK values for Pastel Pink.
Pastel Pink Color Values
| Format | Value |
|---|---|
| HEX | #FFD1DC |
| RGB | rgb(255, 209, 220) |
| HSL | hsl(346, 100%, 91%) |
| CMYK | cmyk(0%, 18%, 14%, 0%) |
Want to explore more shades? Use our Color Converter
About Pastel Pink
Color psychology: Softness, romance.
Pastel Pink (#FFD1DC) is a light shade of pink. It's commonly used in web design, graphic design, and branding where softness, romance are desired associations.
How to Use Pastel Pink in CSS
/* Using HEX */ color: #FFD1DC; background-color: #FFD1DC; /* Using RGB */ color: rgb(255, 209, 220); /* Using HSL */ color: hsl(346, 100%, 91%);