Shades of Cotton Candy #FABCDD
Tints of Cotton Candy #FABCDD
RGB
CMYK
RGB Variations
Color information
#FABCDD (or 0xFABCDD) is known color: Cotton Candy. HEX triplet: FA, BC and DD. RGB value is (250,188,221). Sum of RGB (Red+Green+Blue) = 250+188+221=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCDD is #054322. Grayscale: #D2D2D2. Windows color (decimal): -344867 or 14531834. OLE color: 14531834.
HSL color Cylindrical-coordinate representation of color #FABCDD: hue angle of 328.06º 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 #FABCDD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 221 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 328.06º | 0.86% | 0.86% | - |
| HSV(B) | 328.06º | 0.25% | 0.98% | - |
| XYZ | 70.46 | 61.51 | 76.57 | - |
| YUV | 210.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 221 | 0 | 0.25 | 0.12 | 0.02 | 328.06 | 0.86 | 0.86 |
| Hex | FA | BC | DD | 0 | 19 | C | 2 | 148 | 56 | 56 |
| Octal | 372 | 274 | 335 | 0 | 31 | 14 | 2 | 510 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11011101 | 0 | 11001 | 1100 | 10 | 101001000 | 1010110 | 1010110 |
Color Harmonies of #FABCDD
Complementary color
Monochromatic Colors of #FABCDD
Black with #FABCDD
Text Example
Text Example
White with #FABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCDD; }
p { color: rgb(250,188,221); }
H1.HeaderClassName
{
color: #FABCDD;
}
.AnyTagClassName
{
color: #FABCDD;
}
</style>
background-color css
<style>
a { background-color: #FABCDD; }
a { background-color: rgb(250,188,221); }
div.DivClassName
{
background-color: #FABCDD;
}
.BgClassName
{
background-color: #FABCDD;
}
</style>
border-color css
<style>
span { border-color: #FABCDD; }
span { border-color: rgb(250,188,221); }
td.TdClassName
{
border-color: #FABCDD;
}
.TagClassName
{
border-color: #FABCDD;
}
</style>