Shades of Cotton Candy #FCC0DA
Tints of Cotton Candy #FCC0DA
RGB
CMYK
RGB Variations
Color information
#FCC0DA (or 0xFCC0DA) is known color: Cotton Candy. HEX triplet: FC, C0 and DA. RGB value is (252,192,218). Sum of RGB (Red+Green+Blue) = 252+192+218=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DA is #033F25. Grayscale: #D4D4D4. Windows color (decimal): -212774 or 14336252. OLE color: 14336252.
HSL color Cylindrical-coordinate representation of color #FCC0DA: hue angle of 334º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0DA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 218 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 334º | 0.91% | 0.87% | - |
| HSV(B) | 334º | 0.24% | 0.99% | - |
| XYZ | 71.65 | 63.46 | 74.8 | - |
| YUV | 212.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 218 | 0 | 0.24 | 0.13 | 0.01 | 334 | 0.91 | 0.87 |
| Hex | FC | C0 | DA | 0 | 18 | D | 1 | 14E | 5B | 57 |
| Octal | 374 | 300 | 332 | 0 | 30 | 15 | 1 | 516 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11011010 | 0 | 11000 | 1101 | 1 | 101001110 | 1011011 | 1010111 |
Color Harmonies of #FCC0DA
Complementary color
Monochromatic Colors of #FCC0DA
Black with #FCC0DA
Text Example
Text Example
White with #FCC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0DA; }
p { color: rgb(252,192,218); }
H1.HeaderClassName
{
color: #FCC0DA;
}
.AnyTagClassName
{
color: #FCC0DA;
}
</style>
background-color css
<style>
a { background-color: #FCC0DA; }
a { background-color: rgb(252,192,218); }
div.DivClassName
{
background-color: #FCC0DA;
}
.BgClassName
{
background-color: #FCC0DA;
}
</style>
border-color css
<style>
span { border-color: #FCC0DA; }
span { border-color: rgb(252,192,218); }
td.TdClassName
{
border-color: #FCC0DA;
}
.TagClassName
{
border-color: #FCC0DA;
}
</style>