Light Pink Hex Code — #FFB6C1
RGB, HSL, and CMYK values for Light Pink.
Light Pink Color Values
| Format | Value |
|---|---|
| HEX | #FFB6C1 |
| RGB | rgb(255, 182, 193) |
| HSL | hsl(351, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 24%, 0%) |
Want to explore more shades? Use our Color Converter
About Light Pink
Color psychology: Sweetness, tenderness.
Light Pink (#FFB6C1) is a light shade of pink. It's commonly used in web design, graphic design, and branding where sweetness, tenderness are desired associations.
How to Use Light Pink in CSS
/* Using HEX */ color: #FFB6C1; background-color: #FFB6C1; /* Using RGB */ color: rgb(255, 182, 193); /* Using HSL */ color: hsl(351, 100%, 86%);