Shades of Cotton Candy #FFBBDA
Tints of Cotton Candy #FFBBDA
RGB
CMYK
RGB Variations
Color information
#FFBBDA (or 0xFFBBDA) is known color: Cotton Candy. HEX triplet: FF, BB and DA. RGB value is (255,187,218). Sum of RGB (Red+Green+Blue) = 255+187+218=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDA is #004425. Grayscale: #D2D2D2. Windows color (decimal): -17446 or 14334975. OLE color: 14334975.
HSL color Cylindrical-coordinate representation of color #FFBBDA: hue angle of 332.65º 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 #FFBBDA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 218 | - |
| CMYK | 0 | 0.27 | 0.15 | 0 |
| HSL | 332.65º | 1% | 0.87% | - |
| HSV(B) | 332.65º | 0.27% | 1% | - |
| XYZ | 71.67 | 61.86 | 74.49 | - |
| YUV | 210.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 218 | 0 | 0.27 | 0.15 | 0 | 332.65 | 1 | 0.87 |
| Hex | FF | BB | DA | 0 | 1B | F | 0 | 14D | 64 | 57 |
| Octal | 377 | 273 | 332 | 0 | 33 | 17 | 0 | 515 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11011010 | 0 | 11011 | 1111 | 0 | 101001101 | 1100100 | 1010111 |
Color Harmonies of #FFBBDA
Complementary color
Monochromatic Colors of #FFBBDA
Black with #FFBBDA
Text Example
Text Example
White with #FFBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBDA; }
p { color: rgb(255,187,218); }
H1.HeaderClassName
{
color: #FFBBDA;
}
.AnyTagClassName
{
color: #FFBBDA;
}
</style>
background-color css
<style>
a { background-color: #FFBBDA; }
a { background-color: rgb(255,187,218); }
div.DivClassName
{
background-color: #FFBBDA;
}
.BgClassName
{
background-color: #FFBBDA;
}
</style>
border-color css
<style>
span { border-color: #FFBBDA; }
span { border-color: rgb(255,187,218); }
td.TdClassName
{
border-color: #FFBBDA;
}
.TagClassName
{
border-color: #FFBBDA;
}
</style>