Shades of Classic Rose #FEC0E4
Tints of Classic Rose #FEC0E4
RGB
CMYK
RGB Variations
Color information
#FEC0E4 (or 0xFEC0E4) is known color: Classic Rose. HEX triplet: FE, C0 and E4. RGB value is (254,192,228). Sum of RGB (Red+Green+Blue) = 254+192+228=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0E4 is #013F1B. Grayscale: #D6D6D6. Windows color (decimal): -81692 or 14991614. OLE color: 14991614.
HSL color Cylindrical-coordinate representation of color #FEC0E4: hue angle of 325.16º 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 #FEC0E4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 228 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.00 |
| HSL | 325.16º | 0.97% | 0.87% | - |
| HSV(B) | 325.16º | 0.24% | 1% | - |
| XYZ | 73.73 | 64.37 | 81.94 | - |
| YUV | 214.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 228 | 0 | 0.24 | 0.10 | 0.00 | 325.16 | 0.97 | 0.87 |
| Hex | FE | C0 | E4 | 0 | 18 | A | 0 | 145 | 61 | 57 |
| Octal | 376 | 300 | 344 | 0 | 30 | 12 | 0 | 505 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11100100 | 0 | 11000 | 1010 | 0 | 101000101 | 1100001 | 1010111 |
Color Harmonies of #FEC0E4
Complementary color
Monochromatic Colors of #FEC0E4
Black with #FEC0E4
Text Example
Text Example
White with #FEC0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0E4; }
p { color: rgb(254,192,228); }
H1.HeaderClassName
{
color: #FEC0E4;
}
.AnyTagClassName
{
color: #FEC0E4;
}
</style>
background-color css
<style>
a { background-color: #FEC0E4; }
a { background-color: rgb(254,192,228); }
div.DivClassName
{
background-color: #FEC0E4;
}
.BgClassName
{
background-color: #FEC0E4;
}
</style>
border-color css
<style>
span { border-color: #FEC0E4; }
span { border-color: rgb(254,192,228); }
td.TdClassName
{
border-color: #FEC0E4;
}
.TagClassName
{
border-color: #FEC0E4;
}
</style>