Shades of Cotton Candy #FFBBE8
Tints of Cotton Candy #FFBBE8
RGB
CMYK
RGB Variations
Color information
#FFBBE8 (or 0xFFBBE8) is known color: Cotton Candy. HEX triplet: FF, BB and E8. RGB value is (255,187,232). Sum of RGB (Red+Green+Blue) = 255+187+232=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBE8 is #004417. Grayscale: #D4D4D4. Windows color (decimal): -17432 or 15252479. OLE color: 15252479.
HSL color Cylindrical-coordinate representation of color #FFBBE8: hue angle of 320.29º 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 #FFBBE8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 232 | - |
| CMYK | 0 | 0.27 | 0.09 | 0 |
| HSL | 320.29º | 1% | 0.87% | - |
| HSV(B) | 320.29º | 0.27% | 1% | - |
| XYZ | 73.58 | 62.63 | 84.55 | - |
| YUV | 212.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 232 | 0 | 0.27 | 0.09 | 0 | 320.29 | 1 | 0.87 |
| Hex | FF | BB | E8 | 0 | 1B | 9 | 0 | 140 | 64 | 57 |
| Octal | 377 | 273 | 350 | 0 | 33 | 11 | 0 | 500 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11101000 | 0 | 11011 | 1001 | 0 | 101000000 | 1100100 | 1010111 |
Color Harmonies of #FFBBE8
Complementary color
Monochromatic Colors of #FFBBE8
Black with #FFBBE8
Text Example
Text Example
White with #FFBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBE8; }
p { color: rgb(255,187,232); }
H1.HeaderClassName
{
color: #FFBBE8;
}
.AnyTagClassName
{
color: #FFBBE8;
}
</style>
background-color css
<style>
a { background-color: #FFBBE8; }
a { background-color: rgb(255,187,232); }
div.DivClassName
{
background-color: #FFBBE8;
}
.BgClassName
{
background-color: #FFBBE8;
}
</style>
border-color css
<style>
span { border-color: #FFBBE8; }
span { border-color: rgb(255,187,232); }
td.TdClassName
{
border-color: #FFBBE8;
}
.TagClassName
{
border-color: #FFBBE8;
}
</style>