Shades of Classic Rose #FEC9E1
Tints of Classic Rose #FEC9E1
RGB
CMYK
RGB Variations
Color information
#FEC9E1 (or 0xFEC9E1) is known color: Classic Rose. HEX triplet: FE, C9 and E1. RGB value is (254,201,225). Sum of RGB (Red+Green+Blue) = 254+201+225=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9E1 is #01361E. Grayscale: #DBDBDB. Windows color (decimal): -79391 or 14797310. OLE color: 14797310.
HSL color Cylindrical-coordinate representation of color #FEC9E1: hue angle of 332.83º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9E1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 225 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.00 |
| HSL | 332.83º | 0.96% | 0.89% | - |
| HSV(B) | 332.83º | 0.21% | 1% | - |
| XYZ | 75.35 | 68.28 | 80.44 | - |
| YUV | 219.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 225 | 0 | 0.21 | 0.11 | 0.00 | 332.83 | 0.96 | 0.89 |
| Hex | FE | C9 | E1 | 0 | 15 | B | 0 | 14D | 60 | 59 |
| Octal | 376 | 311 | 341 | 0 | 25 | 13 | 0 | 515 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11100001 | 0 | 10101 | 1011 | 0 | 101001101 | 1100000 | 1011001 |
Color Harmonies of #FEC9E1
Complementary color
Monochromatic Colors of #FEC9E1
Black with #FEC9E1
Text Example
Text Example
White with #FEC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9E1; }
p { color: rgb(254,201,225); }
H1.HeaderClassName
{
color: #FEC9E1;
}
.AnyTagClassName
{
color: #FEC9E1;
}
</style>
background-color css
<style>
a { background-color: #FEC9E1; }
a { background-color: rgb(254,201,225); }
div.DivClassName
{
background-color: #FEC9E1;
}
.BgClassName
{
background-color: #FEC9E1;
}
</style>
border-color css
<style>
span { border-color: #FEC9E1; }
span { border-color: rgb(254,201,225); }
td.TdClassName
{
border-color: #FEC9E1;
}
.TagClassName
{
border-color: #FEC9E1;
}
</style>