Shades of Cotton Candy #FABBDE
Tints of Cotton Candy #FABBDE
RGB
CMYK
RGB Variations
Color information
#FABBDE (or 0xFABBDE) is known color: Cotton Candy. HEX triplet: FA, BB and DE. RGB value is (250,187,222). Sum of RGB (Red+Green+Blue) = 250+187+222=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDE is #054421. Grayscale: #D1D1D1. Windows color (decimal): -345122 or 14597114. OLE color: 14597114.
HSL color Cylindrical-coordinate representation of color #FABBDE: hue angle of 326.67º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBDE is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 222 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.02 |
| HSL | 326.67º | 0.86% | 0.86% | - |
| HSV(B) | 326.67º | 0.25% | 0.98% | - |
| XYZ | 70.38 | 61.14 | 77.2 | - |
| YUV | 209.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 222 | 0 | 0.25 | 0.11 | 0.02 | 326.67 | 0.86 | 0.86 |
| Hex | FA | BB | DE | 0 | 19 | B | 2 | 147 | 56 | 56 |
| Octal | 372 | 273 | 336 | 0 | 31 | 13 | 2 | 507 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11011110 | 0 | 11001 | 1011 | 10 | 101000111 | 1010110 | 1010110 |
Color Harmonies of #FABBDE
Complementary color
Monochromatic Colors of #FABBDE
Black with #FABBDE
Text Example
Text Example
White with #FABBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBDE; }
p { color: rgb(250,187,222); }
H1.HeaderClassName
{
color: #FABBDE;
}
.AnyTagClassName
{
color: #FABBDE;
}
</style>
background-color css
<style>
a { background-color: #FABBDE; }
a { background-color: rgb(250,187,222); }
div.DivClassName
{
background-color: #FABBDE;
}
.BgClassName
{
background-color: #FABBDE;
}
</style>
border-color css
<style>
span { border-color: #FABBDE; }
span { border-color: rgb(250,187,222); }
td.TdClassName
{
border-color: #FABBDE;
}
.TagClassName
{
border-color: #FABBDE;
}
</style>