Shades of Cotton Candy #FFBBDE
Tints of Cotton Candy #FFBBDE
RGB
CMYK
RGB Variations
Color information
#FFBBDE (or 0xFFBBDE) is known color: Cotton Candy. HEX triplet: FF, BB and DE. RGB value is (255,187,222). Sum of RGB (Red+Green+Blue) = 255+187+222=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDE is #004421. Grayscale: #D3D3D3. Windows color (decimal): -17442 or 14597119. OLE color: 14597119.
HSL color Cylindrical-coordinate representation of color #FFBBDE: hue angle of 329.12º 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 #FFBBDE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 222 | - |
| CMYK | 0 | 0.27 | 0.13 | 0 |
| HSL | 329.12º | 1% | 0.87% | - |
| HSV(B) | 329.12º | 0.27% | 1% | - |
| XYZ | 72.2 | 62.07 | 77.28 | - |
| YUV | 211.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 222 | 0 | 0.27 | 0.13 | 0 | 329.12 | 1 | 0.87 |
| Hex | FF | BB | DE | 0 | 1B | D | 0 | 149 | 64 | 57 |
| Octal | 377 | 273 | 336 | 0 | 33 | 15 | 0 | 511 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11011110 | 0 | 11011 | 1101 | 0 | 101001001 | 1100100 | 1010111 |
Color Harmonies of #FFBBDE
Complementary color
Monochromatic Colors of #FFBBDE
Black with #FFBBDE
Text Example
Text Example
White with #FFBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBDE; }
p { color: rgb(255,187,222); }
H1.HeaderClassName
{
color: #FFBBDE;
}
.AnyTagClassName
{
color: #FFBBDE;
}
</style>
background-color css
<style>
a { background-color: #FFBBDE; }
a { background-color: rgb(255,187,222); }
div.DivClassName
{
background-color: #FFBBDE;
}
.BgClassName
{
background-color: #FFBBDE;
}
</style>
border-color css
<style>
span { border-color: #FFBBDE; }
span { border-color: rgb(255,187,222); }
td.TdClassName
{
border-color: #FFBBDE;
}
.TagClassName
{
border-color: #FFBBDE;
}
</style>