Shades of Classic Rose #FDC7E4
Tints of Classic Rose #FDC7E4
RGB
CMYK
RGB Variations
Color information
#FDC7E4 (or 0xFDC7E4) is known color: Classic Rose. HEX triplet: FD, C7 and E4. RGB value is (253,199,228). Sum of RGB (Red+Green+Blue) = 253+199+228=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 199 (78.12% from 255 or 29.26% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7E4 is #02381B. Grayscale: #DADADA. Windows color (decimal): -145436 or 14993405. OLE color: 14993405.
HSL color Cylindrical-coordinate representation of color #FDC7E4: hue angle of 327.78º 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 #FDC7E4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 228 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.01 |
| HSL | 327.78º | 0.93% | 0.89% | - |
| HSV(B) | 327.78º | 0.21% | 0.99% | - |
| XYZ | 74.94 | 67.33 | 82.45 | - |
| YUV | 218.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 228 | 0 | 0.21 | 0.10 | 0.01 | 327.78 | 0.93 | 0.89 |
| Hex | FD | C7 | E4 | 0 | 15 | A | 1 | 148 | 5D | 59 |
| Octal | 375 | 307 | 344 | 0 | 25 | 12 | 1 | 510 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11100100 | 0 | 10101 | 1010 | 1 | 101001000 | 1011101 | 1011001 |
Color Harmonies of #FDC7E4
Complementary color
Monochromatic Colors of #FDC7E4
Black with #FDC7E4
Text Example
Text Example
White with #FDC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7E4; }
p { color: rgb(253,199,228); }
H1.HeaderClassName
{
color: #FDC7E4;
}
.AnyTagClassName
{
color: #FDC7E4;
}
</style>
background-color css
<style>
a { background-color: #FDC7E4; }
a { background-color: rgb(253,199,228); }
div.DivClassName
{
background-color: #FDC7E4;
}
.BgClassName
{
background-color: #FDC7E4;
}
</style>
border-color css
<style>
span { border-color: #FDC7E4; }
span { border-color: rgb(253,199,228); }
td.TdClassName
{
border-color: #FDC7E4;
}
.TagClassName
{
border-color: #FDC7E4;
}
</style>