Shades of Lavender Rose #FE9EE8
Tints of Lavender Rose #FE9EE8
RGB
CMYK
RGB Variations
Color information
#FE9EE8 (or 0xFE9EE8) is known color: Lavender Rose. HEX triplet: FE, 9E and E8. RGB value is (254,158,232). Sum of RGB (Red+Green+Blue) = 254+158+232=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EE8 is #016117. Grayscale: #C2C2C2. Windows color (decimal): -90392 or 15245054. OLE color: 15245054.
HSL color Cylindrical-coordinate representation of color #FE9EE8: hue angle of 313.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 #FE9EE8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 232 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.00 |
| HSL | 313.75º | 0.98% | 0.81% | - |
| HSV(B) | 313.75º | 0.38% | 1% | - |
| XYZ | 67.67 | 51.35 | 82.69 | - |
| YUV | 195.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 232 | 0 | 0.38 | 0.09 | 0.00 | 313.75 | 0.98 | 0.81 |
| Hex | FE | 9E | E8 | 0 | 26 | 9 | 0 | 13A | 62 | 51 |
| Octal | 376 | 236 | 350 | 0 | 46 | 11 | 0 | 472 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11101000 | 0 | 100110 | 1001 | 0 | 100111010 | 1100010 | 1010001 |
Color Harmonies of #FE9EE8
Complementary color
Monochromatic Colors of #FE9EE8
Black with #FE9EE8
Text Example
Text Example
White with #FE9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EE8; }
p { color: rgb(254,158,232); }
H1.HeaderClassName
{
color: #FE9EE8;
}
.AnyTagClassName
{
color: #FE9EE8;
}
</style>
background-color css
<style>
a { background-color: #FE9EE8; }
a { background-color: rgb(254,158,232); }
div.DivClassName
{
background-color: #FE9EE8;
}
.BgClassName
{
background-color: #FE9EE8;
}
</style>
border-color css
<style>
span { border-color: #FE9EE8; }
span { border-color: rgb(254,158,232); }
td.TdClassName
{
border-color: #FE9EE8;
}
.TagClassName
{
border-color: #FE9EE8;
}
</style>