Shades of Lavender Rose #FE9EF1
Tints of Lavender Rose #FE9EF1
RGB
CMYK
RGB Variations
Color information
#FE9EF1 (or 0xFE9EF1) is known color: Lavender Rose. HEX triplet: FE, 9E and F1. RGB value is (254,158,241). Sum of RGB (Red+Green+Blue) = 254+158+241=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 158 (62.11% from 255 or 24.20% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EF1 is #01610E. Grayscale: #C3C3C3. Windows color (decimal): -90383 or 15834878. OLE color: 15834878.
HSL color Cylindrical-coordinate representation of color #FE9EF1: hue angle of 308.12º 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 #FE9EF1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 241 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.00 |
| HSL | 308.13º | 0.98% | 0.81% | - |
| HSV(B) | 308.13º | 0.38% | 1% | - |
| XYZ | 68.98 | 51.88 | 89.6 | - |
| YUV | 196.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 241 | 0 | 0.38 | 0.05 | 0.00 | 308.13 | 0.98 | 0.81 |
| Hex | FE | 9E | F1 | 0 | 26 | 5 | 0 | 134 | 62 | 51 |
| Octal | 376 | 236 | 361 | 0 | 46 | 5 | 0 | 464 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11110001 | 0 | 100110 | 101 | 0 | 100110100 | 1100010 | 1010001 |
Color Harmonies of #FE9EF1
Complementary color
Monochromatic Colors of #FE9EF1
Black with #FE9EF1
Text Example
Text Example
White with #FE9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EF1; }
p { color: rgb(254,158,241); }
H1.HeaderClassName
{
color: #FE9EF1;
}
.AnyTagClassName
{
color: #FE9EF1;
}
</style>
background-color css
<style>
a { background-color: #FE9EF1; }
a { background-color: rgb(254,158,241); }
div.DivClassName
{
background-color: #FE9EF1;
}
.BgClassName
{
background-color: #FE9EF1;
}
</style>
border-color css
<style>
span { border-color: #FE9EF1; }
span { border-color: rgb(254,158,241); }
td.TdClassName
{
border-color: #FE9EF1;
}
.TagClassName
{
border-color: #FE9EF1;
}
</style>