Shades of Lavender Rose #FEC0EE
Tints of Lavender Rose #FEC0EE
RGB
CMYK
RGB Variations
Color information
#FEC0EE (or 0xFEC0EE) is known color: Lavender Rose. HEX triplet: FE, C0 and EE. RGB value is (254,192,238). Sum of RGB (Red+Green+Blue) = 254+192+238=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EE is #013F11. Grayscale: #D7D7D7. Windows color (decimal): -81682 or 15646974. OLE color: 15646974.
HSL color Cylindrical-coordinate representation of color #FEC0EE: hue angle of 315.48º 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 #FEC0EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 192 | 238 | - |
CMYK | 0 | 0.24 | 0.06 | 0.00 |
HSL | 315.48º | 0.97% | 0.87% | - |
HSV(B) | 315.48º | 0.24% | 1% | - |
XYZ | 75.16 | 64.94 | 89.46 | - |
YUV | 215.78 | 140.54 | 155.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 238 | 0 | 0.24 | 0.06 | 0.00 | 315.48 | 0.97 | 0.87 |
Hex | FE | C0 | EE | 0 | 18 | 6 | 0 | 13B | 61 | 57 |
Octal | 376 | 300 | 356 | 0 | 30 | 6 | 0 | 473 | 141 | 127 |
Binary | 11111110 | 11000000 | 11101110 | 0 | 11000 | 110 | 0 | 100111011 | 1100001 | 1010111 |
Color Harmonies of #FEC0EE
Complementary color
Monochromatic Colors of #FEC0EE
Black with #FEC0EE
Text Example
Text Example
White with #FEC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0EE; }
p { color: rgb(254,192,238); }
H1.HeaderClassName
{
color: #FEC0EE;
}
.AnyTagClassName
{
color: #FEC0EE;
}
</style>
background-color css
<style>
a { background-color: #FEC0EE; }
a { background-color: rgb(254,192,238); }
div.DivClassName
{
background-color: #FEC0EE;
}
.BgClassName
{
background-color: #FEC0EE;
}
</style>
border-color css
<style>
span { border-color: #FEC0EE; }
span { border-color: rgb(254,192,238); }
td.TdClassName
{
border-color: #FEC0EE;
}
.TagClassName
{
border-color: #FEC0EE;
}
</style>