Shades of Lavender Rose #FE9EE0
Tints of Lavender Rose #FE9EE0
RGB
CMYK
RGB Variations
Color information
#FE9EE0 (or 0xFE9EE0) is known color: Lavender Rose. HEX triplet: FE, 9E and E0. RGB value is (254,158,224). Sum of RGB (Red+Green+Blue) = 254+158+224=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EE0 is #01611F. Grayscale: #C2C2C2. Windows color (decimal): -90400 or 14720766. OLE color: 14720766.
HSL color Cylindrical-coordinate representation of color #FE9EE0: hue angle of 318.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EE0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 224 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.00 |
| HSL | 318.75º | 0.98% | 0.81% | - |
| HSV(B) | 318.75º | 0.38% | 1% | - |
| XYZ | 66.55 | 50.91 | 76.84 | - |
| YUV | 194.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 224 | 0 | 0.38 | 0.12 | 0.00 | 318.75 | 0.98 | 0.81 |
| Hex | FE | 9E | E0 | 0 | 26 | C | 0 | 13F | 62 | 51 |
| Octal | 376 | 236 | 340 | 0 | 46 | 14 | 0 | 477 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11100000 | 0 | 100110 | 1100 | 0 | 100111111 | 1100010 | 1010001 |
Color Harmonies of #FE9EE0
Complementary color
Monochromatic Colors of #FE9EE0
Black with #FE9EE0
Text Example
Text Example
White with #FE9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EE0; }
p { color: rgb(254,158,224); }
H1.HeaderClassName
{
color: #FE9EE0;
}
.AnyTagClassName
{
color: #FE9EE0;
}
</style>
background-color css
<style>
a { background-color: #FE9EE0; }
a { background-color: rgb(254,158,224); }
div.DivClassName
{
background-color: #FE9EE0;
}
.BgClassName
{
background-color: #FE9EE0;
}
</style>
border-color css
<style>
span { border-color: #FE9EE0; }
span { border-color: rgb(254,158,224); }
td.TdClassName
{
border-color: #FE9EE0;
}
.TagClassName
{
border-color: #FE9EE0;
}
</style>