Shades of Cotton Candy #FFBBDB
Tints of Cotton Candy #FFBBDB
RGB
CMYK
RGB Variations
Color information
#FFBBDB (or 0xFFBBDB) is known color: Cotton Candy. HEX triplet: FF, BB and DB. RGB value is (255,187,219). Sum of RGB (Red+Green+Blue) = 255+187+219=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDB is #004424. Grayscale: #D2D2D2. Windows color (decimal): -17445 or 14400511. OLE color: 14400511.
HSL color Cylindrical-coordinate representation of color #FFBBDB: hue angle of 331.76º 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 #FFBBDB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 219 | - |
| CMYK | 0 | 0.27 | 0.14 | 0 |
| HSL | 331.76º | 1% | 0.87% | - |
| HSV(B) | 331.76º | 0.27% | 1% | - |
| XYZ | 71.8 | 61.92 | 75.18 | - |
| YUV | 210.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 219 | 0 | 0.27 | 0.14 | 0 | 331.76 | 1 | 0.87 |
| Hex | FF | BB | DB | 0 | 1B | E | 0 | 14C | 64 | 57 |
| Octal | 377 | 273 | 333 | 0 | 33 | 16 | 0 | 514 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11011011 | 0 | 11011 | 1110 | 0 | 101001100 | 1100100 | 1010111 |
Color Harmonies of #FFBBDB
Complementary color
Monochromatic Colors of #FFBBDB
Black with #FFBBDB
Text Example
Text Example
White with #FFBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBDB; }
p { color: rgb(255,187,219); }
H1.HeaderClassName
{
color: #FFBBDB;
}
.AnyTagClassName
{
color: #FFBBDB;
}
</style>
background-color css
<style>
a { background-color: #FFBBDB; }
a { background-color: rgb(255,187,219); }
div.DivClassName
{
background-color: #FFBBDB;
}
.BgClassName
{
background-color: #FFBBDB;
}
</style>
border-color css
<style>
span { border-color: #FFBBDB; }
span { border-color: rgb(255,187,219); }
td.TdClassName
{
border-color: #FFBBDB;
}
.TagClassName
{
border-color: #FFBBDB;
}
</style>