Shades of Cotton Candy #FCC0D9
Tints of Cotton Candy #FCC0D9
RGB
CMYK
RGB Variations
Color information
#FCC0D9 (or 0xFCC0D9) is known color: Cotton Candy. HEX triplet: FC, C0 and D9. RGB value is (252,192,217). Sum of RGB (Red+Green+Blue) = 252+192+217=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0D9 is #033F26. Grayscale: #D4D4D4. Windows color (decimal): -212775 or 14270716. OLE color: 14270716.
HSL color Cylindrical-coordinate representation of color #FCC0D9: hue angle of 335º 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 #FCC0D9 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 217 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.01 |
| HSL | 335º | 0.91% | 0.87% | - |
| HSV(B) | 335º | 0.24% | 0.99% | - |
| XYZ | 71.52 | 63.4 | 74.11 | - |
| YUV | 212.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 217 | 0 | 0.24 | 0.14 | 0.01 | 335 | 0.91 | 0.87 |
| Hex | FC | C0 | D9 | 0 | 18 | E | 1 | 14F | 5B | 57 |
| Octal | 374 | 300 | 331 | 0 | 30 | 16 | 1 | 517 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11011001 | 0 | 11000 | 1110 | 1 | 101001111 | 1011011 | 1010111 |
Color Harmonies of #FCC0D9
Complementary color
Monochromatic Colors of #FCC0D9
Black with #FCC0D9
Text Example
Text Example
White with #FCC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0D9; }
p { color: rgb(252,192,217); }
H1.HeaderClassName
{
color: #FCC0D9;
}
.AnyTagClassName
{
color: #FCC0D9;
}
</style>
background-color css
<style>
a { background-color: #FCC0D9; }
a { background-color: rgb(252,192,217); }
div.DivClassName
{
background-color: #FCC0D9;
}
.BgClassName
{
background-color: #FCC0D9;
}
</style>
border-color css
<style>
span { border-color: #FCC0D9; }
span { border-color: rgb(252,192,217); }
td.TdClassName
{
border-color: #FCC0D9;
}
.TagClassName
{
border-color: #FCC0D9;
}
</style>