Bubblegum Hex Code — #FFC1CC
RGB, HSL, and CMYK values for Bubblegum.
Bubblegum Color Values
| Format | Value |
|---|---|
| HEX | #FFC1CC |
| RGB | rgb(255, 193, 204) |
| HSL | hsl(349, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 20%, 0%) |
Want to explore more shades? Use our Color Converter
About Bubblegum
Color psychology: Youth, playfulness.
Bubblegum (#FFC1CC) is a light shade of pink. It's commonly used in web design, graphic design, and branding where youth, playfulness are desired associations.
How to Use Bubblegum in CSS
/* Using HEX */ color: #FFC1CC; background-color: #FFC1CC; /* Using RGB */ color: rgb(255, 193, 204); /* Using HSL */ color: hsl(349, 100%, 88%);