Shades of Lavender Rose #FE9EDB
Tints of Lavender Rose #FE9EDB
RGB
CMYK
RGB Variations
Color information
#FE9EDB (or 0xFE9EDB) is known color: Lavender Rose. HEX triplet: FE, 9E and DB. RGB value is (254,158,219). Sum of RGB (Red+Green+Blue) = 254+158+219=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EDB is #016124. Grayscale: #C1C1C1. Windows color (decimal): -90405 or 14393086. OLE color: 14393086.
HSL color Cylindrical-coordinate representation of color #FE9EDB: hue angle of 321.88º 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 #FE9EDB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 219 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.00 |
| HSL | 321.88º | 0.98% | 0.81% | - |
| HSV(B) | 321.88º | 0.38% | 1% | - |
| XYZ | 65.89 | 50.64 | 73.32 | - |
| YUV | 193.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 219 | 0 | 0.38 | 0.14 | 0.00 | 321.88 | 0.98 | 0.81 |
| Hex | FE | 9E | DB | 0 | 26 | E | 0 | 142 | 62 | 51 |
| Octal | 376 | 236 | 333 | 0 | 46 | 16 | 0 | 502 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11011011 | 0 | 100110 | 1110 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FE9EDB
Complementary color
Monochromatic Colors of #FE9EDB
Black with #FE9EDB
Text Example
Text Example
White with #FE9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EDB; }
p { color: rgb(254,158,219); }
H1.HeaderClassName
{
color: #FE9EDB;
}
.AnyTagClassName
{
color: #FE9EDB;
}
</style>
background-color css
<style>
a { background-color: #FE9EDB; }
a { background-color: rgb(254,158,219); }
div.DivClassName
{
background-color: #FE9EDB;
}
.BgClassName
{
background-color: #FE9EDB;
}
</style>
border-color css
<style>
span { border-color: #FE9EDB; }
span { border-color: rgb(254,158,219); }
td.TdClassName
{
border-color: #FE9EDB;
}
.TagClassName
{
border-color: #FE9EDB;
}
</style>