Shades of Lavender Rose #FE9EFE
Tints of Lavender Rose #FE9EFE
RGB
CMYK
RGB Variations
Color information
#FE9EFE (or 0xFE9EFE) is known color: Lavender Rose. HEX triplet: FE, 9E and FE. RGB value is (254,158,254). Sum of RGB (Red+Green+Blue) = 254+158+254=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFE is #016101. Grayscale: #C5C5C5. Windows color (decimal): -90370 or 16686846. OLE color: 16686846.
HSL color Cylindrical-coordinate representation of color #FE9EFE: hue angle of 300º 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 #FE9EFE is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 254 | - |
| CMYK | 0 | 0.38 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.81% | - |
| HSV(B) | 300º | 0.38% | 1% | - |
| XYZ | 70.99 | 52.68 | 100.19 | - |
| YUV | 197.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 254 | 0 | 0.38 | 0 | 0.00 | 300 | 0.98 | 0.81 |
| Hex | FE | 9E | FE | 0 | 26 | 0 | 0 | 12C | 62 | 51 |
| Octal | 376 | 236 | 376 | 0 | 46 | 0 | 0 | 454 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11111110 | 0 | 100110 | 0 | 0 | 100101100 | 1100010 | 1010001 |
Color Harmonies of #FE9EFE
Complementary color
Monochromatic Colors of #FE9EFE
Black with #FE9EFE
Text Example
Text Example
White with #FE9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EFE; }
p { color: rgb(254,158,254); }
H1.HeaderClassName
{
color: #FE9EFE;
}
.AnyTagClassName
{
color: #FE9EFE;
}
</style>
background-color css
<style>
a { background-color: #FE9EFE; }
a { background-color: rgb(254,158,254); }
div.DivClassName
{
background-color: #FE9EFE;
}
.BgClassName
{
background-color: #FE9EFE;
}
</style>
border-color css
<style>
span { border-color: #FE9EFE; }
span { border-color: rgb(254,158,254); }
td.TdClassName
{
border-color: #FE9EFE;
}
.TagClassName
{
border-color: #FE9EFE;
}
</style>