Shades of Cotton Candy #FFBBD1
Tints of Cotton Candy #FFBBD1
RGB
CMYK
RGB Variations
Color information
#FFBBD1 (or 0xFFBBD1) is known color: Cotton Candy. HEX triplet: FF, BB and D1. RGB value is (255,187,209). Sum of RGB (Red+Green+Blue) = 255+187+209=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD1 is #00442E. Grayscale: #D1D1D1. Windows color (decimal): -17455 or 13745151. OLE color: 13745151.
HSL color Cylindrical-coordinate representation of color #FFBBD1: hue angle of 340.59º 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 #FFBBD1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 209 | - |
| CMYK | 0 | 0.27 | 0.18 | 0 |
| HSL | 340.59º | 1% | 0.87% | - |
| HSV(B) | 340.59º | 0.27% | 1% | - |
| XYZ | 70.52 | 61.4 | 68.46 | - |
| YUV | 209.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 209 | 0 | 0.27 | 0.18 | 0 | 340.59 | 1 | 0.87 |
| Hex | FF | BB | D1 | 0 | 1B | 12 | 0 | 155 | 64 | 57 |
| Octal | 377 | 273 | 321 | 0 | 33 | 22 | 0 | 525 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11010001 | 0 | 11011 | 10010 | 0 | 101010101 | 1100100 | 1010111 |
Color Harmonies of #FFBBD1
Complementary color
Monochromatic Colors of #FFBBD1
Black with #FFBBD1
Text Example
Text Example
White with #FFBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBD1; }
p { color: rgb(255,187,209); }
H1.HeaderClassName
{
color: #FFBBD1;
}
.AnyTagClassName
{
color: #FFBBD1;
}
</style>
background-color css
<style>
a { background-color: #FFBBD1; }
a { background-color: rgb(255,187,209); }
div.DivClassName
{
background-color: #FFBBD1;
}
.BgClassName
{
background-color: #FFBBD1;
}
</style>
border-color css
<style>
span { border-color: #FFBBD1; }
span { border-color: rgb(255,187,209); }
td.TdClassName
{
border-color: #FFBBD1;
}
.TagClassName
{
border-color: #FFBBD1;
}
</style>