What is the RGB code for bubblegum?
The CSS color bubblegum in RGB format is rgb(255, 108, 181). Use this value directly in CSS, SVG, and most design tools.
How do I use bubblegum in CSS?
To apply bubblegum in CSS:
- Text color: color: rgb(255, 108, 181);
- Background: background-color: rgb(255, 108, 181);
- Border: border-color: rgb(255, 108, 181);
What are all the color format values for bubblegum?
| Format | Value |
|---|---|
| HEX | #ff6cb5 |
| RGB | rgb(255, 108, 181) |
| HSL | hsl(330.2, 100%, 71.2%) |
| CMYK | cmyk(0%, 57.6%, 29%, 0%) |
How do I convert bubblegum to RGB?
Select bubblegum from the color name list in our color converter. The RGB value — rgb(255, 108, 181) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bubblegum belong to?
bubblegum belongs to the pink color family. It is a light, vivid color with HSL values: hue 330.2°, saturation 100%, lightness 71.2%.
How do I create lighter and darker shades of bubblegum?
Lighter variant (lightness 86.2%): #ffb9dc. Darker variant (lightness 56.2%): #ff208f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.