Shades of Cotton Candy #FDC0DC
Tints of Cotton Candy #FDC0DC
RGB
CMYK
RGB Variations
Color information
#FDC0DC (or 0xFDC0DC) is known color: Cotton Candy. HEX triplet: FD, C0 and DC. RGB value is (253,192,220). Sum of RGB (Red+Green+Blue) = 253+192+220=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0DC is #023F23. Grayscale: #D5D5D5. Windows color (decimal): -147236 or 14467325. OLE color: 14467325.
HSL color Cylindrical-coordinate representation of color #FDC0DC: hue angle of 332.46º 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 #FDC0DC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 220 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 332.46º | 0.94% | 0.87% | - |
| HSV(B) | 332.46º | 0.24% | 0.99% | - |
| XYZ | 72.28 | 63.75 | 76.21 | - |
| YUV | 213.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 220 | 0 | 0.24 | 0.13 | 0.01 | 332.46 | 0.94 | 0.87 |
| Hex | FD | C0 | DC | 0 | 18 | D | 1 | 14C | 5E | 57 |
| Octal | 375 | 300 | 334 | 0 | 30 | 15 | 1 | 514 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11011100 | 0 | 11000 | 1101 | 1 | 101001100 | 1011110 | 1010111 |
Color Harmonies of #FDC0DC
Complementary color
Monochromatic Colors of #FDC0DC
Black with #FDC0DC
Text Example
Text Example
White with #FDC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0DC; }
p { color: rgb(253,192,220); }
H1.HeaderClassName
{
color: #FDC0DC;
}
.AnyTagClassName
{
color: #FDC0DC;
}
</style>
background-color css
<style>
a { background-color: #FDC0DC; }
a { background-color: rgb(253,192,220); }
div.DivClassName
{
background-color: #FDC0DC;
}
.BgClassName
{
background-color: #FDC0DC;
}
</style>
border-color css
<style>
span { border-color: #FDC0DC; }
span { border-color: rgb(253,192,220); }
td.TdClassName
{
border-color: #FDC0DC;
}
.TagClassName
{
border-color: #FDC0DC;
}
</style>