Ballet Slipper Hex Code — #F5E1DA
RGB, HSL, and CMYK values for Ballet Slipper.
Last updated: April 6, 2026
Ballet Slipper Color Values
| Format | Value |
|---|---|
| HEX | #F5E1DA |
| RGB | rgb(245, 225, 218) |
| HSL | hsl(16, 57%, 91%) |
| CMYK | cmyk(0%, 8%, 11%, 4%) |
About Ballet Slipper
Color psychology: Grace, elegance.
Ballet Slipper (#F5E1DA) is a light shade of pink with a hue angle of 16° on the color wheel, 57% saturation, and 91% lightness. It's commonly used in web design, graphic design, and branding where grace, elegance are desired associations.
In color theory, Ballet Slipper sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Ballet Slipper in Design
Web Design
Use Ballet Slipper as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Ballet Slipper conveys grace, elegance — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:8% Y:11% K:4%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Ballet Slipper work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Ballet Slipper in CSS
/* Using HEX */ color: #F5E1DA; background-color: #F5E1DA; /* Using RGB */ color: rgb(245, 225, 218); /* Using HSL — best for creating variations */ color: hsl(16, 57%, 91%); /* Transparent overlay (50% opacity) */ background-color: rgba(245, 225, 218, 0.5); /* Lighter variant for hover states */ background-color: hsl(16, 57%, 95%); /* Darker variant for active states */ background-color: hsl(16, 57%, 81%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Ballet Slipper without changing its core hue or saturation.
Colors That Go With Ballet Slipper
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Ballet Slipper?
What is Ballet Slipper in RGB and when should I use RGB?
How to use Ballet Slipper in CSS with different color formats?
What is the HSL value of Ballet Slipper and why is HSL useful for designers?
What is the CMYK value of Ballet Slipper for print design?
What colors pair well with Ballet Slipper in design projects?
Is Ballet Slipper (#F5E1DA) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.