Shades of Classic Rose #FEC4D9
Tints of Classic Rose #FEC4D9
RGB
CMYK
RGB Variations
Color information
#FEC4D9 (or 0xFEC4D9) is known color: Classic Rose. HEX triplet: FE, C4 and D9. RGB value is (254,196,217). Sum of RGB (Red+Green+Blue) = 254+196+217=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D9 is #013B26. Grayscale: #D7D7D7. Windows color (decimal): -80679 or 14271742. OLE color: 14271742.
HSL color Cylindrical-coordinate representation of color #FEC4D9: hue angle of 338.28º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4D9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 217 | - |
CMYK | 0 | 0.23 | 0.15 | 0.00 |
HSL | 338.28º | 0.97% | 0.88% | - |
HSV(B) | 338.28º | 0.23% | 1% | - |
XYZ | 73.14 | 65.56 | 74.45 | - |
YUV | 215.74 | 128.72 | 155.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 217 | 0 | 0.23 | 0.15 | 0.00 | 338.28 | 0.97 | 0.88 |
Hex | FE | C4 | D9 | 0 | 17 | F | 0 | 152 | 61 | 58 |
Octal | 376 | 304 | 331 | 0 | 27 | 17 | 0 | 522 | 141 | 130 |
Binary | 11111110 | 11000100 | 11011001 | 0 | 10111 | 1111 | 0 | 101010010 | 1100001 | 1011000 |
Color Harmonies of #FEC4D9
Complementary color
Monochromatic Colors of #FEC4D9
Black with #FEC4D9
Text Example
Text Example
White with #FEC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4D9; }
p { color: rgb(254,196,217); }
H1.HeaderClassName
{
color: #FEC4D9;
}
.AnyTagClassName
{
color: #FEC4D9;
}
</style>
background-color css
<style>
a { background-color: #FEC4D9; }
a { background-color: rgb(254,196,217); }
div.DivClassName
{
background-color: #FEC4D9;
}
.BgClassName
{
background-color: #FEC4D9;
}
</style>
border-color css
<style>
span { border-color: #FEC4D9; }
span { border-color: rgb(254,196,217); }
td.TdClassName
{
border-color: #FEC4D9;
}
.TagClassName
{
border-color: #FEC4D9;
}
</style>