Shades of Cotton Candy #FDC0D9
Tints of Cotton Candy #FDC0D9
RGB
CMYK
RGB Variations
Color information
#FDC0D9 (or 0xFDC0D9) is known color: Cotton Candy. HEX triplet: FD, C0 and D9. RGB value is (253,192,217). Sum of RGB (Red+Green+Blue) = 253+192+217=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0D9 is #023F26. Grayscale: #D5D5D5. Windows color (decimal): -147239 or 14270717. OLE color: 14270717.
HSL color Cylindrical-coordinate representation of color #FDC0D9: hue angle of 335.41º degrees, saturation: 0.94, 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 #FDC0D9 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 217 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.01 |
| HSL | 335.41º | 0.94% | 0.87% | - |
| HSV(B) | 335.41º | 0.24% | 0.99% | - |
| XYZ | 71.88 | 63.59 | 74.13 | - |
| YUV | 213.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 217 | 0 | 0.24 | 0.14 | 0.01 | 335.41 | 0.94 | 0.87 |
| Hex | FD | C0 | D9 | 0 | 18 | E | 1 | 14F | 5E | 57 |
| Octal | 375 | 300 | 331 | 0 | 30 | 16 | 1 | 517 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11011001 | 0 | 11000 | 1110 | 1 | 101001111 | 1011110 | 1010111 |
Color Harmonies of #FDC0D9
Complementary color
Monochromatic Colors of #FDC0D9
Black with #FDC0D9
Text Example
Text Example
White with #FDC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0D9; }
p { color: rgb(253,192,217); }
H1.HeaderClassName
{
color: #FDC0D9;
}
.AnyTagClassName
{
color: #FDC0D9;
}
</style>
background-color css
<style>
a { background-color: #FDC0D9; }
a { background-color: rgb(253,192,217); }
div.DivClassName
{
background-color: #FDC0D9;
}
.BgClassName
{
background-color: #FDC0D9;
}
</style>
border-color css
<style>
span { border-color: #FDC0D9; }
span { border-color: rgb(253,192,217); }
td.TdClassName
{
border-color: #FDC0D9;
}
.TagClassName
{
border-color: #FDC0D9;
}
</style>