Shades of Cotton Candy #FABCD0
Tints of Cotton Candy #FABCD0
RGB
CMYK
RGB Variations
Color information
#FABCD0 (or 0xFABCD0) is known color: Cotton Candy. HEX triplet: FA, BC and D0. RGB value is (250,188,208). Sum of RGB (Red+Green+Blue) = 250+188+208=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD0 is #05432F. Grayscale: #D0D0D0. Windows color (decimal): -344880 or 13679866. OLE color: 13679866.
HSL color Cylindrical-coordinate representation of color #FABCD0: hue angle of 340.65º 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 #FABCD0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 208 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 340.65º | 0.86% | 0.86% | - |
| HSV(B) | 340.65º | 0.25% | 0.98% | - |
| XYZ | 68.79 | 60.84 | 67.79 | - |
| YUV | 208.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 208 | 0 | 0.25 | 0.17 | 0.02 | 340.65 | 0.86 | 0.86 |
| Hex | FA | BC | D0 | 0 | 19 | 11 | 2 | 155 | 56 | 56 |
| Octal | 372 | 274 | 320 | 0 | 31 | 21 | 2 | 525 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11010000 | 0 | 11001 | 10001 | 10 | 101010101 | 1010110 | 1010110 |
Color Harmonies of #FABCD0
Complementary color
Monochromatic Colors of #FABCD0
Black with #FABCD0
Text Example
Text Example
White with #FABCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCD0; }
p { color: rgb(250,188,208); }
H1.HeaderClassName
{
color: #FABCD0;
}
.AnyTagClassName
{
color: #FABCD0;
}
</style>
background-color css
<style>
a { background-color: #FABCD0; }
a { background-color: rgb(250,188,208); }
div.DivClassName
{
background-color: #FABCD0;
}
.BgClassName
{
background-color: #FABCD0;
}
</style>
border-color css
<style>
span { border-color: #FABCD0; }
span { border-color: rgb(250,188,208); }
td.TdClassName
{
border-color: #FABCD0;
}
.TagClassName
{
border-color: #FABCD0;
}
</style>