Shades of Classic Rose #FDC7E3
Tints of Classic Rose #FDC7E3
RGB
CMYK
RGB Variations
Color information
#FDC7E3 (or 0xFDC7E3) is known color: Classic Rose. HEX triplet: FD, C7 and E3. RGB value is (253,199,227). Sum of RGB (Red+Green+Blue) = 253+199+227=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7E3 is #02381C. Grayscale: #DADADA. Windows color (decimal): -145437 or 14927869. OLE color: 14927869.
HSL color Cylindrical-coordinate representation of color #FDC7E3: hue angle of 328.89º 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 #FDC7E3 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 227 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.01 |
| HSL | 328.89º | 0.93% | 0.89% | - |
| HSV(B) | 328.89º | 0.21% | 0.99% | - |
| XYZ | 74.8 | 67.28 | 81.72 | - |
| YUV | 218.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 227 | 0 | 0.21 | 0.10 | 0.01 | 328.89 | 0.93 | 0.89 |
| Hex | FD | C7 | E3 | 0 | 15 | A | 1 | 149 | 5D | 59 |
| Octal | 375 | 307 | 343 | 0 | 25 | 12 | 1 | 511 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11100011 | 0 | 10101 | 1010 | 1 | 101001001 | 1011101 | 1011001 |
Color Harmonies of #FDC7E3
Complementary color
Monochromatic Colors of #FDC7E3
Black with #FDC7E3
Text Example
Text Example
White with #FDC7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7E3; }
p { color: rgb(253,199,227); }
H1.HeaderClassName
{
color: #FDC7E3;
}
.AnyTagClassName
{
color: #FDC7E3;
}
</style>
background-color css
<style>
a { background-color: #FDC7E3; }
a { background-color: rgb(253,199,227); }
div.DivClassName
{
background-color: #FDC7E3;
}
.BgClassName
{
background-color: #FDC7E3;
}
</style>
border-color css
<style>
span { border-color: #FDC7E3; }
span { border-color: rgb(253,199,227); }
td.TdClassName
{
border-color: #FDC7E3;
}
.TagClassName
{
border-color: #FDC7E3;
}
</style>