Shades of Classic Rose #FEC0E5
Tints of Classic Rose #FEC0E5
RGB
CMYK
RGB Variations
Color information
#FEC0E5 (or 0xFEC0E5) is known color: Classic Rose. HEX triplet: FE, C0 and E5. RGB value is (254,192,229). Sum of RGB (Red+Green+Blue) = 254+192+229=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0E5 is #013F1A. Grayscale: #D6D6D6. Windows color (decimal): -81691 or 15057150. OLE color: 15057150.
HSL color Cylindrical-coordinate representation of color #FEC0E5: hue angle of 324.19º 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 #FEC0E5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 229 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.00 |
| HSL | 324.19º | 0.97% | 0.87% | - |
| HSV(B) | 324.19º | 0.24% | 1% | - |
| XYZ | 73.87 | 64.43 | 82.67 | - |
| YUV | 214.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 229 | 0 | 0.24 | 0.10 | 0.00 | 324.19 | 0.97 | 0.87 |
| Hex | FE | C0 | E5 | 0 | 18 | A | 0 | 144 | 61 | 57 |
| Octal | 376 | 300 | 345 | 0 | 30 | 12 | 0 | 504 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11100101 | 0 | 11000 | 1010 | 0 | 101000100 | 1100001 | 1010111 |
Color Harmonies of #FEC0E5
Complementary color
Monochromatic Colors of #FEC0E5
Black with #FEC0E5
Text Example
Text Example
White with #FEC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0E5; }
p { color: rgb(254,192,229); }
H1.HeaderClassName
{
color: #FEC0E5;
}
.AnyTagClassName
{
color: #FEC0E5;
}
</style>
background-color css
<style>
a { background-color: #FEC0E5; }
a { background-color: rgb(254,192,229); }
div.DivClassName
{
background-color: #FEC0E5;
}
.BgClassName
{
background-color: #FEC0E5;
}
</style>
border-color css
<style>
span { border-color: #FEC0E5; }
span { border-color: rgb(254,192,229); }
td.TdClassName
{
border-color: #FEC0E5;
}
.TagClassName
{
border-color: #FEC0E5;
}
</style>