Shades of Classic Rose #FEC8E9
Tints of Classic Rose #FEC8E9
RGB
CMYK
RGB Variations
Color information
#FEC8E9 (or 0xFEC8E9) is known color: Classic Rose. HEX triplet: FE, C8 and E9. RGB value is (254,200,233). Sum of RGB (Red+Green+Blue) = 254+200+233=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8E9 is #013716. Grayscale: #DBDBDB. Windows color (decimal): -79639 or 15321342. OLE color: 15321342.
HSL color Cylindrical-coordinate representation of color #FEC8E9: hue angle of 323.33º 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 #FEC8E9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 233 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.00 |
| HSL | 323.33º | 0.96% | 0.89% | - |
| HSV(B) | 323.33º | 0.21% | 1% | - |
| XYZ | 76.24 | 68.26 | 86.25 | - |
| YUV | 219.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 233 | 0 | 0.21 | 0.08 | 0.00 | 323.33 | 0.96 | 0.89 |
| Hex | FE | C8 | E9 | 0 | 15 | 8 | 0 | 143 | 60 | 59 |
| Octal | 376 | 310 | 351 | 0 | 25 | 10 | 0 | 503 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11101001 | 0 | 10101 | 1000 | 0 | 101000011 | 1100000 | 1011001 |
Color Harmonies of #FEC8E9
Complementary color
Monochromatic Colors of #FEC8E9
Black with #FEC8E9
Text Example
Text Example
White with #FEC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8E9; }
p { color: rgb(254,200,233); }
H1.HeaderClassName
{
color: #FEC8E9;
}
.AnyTagClassName
{
color: #FEC8E9;
}
</style>
background-color css
<style>
a { background-color: #FEC8E9; }
a { background-color: rgb(254,200,233); }
div.DivClassName
{
background-color: #FEC8E9;
}
.BgClassName
{
background-color: #FEC8E9;
}
</style>
border-color css
<style>
span { border-color: #FEC8E9; }
span { border-color: rgb(254,200,233); }
td.TdClassName
{
border-color: #FEC8E9;
}
.TagClassName
{
border-color: #FEC8E9;
}
</style>