Shades of Cotton Candy #FFBBE6
Tints of Cotton Candy #FFBBE6
RGB
CMYK
RGB Variations
Color information
#FFBBE6 (or 0xFFBBE6) is known color: Cotton Candy. HEX triplet: FF, BB and E6. RGB value is (255,187,230). Sum of RGB (Red+Green+Blue) = 255+187+230=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBE6 is #004419. Grayscale: #D4D4D4. Windows color (decimal): -17434 or 15121407. OLE color: 15121407.
HSL color Cylindrical-coordinate representation of color #FFBBE6: hue angle of 322.06º 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 #FFBBE6 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 230 | - |
| CMYK | 0 | 0.27 | 0.10 | 0 |
| HSL | 322.06º | 1% | 0.87% | - |
| HSV(B) | 322.06º | 0.27% | 1% | - |
| XYZ | 73.29 | 62.51 | 83.07 | - |
| YUV | 212.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 230 | 0 | 0.27 | 0.10 | 0 | 322.06 | 1 | 0.87 |
| Hex | FF | BB | E6 | 0 | 1B | A | 0 | 142 | 64 | 57 |
| Octal | 377 | 273 | 346 | 0 | 33 | 12 | 0 | 502 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11100110 | 0 | 11011 | 1010 | 0 | 101000010 | 1100100 | 1010111 |
Color Harmonies of #FFBBE6
Complementary color
Monochromatic Colors of #FFBBE6
Black with #FFBBE6
Text Example
Text Example
White with #FFBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBE6; }
p { color: rgb(255,187,230); }
H1.HeaderClassName
{
color: #FFBBE6;
}
.AnyTagClassName
{
color: #FFBBE6;
}
</style>
background-color css
<style>
a { background-color: #FFBBE6; }
a { background-color: rgb(255,187,230); }
div.DivClassName
{
background-color: #FFBBE6;
}
.BgClassName
{
background-color: #FFBBE6;
}
</style>
border-color css
<style>
span { border-color: #FFBBE6; }
span { border-color: rgb(255,187,230); }
td.TdClassName
{
border-color: #FFBBE6;
}
.TagClassName
{
border-color: #FFBBE6;
}
</style>