Shades of Cotton Candy #FABCD9
Tints of Cotton Candy #FABCD9
RGB
CMYK
RGB Variations
Color information
#FABCD9 (or 0xFABCD9) is known color: Cotton Candy. HEX triplet: FA, BC and D9. RGB value is (250,188,217). Sum of RGB (Red+Green+Blue) = 250+188+217=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD9 is #054326. Grayscale: #D1D1D1. Windows color (decimal): -344871 or 14269690. OLE color: 14269690.
HSL color Cylindrical-coordinate representation of color #FABCD9: hue angle of 331.94º 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 #FABCD9 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 217 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.02 |
| HSL | 331.94º | 0.86% | 0.86% | - |
| HSV(B) | 331.94º | 0.25% | 0.98% | - |
| XYZ | 69.93 | 61.3 | 73.79 | - |
| YUV | 209.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 217 | 0 | 0.25 | 0.13 | 0.02 | 331.94 | 0.86 | 0.86 |
| Hex | FA | BC | D9 | 0 | 19 | D | 2 | 14C | 56 | 56 |
| Octal | 372 | 274 | 331 | 0 | 31 | 15 | 2 | 514 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11011001 | 0 | 11001 | 1101 | 10 | 101001100 | 1010110 | 1010110 |
Color Harmonies of #FABCD9
Complementary color
Monochromatic Colors of #FABCD9
Black with #FABCD9
Text Example
Text Example
White with #FABCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCD9; }
p { color: rgb(250,188,217); }
H1.HeaderClassName
{
color: #FABCD9;
}
.AnyTagClassName
{
color: #FABCD9;
}
</style>
background-color css
<style>
a { background-color: #FABCD9; }
a { background-color: rgb(250,188,217); }
div.DivClassName
{
background-color: #FABCD9;
}
.BgClassName
{
background-color: #FABCD9;
}
</style>
border-color css
<style>
span { border-color: #FABCD9; }
span { border-color: rgb(250,188,217); }
td.TdClassName
{
border-color: #FABCD9;
}
.TagClassName
{
border-color: #FABCD9;
}
</style>