Shades of Cotton Candy #FABBDC
Tints of Cotton Candy #FABBDC
RGB
CMYK
RGB Variations
Color information
#FABBDC (or 0xFABBDC) is known color: Cotton Candy. HEX triplet: FA, BB and DC. RGB value is (250,187,220). Sum of RGB (Red+Green+Blue) = 250+187+220=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDC is #054423. Grayscale: #D1D1D1. Windows color (decimal): -345124 or 14466042. OLE color: 14466042.
HSL color Cylindrical-coordinate representation of color #FABBDC: hue angle of 328.57º 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 #FABBDC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 220 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 328.57º | 0.86% | 0.86% | - |
| HSV(B) | 328.57º | 0.25% | 0.98% | - |
| XYZ | 70.11 | 61.03 | 75.8 | - |
| YUV | 209.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 220 | 0 | 0.25 | 0.12 | 0.02 | 328.57 | 0.86 | 0.86 |
| Hex | FA | BB | DC | 0 | 19 | C | 2 | 149 | 56 | 56 |
| Octal | 372 | 273 | 334 | 0 | 31 | 14 | 2 | 511 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11011100 | 0 | 11001 | 1100 | 10 | 101001001 | 1010110 | 1010110 |
Color Harmonies of #FABBDC
Complementary color
Monochromatic Colors of #FABBDC
Black with #FABBDC
Text Example
Text Example
White with #FABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBDC; }
p { color: rgb(250,187,220); }
H1.HeaderClassName
{
color: #FABBDC;
}
.AnyTagClassName
{
color: #FABBDC;
}
</style>
background-color css
<style>
a { background-color: #FABBDC; }
a { background-color: rgb(250,187,220); }
div.DivClassName
{
background-color: #FABBDC;
}
.BgClassName
{
background-color: #FABBDC;
}
</style>
border-color css
<style>
span { border-color: #FABBDC; }
span { border-color: rgb(250,187,220); }
td.TdClassName
{
border-color: #FABBDC;
}
.TagClassName
{
border-color: #FABBDC;
}
</style>