Shades of Lavender Rose #FE9EF5
Tints of Lavender Rose #FE9EF5
RGB
CMYK
RGB Variations
Color information
#FE9EF5 (or 0xFE9EF5) is known color: Lavender Rose. HEX triplet: FE, 9E and F5. RGB value is (254,158,245). Sum of RGB (Red+Green+Blue) = 254+158+245=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 158 (62.11% from 255 or 24.05% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EF5 is #01610A. Grayscale: #C4C4C4. Windows color (decimal): -90379 or 16097022. OLE color: 16097022.
HSL color Cylindrical-coordinate representation of color #FE9EF5: hue angle of 305.62º 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 #FE9EF5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 245 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.00 |
| HSL | 305.63º | 0.98% | 0.81% | - |
| HSV(B) | 305.63º | 0.38% | 1% | - |
| XYZ | 69.58 | 52.12 | 92.78 | - |
| YUV | 196.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 245 | 0 | 0.38 | 0.04 | 0.00 | 305.63 | 0.98 | 0.81 |
| Hex | FE | 9E | F5 | 0 | 26 | 4 | 0 | 132 | 62 | 51 |
| Octal | 376 | 236 | 365 | 0 | 46 | 4 | 0 | 462 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11110101 | 0 | 100110 | 100 | 0 | 100110010 | 1100010 | 1010001 |
Color Harmonies of #FE9EF5
Complementary color
Monochromatic Colors of #FE9EF5
Black with #FE9EF5
Text Example
Text Example
White with #FE9EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EF5; }
p { color: rgb(254,158,245); }
H1.HeaderClassName
{
color: #FE9EF5;
}
.AnyTagClassName
{
color: #FE9EF5;
}
</style>
background-color css
<style>
a { background-color: #FE9EF5; }
a { background-color: rgb(254,158,245); }
div.DivClassName
{
background-color: #FE9EF5;
}
.BgClassName
{
background-color: #FE9EF5;
}
</style>
border-color css
<style>
span { border-color: #FE9EF5; }
span { border-color: rgb(254,158,245); }
td.TdClassName
{
border-color: #FE9EF5;
}
.TagClassName
{
border-color: #FE9EF5;
}
</style>