Shades of Cotton Candy #FABCDC
Tints of Cotton Candy #FABCDC
RGB
CMYK
RGB Variations
Color information
#FABCDC (or 0xFABCDC) is known color: Cotton Candy. HEX triplet: FA, BC and DC. RGB value is (250,188,220). Sum of RGB (Red+Green+Blue) = 250+188+220=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCDC is #054323. Grayscale: #D2D2D2. Windows color (decimal): -344868 or 14466298. OLE color: 14466298.
HSL color Cylindrical-coordinate representation of color #FABCDC: hue angle of 329.03º 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 #FABCDC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 220 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 329.03º | 0.86% | 0.86% | - |
| HSV(B) | 329.03º | 0.25% | 0.98% | - |
| XYZ | 70.33 | 61.46 | 75.87 | - |
| YUV | 210.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 220 | 0 | 0.25 | 0.12 | 0.02 | 329.03 | 0.86 | 0.86 |
| Hex | FA | BC | DC | 0 | 19 | C | 2 | 149 | 56 | 56 |
| Octal | 372 | 274 | 334 | 0 | 31 | 14 | 2 | 511 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11011100 | 0 | 11001 | 1100 | 10 | 101001001 | 1010110 | 1010110 |
Color Harmonies of #FABCDC
Complementary color
Monochromatic Colors of #FABCDC
Black with #FABCDC
Text Example
Text Example
White with #FABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCDC; }
p { color: rgb(250,188,220); }
H1.HeaderClassName
{
color: #FABCDC;
}
.AnyTagClassName
{
color: #FABCDC;
}
</style>
background-color css
<style>
a { background-color: #FABCDC; }
a { background-color: rgb(250,188,220); }
div.DivClassName
{
background-color: #FABCDC;
}
.BgClassName
{
background-color: #FABCDC;
}
</style>
border-color css
<style>
span { border-color: #FABCDC; }
span { border-color: rgb(250,188,220); }
td.TdClassName
{
border-color: #FABCDC;
}
.TagClassName
{
border-color: #FABCDC;
}
</style>