Ballet Slipper Hex Code — #F5E1DA
RGB, HSL, and CMYK values for Ballet Slipper.
Ballet Slipper Color Values
| Format | Value |
|---|---|
| HEX | #F5E1DA |
| RGB | rgb(245, 225, 218) |
| HSL | hsl(16, 57%, 91%) |
| CMYK | cmyk(0%, 8%, 11%, 4%) |
Want to explore more shades? Use our Color Converter
About Ballet Slipper
Color psychology: Grace, elegance.
Ballet Slipper (#F5E1DA) is a light shade of pink. It's commonly used in web design, graphic design, and branding where grace, elegance are desired associations.
How to Use Ballet Slipper in CSS
/* Using HEX */ color: #F5E1DA; background-color: #F5E1DA; /* Using RGB */ color: rgb(245, 225, 218); /* Using HSL */ color: hsl(16, 57%, 91%);