Shades of Lavender Rose #FE9EDE
Tints of Lavender Rose #FE9EDE
RGB
CMYK
RGB Variations
Color information
#FE9EDE (or 0xFE9EDE) is known color: Lavender Rose. HEX triplet: FE, 9E and DE. RGB value is (254,158,222). Sum of RGB (Red+Green+Blue) = 254+158+222=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EDE is #016121. Grayscale: #C1C1C1. Windows color (decimal): -90402 or 14589694. OLE color: 14589694.
HSL color Cylindrical-coordinate representation of color #FE9EDE: hue angle of 320º 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 #FE9EDE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 222 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.00 |
| HSL | 320º | 0.98% | 0.81% | - |
| HSV(B) | 320º | 0.38% | 1% | - |
| XYZ | 66.28 | 50.8 | 75.42 | - |
| YUV | 194 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 222 | 0 | 0.38 | 0.13 | 0.00 | 320 | 0.98 | 0.81 |
| Hex | FE | 9E | DE | 0 | 26 | D | 0 | 140 | 62 | 51 |
| Octal | 376 | 236 | 336 | 0 | 46 | 15 | 0 | 500 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11011110 | 0 | 100110 | 1101 | 0 | 101000000 | 1100010 | 1010001 |
Color Harmonies of #FE9EDE
Complementary color
Monochromatic Colors of #FE9EDE
Black with #FE9EDE
Text Example
Text Example
White with #FE9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EDE; }
p { color: rgb(254,158,222); }
H1.HeaderClassName
{
color: #FE9EDE;
}
.AnyTagClassName
{
color: #FE9EDE;
}
</style>
background-color css
<style>
a { background-color: #FE9EDE; }
a { background-color: rgb(254,158,222); }
div.DivClassName
{
background-color: #FE9EDE;
}
.BgClassName
{
background-color: #FE9EDE;
}
</style>
border-color css
<style>
span { border-color: #FE9EDE; }
span { border-color: rgb(254,158,222); }
td.TdClassName
{
border-color: #FE9EDE;
}
.TagClassName
{
border-color: #FE9EDE;
}
</style>