Shades of Lavender Rose #FE9EF4
Tints of Lavender Rose #FE9EF4
RGB
CMYK
RGB Variations
Color information
#FE9EF4 (or 0xFE9EF4) is known color: Lavender Rose. HEX triplet: FE, 9E and F4. RGB value is (254,158,244). Sum of RGB (Red+Green+Blue) = 254+158+244=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 158 (62.11% from 255 or 24.09% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EF4 is #01610B. Grayscale: #C4C4C4. Windows color (decimal): -90380 or 16031486. OLE color: 16031486.
HSL color Cylindrical-coordinate representation of color #FE9EF4: hue angle of 306.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 #FE9EF4 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 244 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.00 |
| HSL | 306.25º | 0.98% | 0.81% | - |
| HSV(B) | 306.25º | 0.38% | 1% | - |
| XYZ | 69.43 | 52.06 | 91.98 | - |
| YUV | 196.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 244 | 0 | 0.38 | 0.04 | 0.00 | 306.25 | 0.98 | 0.81 |
| Hex | FE | 9E | F4 | 0 | 26 | 4 | 0 | 132 | 62 | 51 |
| Octal | 376 | 236 | 364 | 0 | 46 | 4 | 0 | 462 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11110100 | 0 | 100110 | 100 | 0 | 100110010 | 1100010 | 1010001 |
Color Harmonies of #FE9EF4
Complementary color
Monochromatic Colors of #FE9EF4
Black with #FE9EF4
Text Example
Text Example
White with #FE9EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EF4; }
p { color: rgb(254,158,244); }
H1.HeaderClassName
{
color: #FE9EF4;
}
.AnyTagClassName
{
color: #FE9EF4;
}
</style>
background-color css
<style>
a { background-color: #FE9EF4; }
a { background-color: rgb(254,158,244); }
div.DivClassName
{
background-color: #FE9EF4;
}
.BgClassName
{
background-color: #FE9EF4;
}
</style>
border-color css
<style>
span { border-color: #FE9EF4; }
span { border-color: rgb(254,158,244); }
td.TdClassName
{
border-color: #FE9EF4;
}
.TagClassName
{
border-color: #FE9EF4;
}
</style>