Shades of Lavender Rose #FEC0EF
Tints of Lavender Rose #FEC0EF
RGB
CMYK
RGB Variations
Color information
#FEC0EF (or 0xFEC0EF) is known color: Lavender Rose. HEX triplet: FE, C0 and EF. RGB value is (254,192,239). Sum of RGB (Red+Green+Blue) = 254+192+239=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 192 (75.39% from 255 or 28.03% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EF is #013F10. Grayscale: #D7D7D7. Windows color (decimal): -81681 or 15712510. OLE color: 15712510.
HSL color Cylindrical-coordinate representation of color #FEC0EF: hue angle of 314.52º 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 #FEC0EF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 239 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.00 |
| HSL | 314.52º | 0.97% | 0.87% | - |
| HSV(B) | 314.52º | 0.24% | 1% | - |
| XYZ | 75.3 | 65 | 90.24 | - |
| YUV | 215.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 239 | 0 | 0.24 | 0.06 | 0.00 | 314.52 | 0.97 | 0.87 |
| Hex | FE | C0 | EF | 0 | 18 | 6 | 0 | 13B | 61 | 57 |
| Octal | 376 | 300 | 357 | 0 | 30 | 6 | 0 | 473 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11101111 | 0 | 11000 | 110 | 0 | 100111011 | 1100001 | 1010111 |
Color Harmonies of #FEC0EF
Complementary color
Monochromatic Colors of #FEC0EF
Black with #FEC0EF
Text Example
Text Example
White with #FEC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0EF; }
p { color: rgb(254,192,239); }
H1.HeaderClassName
{
color: #FEC0EF;
}
.AnyTagClassName
{
color: #FEC0EF;
}
</style>
background-color css
<style>
a { background-color: #FEC0EF; }
a { background-color: rgb(254,192,239); }
div.DivClassName
{
background-color: #FEC0EF;
}
.BgClassName
{
background-color: #FEC0EF;
}
</style>
border-color css
<style>
span { border-color: #FEC0EF; }
span { border-color: rgb(254,192,239); }
td.TdClassName
{
border-color: #FEC0EF;
}
.TagClassName
{
border-color: #FEC0EF;
}
</style>