Shades of Classic Rose #FDC2DC
Tints of Classic Rose #FDC2DC
RGB
CMYK
RGB Variations
Color information
#FDC2DC (or 0xFDC2DC) is known color: Classic Rose. HEX triplet: FD, C2 and DC. RGB value is (253,194,220). Sum of RGB (Red+Green+Blue) = 253+194+220=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2DC is #023D23. Grayscale: #D6D6D6. Windows color (decimal): -146724 or 14467837. OLE color: 14467837.
HSL color Cylindrical-coordinate representation of color #FDC2DC: hue angle of 333.56º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2DC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 220 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 333.56º | 0.94% | 0.88% | - |
| HSV(B) | 333.56º | 0.23% | 0.99% | - |
| XYZ | 72.72 | 64.63 | 76.35 | - |
| YUV | 214.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 220 | 0 | 0.23 | 0.13 | 0.01 | 333.56 | 0.94 | 0.88 |
| Hex | FD | C2 | DC | 0 | 17 | D | 1 | 14E | 5E | 58 |
| Octal | 375 | 302 | 334 | 0 | 27 | 15 | 1 | 516 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11011100 | 0 | 10111 | 1101 | 1 | 101001110 | 1011110 | 1011000 |
Color Harmonies of #FDC2DC
Complementary color
Monochromatic Colors of #FDC2DC
Black with #FDC2DC
Text Example
Text Example
White with #FDC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2DC; }
p { color: rgb(253,194,220); }
H1.HeaderClassName
{
color: #FDC2DC;
}
.AnyTagClassName
{
color: #FDC2DC;
}
</style>
background-color css
<style>
a { background-color: #FDC2DC; }
a { background-color: rgb(253,194,220); }
div.DivClassName
{
background-color: #FDC2DC;
}
.BgClassName
{
background-color: #FDC2DC;
}
</style>
border-color css
<style>
span { border-color: #FDC2DC; }
span { border-color: rgb(253,194,220); }
td.TdClassName
{
border-color: #FDC2DC;
}
.TagClassName
{
border-color: #FDC2DC;
}
</style>