Shades of Cotton Candy #FDC0DA
Tints of Cotton Candy #FDC0DA
RGB
CMYK
RGB Variations
Color information
#FDC0DA (or 0xFDC0DA) is known color: Cotton Candy. HEX triplet: FD, C0 and DA. RGB value is (253,192,218). Sum of RGB (Red+Green+Blue) = 253+192+218=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0DA is #023F25. Grayscale: #D5D5D5. Windows color (decimal): -147238 or 14336253. OLE color: 14336253.
HSL color Cylindrical-coordinate representation of color #FDC0DA: hue angle of 334.43º 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 #FDC0DA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 192 | 218 | - |
CMYK | 0 | 0.24 | 0.14 | 0.01 |
HSL | 334.43º | 0.94% | 0.87% | - |
HSV(B) | 334.43º | 0.24% | 0.99% | - |
XYZ | 72.01 | 63.64 | 74.82 | - |
YUV | 213.2 | 130.71 | 156.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 192 | 218 | 0 | 0.24 | 0.14 | 0.01 | 334.43 | 0.94 | 0.87 |
Hex | FD | C0 | DA | 0 | 18 | E | 1 | 14E | 5E | 57 |
Octal | 375 | 300 | 332 | 0 | 30 | 16 | 1 | 516 | 136 | 127 |
Binary | 11111101 | 11000000 | 11011010 | 0 | 11000 | 1110 | 1 | 101001110 | 1011110 | 1010111 |
Color Harmonies of #FDC0DA
Complementary color
Monochromatic Colors of #FDC0DA
Black with #FDC0DA
Text Example
Text Example
White with #FDC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0DA; }
p { color: rgb(253,192,218); }
H1.HeaderClassName
{
color: #FDC0DA;
}
.AnyTagClassName
{
color: #FDC0DA;
}
</style>
background-color css
<style>
a { background-color: #FDC0DA; }
a { background-color: rgb(253,192,218); }
div.DivClassName
{
background-color: #FDC0DA;
}
.BgClassName
{
background-color: #FDC0DA;
}
</style>
border-color css
<style>
span { border-color: #FDC0DA; }
span { border-color: rgb(253,192,218); }
td.TdClassName
{
border-color: #FDC0DA;
}
.TagClassName
{
border-color: #FDC0DA;
}
</style>