Shades of Lavender Rose #FE9EEC
Tints of Lavender Rose #FE9EEC
RGB
CMYK
RGB Variations
Color information
#FE9EEC (or 0xFE9EEC) is known color: Lavender Rose. HEX triplet: FE, 9E and EC. RGB value is (254,158,236). Sum of RGB (Red+Green+Blue) = 254+158+236=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EEC is #016113. Grayscale: #C3C3C3. Windows color (decimal): -90388 or 15507198. OLE color: 15507198.
HSL color Cylindrical-coordinate representation of color #FE9EEC: hue angle of 311.25º 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 #FE9EEC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 236 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.00 |
| HSL | 311.25º | 0.98% | 0.81% | - |
| HSV(B) | 311.25º | 0.38% | 1% | - |
| XYZ | 68.24 | 51.58 | 85.72 | - |
| YUV | 195.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 236 | 0 | 0.38 | 0.07 | 0.00 | 311.25 | 0.98 | 0.81 |
| Hex | FE | 9E | EC | 0 | 26 | 7 | 0 | 137 | 62 | 51 |
| Octal | 376 | 236 | 354 | 0 | 46 | 7 | 0 | 467 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11101100 | 0 | 100110 | 111 | 0 | 100110111 | 1100010 | 1010001 |
Color Harmonies of #FE9EEC
Complementary color
Monochromatic Colors of #FE9EEC
Black with #FE9EEC
Text Example
Text Example
White with #FE9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EEC; }
p { color: rgb(254,158,236); }
H1.HeaderClassName
{
color: #FE9EEC;
}
.AnyTagClassName
{
color: #FE9EEC;
}
</style>
background-color css
<style>
a { background-color: #FE9EEC; }
a { background-color: rgb(254,158,236); }
div.DivClassName
{
background-color: #FE9EEC;
}
.BgClassName
{
background-color: #FE9EEC;
}
</style>
border-color css
<style>
span { border-color: #FE9EEC; }
span { border-color: rgb(254,158,236); }
td.TdClassName
{
border-color: #FE9EEC;
}
.TagClassName
{
border-color: #FE9EEC;
}
</style>