Shades of Classic Rose #FEC0EA
Tints of Classic Rose #FEC0EA
RGB
CMYK
RGB Variations
Color information
#FEC0EA (or 0xFEC0EA) is known color: Classic Rose. HEX triplet: FE, C0 and EA. RGB value is (254,192,234). Sum of RGB (Red+Green+Blue) = 254+192+234=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EA is #013F15. Grayscale: #D7D7D7. Windows color (decimal): -81686 or 15384830. OLE color: 15384830.
HSL color Cylindrical-coordinate representation of color #FEC0EA: hue angle of 319.35º 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 #FEC0EA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 234 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.00 |
| HSL | 319.35º | 0.97% | 0.87% | - |
| HSV(B) | 319.35º | 0.24% | 1% | - |
| XYZ | 74.57 | 64.71 | 86.4 | - |
| YUV | 215.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 234 | 0 | 0.24 | 0.08 | 0.00 | 319.35 | 0.97 | 0.87 |
| Hex | FE | C0 | EA | 0 | 18 | 8 | 0 | 13F | 61 | 57 |
| Octal | 376 | 300 | 352 | 0 | 30 | 10 | 0 | 477 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11101010 | 0 | 11000 | 1000 | 0 | 100111111 | 1100001 | 1010111 |
Color Harmonies of #FEC0EA
Complementary color
Monochromatic Colors of #FEC0EA
Black with #FEC0EA
Text Example
Text Example
White with #FEC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0EA; }
p { color: rgb(254,192,234); }
H1.HeaderClassName
{
color: #FEC0EA;
}
.AnyTagClassName
{
color: #FEC0EA;
}
</style>
background-color css
<style>
a { background-color: #FEC0EA; }
a { background-color: rgb(254,192,234); }
div.DivClassName
{
background-color: #FEC0EA;
}
.BgClassName
{
background-color: #FEC0EA;
}
</style>
border-color css
<style>
span { border-color: #FEC0EA; }
span { border-color: rgb(254,192,234); }
td.TdClassName
{
border-color: #FEC0EA;
}
.TagClassName
{
border-color: #FEC0EA;
}
</style>