Shades of Classic Rose #FDC5D9
Tints of Classic Rose #FDC5D9
RGB
CMYK
RGB Variations
Color information
#FDC5D9 (or 0xFDC5D9) is known color: Classic Rose. HEX triplet: FD, C5 and D9. RGB value is (253,197,217). Sum of RGB (Red+Green+Blue) = 253+197+217=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5D9 is #023A26. Grayscale: #D8D8D8. Windows color (decimal): -145959 or 14271997. OLE color: 14271997.
HSL color Cylindrical-coordinate representation of color #FDC5D9: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5D9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 217 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.01 |
| HSL | 338.57º | 0.93% | 0.88% | - |
| HSV(B) | 338.57º | 0.22% | 0.99% | - |
| XYZ | 73 | 65.82 | 74.5 | - |
| YUV | 216.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 217 | 0 | 0.22 | 0.14 | 0.01 | 338.57 | 0.93 | 0.88 |
| Hex | FD | C5 | D9 | 0 | 16 | E | 1 | 153 | 5D | 58 |
| Octal | 375 | 305 | 331 | 0 | 26 | 16 | 1 | 523 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11011001 | 0 | 10110 | 1110 | 1 | 101010011 | 1011101 | 1011000 |
Color Harmonies of #FDC5D9
Complementary color
Monochromatic Colors of #FDC5D9
Black with #FDC5D9
Text Example
Text Example
White with #FDC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5D9; }
p { color: rgb(253,197,217); }
H1.HeaderClassName
{
color: #FDC5D9;
}
.AnyTagClassName
{
color: #FDC5D9;
}
</style>
background-color css
<style>
a { background-color: #FDC5D9; }
a { background-color: rgb(253,197,217); }
div.DivClassName
{
background-color: #FDC5D9;
}
.BgClassName
{
background-color: #FDC5D9;
}
</style>
border-color css
<style>
span { border-color: #FDC5D9; }
span { border-color: rgb(253,197,217); }
td.TdClassName
{
border-color: #FDC5D9;
}
.TagClassName
{
border-color: #FDC5D9;
}
</style>