Shades of Cotton Candy #FFBBD0
Tints of Cotton Candy #FFBBD0
RGB
CMYK
RGB Variations
Color information
#FFBBD0 (or 0xFFBBD0) is known color: Cotton Candy. HEX triplet: FF, BB and D0. RGB value is (255,187,208). Sum of RGB (Red+Green+Blue) = 255+187+208=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD0 is #00442F. Grayscale: #D1D1D1. Windows color (decimal): -17456 or 13679615. OLE color: 13679615.
HSL color Cylindrical-coordinate representation of color #FFBBD0: hue angle of 341.47º 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 #FFBBD0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 208 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 341.47º | 1% | 0.87% | - |
| HSV(B) | 341.47º | 0.27% | 1% | - |
| XYZ | 70.4 | 61.35 | 67.81 | - |
| YUV | 209.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 208 | 0 | 0.27 | 0.18 | 0 | 341.47 | 1 | 0.87 |
| Hex | FF | BB | D0 | 0 | 1B | 12 | 0 | 155 | 64 | 57 |
| Octal | 377 | 273 | 320 | 0 | 33 | 22 | 0 | 525 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11010000 | 0 | 11011 | 10010 | 0 | 101010101 | 1100100 | 1010111 |
Color Harmonies of #FFBBD0
Complementary color
Monochromatic Colors of #FFBBD0
Black with #FFBBD0
Text Example
Text Example
White with #FFBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBD0; }
p { color: rgb(255,187,208); }
H1.HeaderClassName
{
color: #FFBBD0;
}
.AnyTagClassName
{
color: #FFBBD0;
}
</style>
background-color css
<style>
a { background-color: #FFBBD0; }
a { background-color: rgb(255,187,208); }
div.DivClassName
{
background-color: #FFBBD0;
}
.BgClassName
{
background-color: #FFBBD0;
}
</style>
border-color css
<style>
span { border-color: #FFBBD0; }
span { border-color: rgb(255,187,208); }
td.TdClassName
{
border-color: #FFBBD0;
}
.TagClassName
{
border-color: #FFBBD0;
}
</style>