Shades of Classic Rose #FEC9E8
Tints of Classic Rose #FEC9E8
RGB
CMYK
RGB Variations
Color information
#FEC9E8 (or 0xFEC9E8) is known color: Classic Rose. HEX triplet: FE, C9 and E8. RGB value is (254,201,232). Sum of RGB (Red+Green+Blue) = 254+201+232=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9E8 is #013617. Grayscale: #DCDCDC. Windows color (decimal): -79384 or 15256062. OLE color: 15256062.
HSL color Cylindrical-coordinate representation of color #FEC9E8: hue angle of 324.91º 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 #FEC9E8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 232 | - |
CMYK | 0 | 0.21 | 0.09 | 0.00 |
HSL | 324.91º | 0.96% | 0.89% | - |
HSV(B) | 324.91º | 0.21% | 1% | - |
XYZ | 76.33 | 68.67 | 85.58 | - |
YUV | 220.38 | 134.56 | 151.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 232 | 0 | 0.21 | 0.09 | 0.00 | 324.91 | 0.96 | 0.89 |
Hex | FE | C9 | E8 | 0 | 15 | 9 | 0 | 145 | 60 | 59 |
Octal | 376 | 311 | 350 | 0 | 25 | 11 | 0 | 505 | 140 | 131 |
Binary | 11111110 | 11001001 | 11101000 | 0 | 10101 | 1001 | 0 | 101000101 | 1100000 | 1011001 |
Color Harmonies of #FEC9E8
Complementary color
Monochromatic Colors of #FEC9E8
Black with #FEC9E8
Text Example
Text Example
White with #FEC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9E8; }
p { color: rgb(254,201,232); }
H1.HeaderClassName
{
color: #FEC9E8;
}
.AnyTagClassName
{
color: #FEC9E8;
}
</style>
background-color css
<style>
a { background-color: #FEC9E8; }
a { background-color: rgb(254,201,232); }
div.DivClassName
{
background-color: #FEC9E8;
}
.BgClassName
{
background-color: #FEC9E8;
}
</style>
border-color css
<style>
span { border-color: #FEC9E8; }
span { border-color: rgb(254,201,232); }
td.TdClassName
{
border-color: #FEC9E8;
}
.TagClassName
{
border-color: #FEC9E8;
}
</style>