Shades of Classic Rose #FDC5DE
Tints of Classic Rose #FDC5DE
RGB
CMYK
RGB Variations
Color information
#FDC5DE (or 0xFDC5DE) is known color: Classic Rose. HEX triplet: FD, C5 and DE. RGB value is (253,197,222). Sum of RGB (Red+Green+Blue) = 253+197+222=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5DE is #023A21. Grayscale: #D8D8D8. Windows color (decimal): -145954 or 14599677. OLE color: 14599677.
HSL color Cylindrical-coordinate representation of color #FDC5DE: hue angle of 333.21º 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 #FDC5DE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 222 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.01 |
| HSL | 333.21º | 0.93% | 0.88% | - |
| HSV(B) | 333.21º | 0.22% | 0.99% | - |
| XYZ | 73.66 | 66.09 | 77.98 | - |
| YUV | 216.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 222 | 0 | 0.22 | 0.12 | 0.01 | 333.21 | 0.93 | 0.88 |
| Hex | FD | C5 | DE | 0 | 16 | C | 1 | 14D | 5D | 58 |
| Octal | 375 | 305 | 336 | 0 | 26 | 14 | 1 | 515 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11011110 | 0 | 10110 | 1100 | 1 | 101001101 | 1011101 | 1011000 |
Color Harmonies of #FDC5DE
Complementary color
Monochromatic Colors of #FDC5DE
Black with #FDC5DE
Text Example
Text Example
White with #FDC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5DE; }
p { color: rgb(253,197,222); }
H1.HeaderClassName
{
color: #FDC5DE;
}
.AnyTagClassName
{
color: #FDC5DE;
}
</style>
background-color css
<style>
a { background-color: #FDC5DE; }
a { background-color: rgb(253,197,222); }
div.DivClassName
{
background-color: #FDC5DE;
}
.BgClassName
{
background-color: #FDC5DE;
}
</style>
border-color css
<style>
span { border-color: #FDC5DE; }
span { border-color: rgb(253,197,222); }
td.TdClassName
{
border-color: #FDC5DE;
}
.TagClassName
{
border-color: #FDC5DE;
}
</style>