Flamingo Hex Code — #FC8EAC
RGB, HSL, and CMYK values for Flamingo.
Flamingo Color Values
| Format | Value |
|---|---|
| HEX | #FC8EAC |
| RGB | rgb(252, 142, 172) |
| HSL | hsl(344, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 32%, 1%) |
Want to explore more shades? Use our Color Converter
About Flamingo
Color psychology: Relaxation, fun.
Flamingo (#FC8EAC) is a light shade of pink. It's commonly used in web design, graphic design, and branding where relaxation, fun are desired associations.
How to Use Flamingo in CSS
/* Using HEX */ color: #FC8EAC; background-color: #FC8EAC; /* Using RGB */ color: rgb(252, 142, 172); /* Using HSL */ color: hsl(344, 95%, 77%);