Shades of Classic Rose #FEC0EC
Tints of Classic Rose #FEC0EC
RGB
CMYK
RGB Variations
Color information
#FEC0EC (or 0xFEC0EC) is known color: Classic Rose. HEX triplet: FE, C0 and EC. RGB value is (254,192,236). Sum of RGB (Red+Green+Blue) = 254+192+236=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EC is #013F13. Grayscale: #D7D7D7. Windows color (decimal): -81684 or 15515902. OLE color: 15515902.
HSL color Cylindrical-coordinate representation of color #FEC0EC: hue angle of 317.42º 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 #FEC0EC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 236 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.00 |
| HSL | 317.42º | 0.97% | 0.87% | - |
| HSV(B) | 317.42º | 0.24% | 1% | - |
| XYZ | 74.86 | 64.83 | 87.92 | - |
| YUV | 215.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 236 | 0 | 0.24 | 0.07 | 0.00 | 317.42 | 0.97 | 0.87 |
| Hex | FE | C0 | EC | 0 | 18 | 7 | 0 | 13D | 61 | 57 |
| Octal | 376 | 300 | 354 | 0 | 30 | 7 | 0 | 475 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11101100 | 0 | 11000 | 111 | 0 | 100111101 | 1100001 | 1010111 |
Color Harmonies of #FEC0EC
Complementary color
Monochromatic Colors of #FEC0EC
Black with #FEC0EC
Text Example
Text Example
White with #FEC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0EC; }
p { color: rgb(254,192,236); }
H1.HeaderClassName
{
color: #FEC0EC;
}
.AnyTagClassName
{
color: #FEC0EC;
}
</style>
background-color css
<style>
a { background-color: #FEC0EC; }
a { background-color: rgb(254,192,236); }
div.DivClassName
{
background-color: #FEC0EC;
}
.BgClassName
{
background-color: #FEC0EC;
}
</style>
border-color css
<style>
span { border-color: #FEC0EC; }
span { border-color: rgb(254,192,236); }
td.TdClassName
{
border-color: #FEC0EC;
}
.TagClassName
{
border-color: #FEC0EC;
}
</style>