Shades of Classic Rose #FEC0E8
Tints of Classic Rose #FEC0E8
RGB
CMYK
RGB Variations
Color information
#FEC0E8 (or 0xFEC0E8) is known color: Classic Rose. HEX triplet: FE, C0 and E8. RGB value is (254,192,232). Sum of RGB (Red+Green+Blue) = 254+192+232=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0E8 is #013F17. Grayscale: #D7D7D7. Windows color (decimal): -81688 or 15253758. OLE color: 15253758.
HSL color Cylindrical-coordinate representation of color #FEC0E8: hue angle of 321.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0E8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 232 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.00 |
| HSL | 321.29º | 0.97% | 0.87% | - |
| HSV(B) | 321.29º | 0.24% | 1% | - |
| XYZ | 74.29 | 64.6 | 84.9 | - |
| YUV | 215.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 232 | 0 | 0.24 | 0.09 | 0.00 | 321.29 | 0.97 | 0.87 |
| Hex | FE | C0 | E8 | 0 | 18 | 9 | 0 | 141 | 61 | 57 |
| Octal | 376 | 300 | 350 | 0 | 30 | 11 | 0 | 501 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11101000 | 0 | 11000 | 1001 | 0 | 101000001 | 1100001 | 1010111 |
Color Harmonies of #FEC0E8
Complementary color
Monochromatic Colors of #FEC0E8
Black with #FEC0E8
Text Example
Text Example
White with #FEC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0E8; }
p { color: rgb(254,192,232); }
H1.HeaderClassName
{
color: #FEC0E8;
}
.AnyTagClassName
{
color: #FEC0E8;
}
</style>
background-color css
<style>
a { background-color: #FEC0E8; }
a { background-color: rgb(254,192,232); }
div.DivClassName
{
background-color: #FEC0E8;
}
.BgClassName
{
background-color: #FEC0E8;
}
</style>
border-color css
<style>
span { border-color: #FEC0E8; }
span { border-color: rgb(254,192,232); }
td.TdClassName
{
border-color: #FEC0E8;
}
.TagClassName
{
border-color: #FEC0E8;
}
</style>