Shades of Classic Rose #FEC5D9
Tints of Classic Rose #FEC5D9
RGB
CMYK
RGB Variations
Color information
#FEC5D9 (or 0xFEC5D9) is known color: Classic Rose. HEX triplet: FE, C5 and D9. RGB value is (254,197,217). Sum of RGB (Red+Green+Blue) = 254+197+217=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D9 is #013A26. Grayscale: #D8D8D8. Windows color (decimal): -80423 or 14271998. OLE color: 14271998.
HSL color Cylindrical-coordinate representation of color #FEC5D9: hue angle of 338.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5D9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 217 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.00 |
| HSL | 338.95º | 0.97% | 0.88% | - |
| HSV(B) | 338.95º | 0.22% | 1% | - |
| XYZ | 73.36 | 66.01 | 74.52 | - |
| YUV | 216.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 217 | 0 | 0.22 | 0.15 | 0.00 | 338.95 | 0.97 | 0.88 |
| Hex | FE | C5 | D9 | 0 | 16 | F | 0 | 153 | 61 | 58 |
| Octal | 376 | 305 | 331 | 0 | 26 | 17 | 0 | 523 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11011001 | 0 | 10110 | 1111 | 0 | 101010011 | 1100001 | 1011000 |
Color Harmonies of #FEC5D9
Complementary color
Monochromatic Colors of #FEC5D9
Black with #FEC5D9
Text Example
Text Example
White with #FEC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5D9; }
p { color: rgb(254,197,217); }
H1.HeaderClassName
{
color: #FEC5D9;
}
.AnyTagClassName
{
color: #FEC5D9;
}
</style>
background-color css
<style>
a { background-color: #FEC5D9; }
a { background-color: rgb(254,197,217); }
div.DivClassName
{
background-color: #FEC5D9;
}
.BgClassName
{
background-color: #FEC5D9;
}
</style>
border-color css
<style>
span { border-color: #FEC5D9; }
span { border-color: rgb(254,197,217); }
td.TdClassName
{
border-color: #FEC5D9;
}
.TagClassName
{
border-color: #FEC5D9;
}
</style>