Shades of Classic Rose #FEC5E8
Tints of Classic Rose #FEC5E8
RGB
CMYK
RGB Variations
Color information
#FEC5E8 (or 0xFEC5E8) is known color: Classic Rose. HEX triplet: FE, C5 and E8. RGB value is (254,197,232). Sum of RGB (Red+Green+Blue) = 254+197+232=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5E8 is #013A17. Grayscale: #D9D9D9. Windows color (decimal): -80408 or 15255038. OLE color: 15255038.
HSL color Cylindrical-coordinate representation of color #FEC5E8: hue angle of 323.16º 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 #FEC5E8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 232 | - |
CMYK | 0 | 0.22 | 0.09 | 0.00 |
HSL | 323.16º | 0.97% | 0.88% | - |
HSV(B) | 323.16º | 0.22% | 1% | - |
XYZ | 75.4 | 66.83 | 85.27 | - |
YUV | 218.03 | 135.88 | 153.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 232 | 0 | 0.22 | 0.09 | 0.00 | 323.16 | 0.97 | 0.88 |
Hex | FE | C5 | E8 | 0 | 16 | 9 | 0 | 143 | 61 | 58 |
Octal | 376 | 305 | 350 | 0 | 26 | 11 | 0 | 503 | 141 | 130 |
Binary | 11111110 | 11000101 | 11101000 | 0 | 10110 | 1001 | 0 | 101000011 | 1100001 | 1011000 |
Color Harmonies of #FEC5E8
Complementary color
Monochromatic Colors of #FEC5E8
Black with #FEC5E8
Text Example
Text Example
White with #FEC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5E8; }
p { color: rgb(254,197,232); }
H1.HeaderClassName
{
color: #FEC5E8;
}
.AnyTagClassName
{
color: #FEC5E8;
}
</style>
background-color css
<style>
a { background-color: #FEC5E8; }
a { background-color: rgb(254,197,232); }
div.DivClassName
{
background-color: #FEC5E8;
}
.BgClassName
{
background-color: #FEC5E8;
}
</style>
border-color css
<style>
span { border-color: #FEC5E8; }
span { border-color: rgb(254,197,232); }
td.TdClassName
{
border-color: #FEC5E8;
}
.TagClassName
{
border-color: #FEC5E8;
}
</style>