Shades of Classic Rose #FDC2DD
Tints of Classic Rose #FDC2DD
RGB
CMYK
RGB Variations
Color information
#FDC2DD (or 0xFDC2DD) is known color: Classic Rose. HEX triplet: FD, C2 and DD. RGB value is (253,194,221). Sum of RGB (Red+Green+Blue) = 253+194+221=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2DD is #023D22. Grayscale: #D6D6D6. Windows color (decimal): -146723 or 14533373. OLE color: 14533373.
HSL color Cylindrical-coordinate representation of color #FDC2DD: hue angle of 332.54º 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 #FDC2DD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 221 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 332.54º | 0.94% | 0.88% | - |
| HSV(B) | 332.54º | 0.23% | 0.99% | - |
| XYZ | 72.85 | 64.69 | 77.05 | - |
| YUV | 214.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 221 | 0 | 0.23 | 0.13 | 0.01 | 332.54 | 0.94 | 0.88 |
| Hex | FD | C2 | DD | 0 | 17 | D | 1 | 14D | 5E | 58 |
| Octal | 375 | 302 | 335 | 0 | 27 | 15 | 1 | 515 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11011101 | 0 | 10111 | 1101 | 1 | 101001101 | 1011110 | 1011000 |
Color Harmonies of #FDC2DD
Complementary color
Monochromatic Colors of #FDC2DD
Black with #FDC2DD
Text Example
Text Example
White with #FDC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2DD; }
p { color: rgb(253,194,221); }
H1.HeaderClassName
{
color: #FDC2DD;
}
.AnyTagClassName
{
color: #FDC2DD;
}
</style>
background-color css
<style>
a { background-color: #FDC2DD; }
a { background-color: rgb(253,194,221); }
div.DivClassName
{
background-color: #FDC2DD;
}
.BgClassName
{
background-color: #FDC2DD;
}
</style>
border-color css
<style>
span { border-color: #FDC2DD; }
span { border-color: rgb(253,194,221); }
td.TdClassName
{
border-color: #FDC2DD;
}
.TagClassName
{
border-color: #FDC2DD;
}
</style>