Flamingo Hex Code — #FC8EAC
RGB, HSL, and CMYK values for Flamingo.
Last updated: April 6, 2026
Flamingo Color Values
| Format | Value |
|---|---|
| HEX | #FC8EAC |
| RGB | rgb(252, 142, 172) |
| HSL | hsl(344, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 32%, 1%) |
About Flamingo
Color psychology: Relaxation, fun.
Flamingo (#FC8EAC) is a light shade of pink with a hue angle of 344° on the color wheel, 95% saturation, and 77% lightness. It's commonly used in web design, graphic design, and branding where relaxation, fun are desired associations.
In color theory, Flamingo sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Flamingo in Design
Web Design
Use Flamingo 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
Flamingo conveys relaxation, fun — 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:44% Y:32% K:1%) 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 Flamingo work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Flamingo in CSS
/* Using HEX */ color: #FC8EAC; background-color: #FC8EAC; /* Using RGB */ color: rgb(252, 142, 172); /* Using HSL — best for creating variations */ color: hsl(344, 95%, 77%); /* Transparent overlay (50% opacity) */ background-color: rgba(252, 142, 172, 0.5); /* Lighter variant for hover states */ background-color: hsl(344, 95%, 87%); /* Darker variant for active states */ background-color: hsl(344, 95%, 67%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Flamingo without changing its core hue or saturation.
Colors That Go With Flamingo
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Flamingo?
What is Flamingo in RGB and when should I use RGB?
How to use Flamingo in CSS with different color formats?
What is the HSL value of Flamingo and why is HSL useful for designers?
What is the CMYK value of Flamingo for print design?
What colors pair well with Flamingo in design projects?
Is Flamingo (#FC8EAC) 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.