Shades of Cotton Candy #FFBBE5
Tints of Cotton Candy #FFBBE5
RGB
CMYK
RGB Variations
Color information
#FFBBE5 (or 0xFFBBE5) is known color: Cotton Candy. HEX triplet: FF, BB and E5. RGB value is (255,187,229). Sum of RGB (Red+Green+Blue) = 255+187+229=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBE5 is #00441A. Grayscale: #D4D4D4. Windows color (decimal): -17435 or 15055871. OLE color: 15055871.
HSL color Cylindrical-coordinate representation of color #FFBBE5: hue angle of 322.94º 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 #FFBBE5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 229 | - |
| CMYK | 0 | 0.27 | 0.10 | 0 |
| HSL | 322.94º | 1% | 0.87% | - |
| HSV(B) | 322.94º | 0.27% | 1% | - |
| XYZ | 73.15 | 62.46 | 82.33 | - |
| YUV | 212.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 229 | 0 | 0.27 | 0.10 | 0 | 322.94 | 1 | 0.87 |
| Hex | FF | BB | E5 | 0 | 1B | A | 0 | 143 | 64 | 57 |
| Octal | 377 | 273 | 345 | 0 | 33 | 12 | 0 | 503 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11100101 | 0 | 11011 | 1010 | 0 | 101000011 | 1100100 | 1010111 |
Color Harmonies of #FFBBE5
Complementary color
Monochromatic Colors of #FFBBE5
Black with #FFBBE5
Text Example
Text Example
White with #FFBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBE5; }
p { color: rgb(255,187,229); }
H1.HeaderClassName
{
color: #FFBBE5;
}
.AnyTagClassName
{
color: #FFBBE5;
}
</style>
background-color css
<style>
a { background-color: #FFBBE5; }
a { background-color: rgb(255,187,229); }
div.DivClassName
{
background-color: #FFBBE5;
}
.BgClassName
{
background-color: #FFBBE5;
}
</style>
border-color css
<style>
span { border-color: #FFBBE5; }
span { border-color: rgb(255,187,229); }
td.TdClassName
{
border-color: #FFBBE5;
}
.TagClassName
{
border-color: #FFBBE5;
}
</style>