Shades of Classic Rose #FDC0DD
Tints of Classic Rose #FDC0DD
RGB
CMYK
RGB Variations
Color information
#FDC0DD (or 0xFDC0DD) is known color: Classic Rose. HEX triplet: FD, C0 and DD. RGB value is (253,192,221). Sum of RGB (Red+Green+Blue) = 253+192+221=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0DD is #023F22. Grayscale: #D5D5D5. Windows color (decimal): -147235 or 14532861. OLE color: 14532861.
HSL color Cylindrical-coordinate representation of color #FDC0DD: hue angle of 331.48º 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 #FDC0DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 331.48º | 0.94% | 0.87% | - |
| HSV(B) | 331.48º | 0.24% | 0.99% | - |
| XYZ | 72.41 | 63.8 | 76.91 | - |
| YUV | 213.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 221 | 0 | 0.24 | 0.13 | 0.01 | 331.48 | 0.94 | 0.87 |
| Hex | FD | C0 | DD | 0 | 18 | D | 1 | 14B | 5E | 57 |
| Octal | 375 | 300 | 335 | 0 | 30 | 15 | 1 | 513 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11011101 | 0 | 11000 | 1101 | 1 | 101001011 | 1011110 | 1010111 |
Color Harmonies of #FDC0DD
Complementary color
Monochromatic Colors of #FDC0DD
Black with #FDC0DD
Text Example
Text Example
White with #FDC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0DD; }
p { color: rgb(253,192,221); }
H1.HeaderClassName
{
color: #FDC0DD;
}
.AnyTagClassName
{
color: #FDC0DD;
}
</style>
background-color css
<style>
a { background-color: #FDC0DD; }
a { background-color: rgb(253,192,221); }
div.DivClassName
{
background-color: #FDC0DD;
}
.BgClassName
{
background-color: #FDC0DD;
}
</style>
border-color css
<style>
span { border-color: #FDC0DD; }
span { border-color: rgb(253,192,221); }
td.TdClassName
{
border-color: #FDC0DD;
}
.TagClassName
{
border-color: #FDC0DD;
}
</style>