Shades of Lavender Rose #FE9EED
Tints of Lavender Rose #FE9EED
RGB
CMYK
RGB Variations
Color information
#FE9EED (or 0xFE9EED) is known color: Lavender Rose. HEX triplet: FE, 9E and ED. RGB value is (254,158,237). Sum of RGB (Red+Green+Blue) = 254+158+237=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EED is #016112. Grayscale: #C3C3C3. Windows color (decimal): -90387 or 15572734. OLE color: 15572734.
HSL color Cylindrical-coordinate representation of color #FE9EED: hue angle of 310.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 #FE9EED is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 237 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.00 |
| HSL | 310.63º | 0.98% | 0.81% | - |
| HSV(B) | 310.63º | 0.38% | 1% | - |
| XYZ | 68.39 | 51.64 | 86.48 | - |
| YUV | 195.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 237 | 0 | 0.38 | 0.07 | 0.00 | 310.63 | 0.98 | 0.81 |
| Hex | FE | 9E | ED | 0 | 26 | 7 | 0 | 137 | 62 | 51 |
| Octal | 376 | 236 | 355 | 0 | 46 | 7 | 0 | 467 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11101101 | 0 | 100110 | 111 | 0 | 100110111 | 1100010 | 1010001 |
Color Harmonies of #FE9EED
Complementary color
Monochromatic Colors of #FE9EED
Black with #FE9EED
Text Example
Text Example
White with #FE9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EED; }
p { color: rgb(254,158,237); }
H1.HeaderClassName
{
color: #FE9EED;
}
.AnyTagClassName
{
color: #FE9EED;
}
</style>
background-color css
<style>
a { background-color: #FE9EED; }
a { background-color: rgb(254,158,237); }
div.DivClassName
{
background-color: #FE9EED;
}
.BgClassName
{
background-color: #FE9EED;
}
</style>
border-color css
<style>
span { border-color: #FE9EED; }
span { border-color: rgb(254,158,237); }
td.TdClassName
{
border-color: #FE9EED;
}
.TagClassName
{
border-color: #FE9EED;
}
</style>