Shades of Cotton Candy #FFBBD9
Tints of Cotton Candy #FFBBD9
RGB
CMYK
RGB Variations
Color information
#FFBBD9 (or 0xFFBBD9) is known color: Cotton Candy. HEX triplet: FF, BB and D9. RGB value is (255,187,217). Sum of RGB (Red+Green+Blue) = 255+187+217=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD9 is #004426. Grayscale: #D2D2D2. Windows color (decimal): -17447 or 14269439. OLE color: 14269439.
HSL color Cylindrical-coordinate representation of color #FFBBD9: hue angle of 333.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBD9 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 217 | - |
| CMYK | 0 | 0.27 | 0.15 | 0 |
| HSL | 333.53º | 1% | 0.87% | - |
| HSV(B) | 333.53º | 0.27% | 1% | - |
| XYZ | 71.53 | 61.81 | 73.81 | - |
| YUV | 210.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 217 | 0 | 0.27 | 0.15 | 0 | 333.53 | 1 | 0.87 |
| Hex | FF | BB | D9 | 0 | 1B | F | 0 | 14E | 64 | 57 |
| Octal | 377 | 273 | 331 | 0 | 33 | 17 | 0 | 516 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11011001 | 0 | 11011 | 1111 | 0 | 101001110 | 1100100 | 1010111 |
Color Harmonies of #FFBBD9
Complementary color
Monochromatic Colors of #FFBBD9
Black with #FFBBD9
Text Example
Text Example
White with #FFBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBD9; }
p { color: rgb(255,187,217); }
H1.HeaderClassName
{
color: #FFBBD9;
}
.AnyTagClassName
{
color: #FFBBD9;
}
</style>
background-color css
<style>
a { background-color: #FFBBD9; }
a { background-color: rgb(255,187,217); }
div.DivClassName
{
background-color: #FFBBD9;
}
.BgClassName
{
background-color: #FFBBD9;
}
</style>
border-color css
<style>
span { border-color: #FFBBD9; }
span { border-color: rgb(255,187,217); }
td.TdClassName
{
border-color: #FFBBD9;
}
.TagClassName
{
border-color: #FFBBD9;
}
</style>