Shades of Classic Rose #FDC5EC
Tints of Classic Rose #FDC5EC
RGB
CMYK
RGB Variations
Color information
#FDC5EC (or 0xFDC5EC) is known color: Classic Rose. HEX triplet: FD, C5 and EC. RGB value is (253,197,236). Sum of RGB (Red+Green+Blue) = 253+197+236=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5EC is #023A13. Grayscale: #DADADA. Windows color (decimal): -145940 or 15517181. OLE color: 15517181.
HSL color Cylindrical-coordinate representation of color #FDC5EC: hue angle of 318.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 #FDC5EC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 236 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.01 |
| HSL | 318.21º | 0.93% | 0.88% | - |
| HSV(B) | 318.21º | 0.22% | 0.99% | - |
| XYZ | 75.61 | 66.87 | 88.28 | - |
| YUV | 218.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 236 | 0 | 0.22 | 0.07 | 0.01 | 318.21 | 0.93 | 0.88 |
| Hex | FD | C5 | EC | 0 | 16 | 7 | 1 | 13E | 5D | 58 |
| Octal | 375 | 305 | 354 | 0 | 26 | 7 | 1 | 476 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11101100 | 0 | 10110 | 111 | 1 | 100111110 | 1011101 | 1011000 |
Color Harmonies of #FDC5EC
Complementary color
Monochromatic Colors of #FDC5EC
Black with #FDC5EC
Text Example
Text Example
White with #FDC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5EC; }
p { color: rgb(253,197,236); }
H1.HeaderClassName
{
color: #FDC5EC;
}
.AnyTagClassName
{
color: #FDC5EC;
}
</style>
background-color css
<style>
a { background-color: #FDC5EC; }
a { background-color: rgb(253,197,236); }
div.DivClassName
{
background-color: #FDC5EC;
}
.BgClassName
{
background-color: #FDC5EC;
}
</style>
border-color css
<style>
span { border-color: #FDC5EC; }
span { border-color: rgb(253,197,236); }
td.TdClassName
{
border-color: #FDC5EC;
}
.TagClassName
{
border-color: #FDC5EC;
}
</style>