Shades of Lavender Rose #FE9EE4
Tints of Lavender Rose #FE9EE4
RGB
CMYK
RGB Variations
Color information
#FE9EE4 (or 0xFE9EE4) is known color: Lavender Rose. HEX triplet: FE, 9E and E4. RGB value is (254,158,228). Sum of RGB (Red+Green+Blue) = 254+158+228=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EE4 is #01611B. Grayscale: #C2C2C2. Windows color (decimal): -90396 or 14982910. OLE color: 14982910.
HSL color Cylindrical-coordinate representation of color #FE9EE4: hue angle of 316.25º 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 #FE9EE4 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 228 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.00 |
| HSL | 316.25º | 0.98% | 0.81% | - |
| HSV(B) | 316.25º | 0.38% | 1% | - |
| XYZ | 67.1 | 51.13 | 79.73 | - |
| YUV | 194.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 228 | 0 | 0.38 | 0.10 | 0.00 | 316.25 | 0.98 | 0.81 |
| Hex | FE | 9E | E4 | 0 | 26 | A | 0 | 13C | 62 | 51 |
| Octal | 376 | 236 | 344 | 0 | 46 | 12 | 0 | 474 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11100100 | 0 | 100110 | 1010 | 0 | 100111100 | 1100010 | 1010001 |
Color Harmonies of #FE9EE4
Complementary color
Monochromatic Colors of #FE9EE4
Black with #FE9EE4
Text Example
Text Example
White with #FE9EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EE4; }
p { color: rgb(254,158,228); }
H1.HeaderClassName
{
color: #FE9EE4;
}
.AnyTagClassName
{
color: #FE9EE4;
}
</style>
background-color css
<style>
a { background-color: #FE9EE4; }
a { background-color: rgb(254,158,228); }
div.DivClassName
{
background-color: #FE9EE4;
}
.BgClassName
{
background-color: #FE9EE4;
}
</style>
border-color css
<style>
span { border-color: #FE9EE4; }
span { border-color: rgb(254,158,228); }
td.TdClassName
{
border-color: #FE9EE4;
}
.TagClassName
{
border-color: #FE9EE4;
}
</style>