Shades of Classic Rose #FDC9E0
Tints of Classic Rose #FDC9E0
RGB
CMYK
RGB Variations
Color information
#FDC9E0 (or 0xFDC9E0) is known color: Classic Rose. HEX triplet: FD, C9 and E0. RGB value is (253,201,224). Sum of RGB (Red+Green+Blue) = 253+201+224=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9E0 is #02361F. Grayscale: #DBDBDB. Windows color (decimal): -144928 or 14731773. OLE color: 14731773.
HSL color Cylindrical-coordinate representation of color #FDC9E0: hue angle of 333.46º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC9E0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 224 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.01 |
| HSL | 333.46º | 0.93% | 0.89% | - |
| HSV(B) | 333.46º | 0.21% | 0.99% | - |
| XYZ | 74.85 | 68.04 | 79.71 | - |
| YUV | 219.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 224 | 0 | 0.21 | 0.11 | 0.01 | 333.46 | 0.93 | 0.89 |
| Hex | FD | C9 | E0 | 0 | 15 | B | 1 | 14D | 5D | 59 |
| Octal | 375 | 311 | 340 | 0 | 25 | 13 | 1 | 515 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11100000 | 0 | 10101 | 1011 | 1 | 101001101 | 1011101 | 1011001 |
Color Harmonies of #FDC9E0
Complementary color
Monochromatic Colors of #FDC9E0
Black with #FDC9E0
Text Example
Text Example
White with #FDC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9E0; }
p { color: rgb(253,201,224); }
H1.HeaderClassName
{
color: #FDC9E0;
}
.AnyTagClassName
{
color: #FDC9E0;
}
</style>
background-color css
<style>
a { background-color: #FDC9E0; }
a { background-color: rgb(253,201,224); }
div.DivClassName
{
background-color: #FDC9E0;
}
.BgClassName
{
background-color: #FDC9E0;
}
</style>
border-color css
<style>
span { border-color: #FDC9E0; }
span { border-color: rgb(253,201,224); }
td.TdClassName
{
border-color: #FDC9E0;
}
.TagClassName
{
border-color: #FDC9E0;
}
</style>