Shades of Cotton Candy #FFBBD3
Tints of Cotton Candy #FFBBD3
RGB
CMYK
RGB Variations
Color information
#FFBBD3 (or 0xFFBBD3) is known color: Cotton Candy. HEX triplet: FF, BB and D3. RGB value is (255,187,211). Sum of RGB (Red+Green+Blue) = 255+187+211=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD3 is #00442C. Grayscale: #D2D2D2. Windows color (decimal): -17453 or 13876223. OLE color: 13876223.
HSL color Cylindrical-coordinate representation of color #FFBBD3: hue angle of 338.82º 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 #FFBBD3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 211 | - |
| CMYK | 0 | 0.27 | 0.17 | 0 |
| HSL | 338.82º | 1% | 0.87% | - |
| HSV(B) | 338.82º | 0.27% | 1% | - |
| XYZ | 70.77 | 61.5 | 69.77 | - |
| YUV | 210.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 211 | 0 | 0.27 | 0.17 | 0 | 338.82 | 1 | 0.87 |
| Hex | FF | BB | D3 | 0 | 1B | 11 | 0 | 153 | 64 | 57 |
| Octal | 377 | 273 | 323 | 0 | 33 | 21 | 0 | 523 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11010011 | 0 | 11011 | 10001 | 0 | 101010011 | 1100100 | 1010111 |
Color Harmonies of #FFBBD3
Complementary color
Monochromatic Colors of #FFBBD3
Black with #FFBBD3
Text Example
Text Example
White with #FFBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBD3; }
p { color: rgb(255,187,211); }
H1.HeaderClassName
{
color: #FFBBD3;
}
.AnyTagClassName
{
color: #FFBBD3;
}
</style>
background-color css
<style>
a { background-color: #FFBBD3; }
a { background-color: rgb(255,187,211); }
div.DivClassName
{
background-color: #FFBBD3;
}
.BgClassName
{
background-color: #FFBBD3;
}
</style>
border-color css
<style>
span { border-color: #FFBBD3; }
span { border-color: rgb(255,187,211); }
td.TdClassName
{
border-color: #FFBBD3;
}
.TagClassName
{
border-color: #FFBBD3;
}
</style>