Shades of Lavender Rose #FE91DB
Tints of Lavender Rose #FE91DB
RGB
CMYK
RGB Variations
Color information
#FE91DB (or 0xFE91DB) is known color: Lavender Rose. HEX triplet: FE, 91 and DB. RGB value is (254,145,219). Sum of RGB (Red+Green+Blue) = 254+145+219=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91DB is #016E24. Grayscale: #B9B9B9. Windows color (decimal): -93733 or 14389758. OLE color: 14389758.
HSL color Cylindrical-coordinate representation of color #FE91DB: hue angle of 319.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91DB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 219 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.00 |
| HSL | 319.27º | 0.98% | 0.78% | - |
| HSV(B) | 319.27º | 0.43% | 1% | - |
| XYZ | 63.78 | 46.44 | 72.62 | - |
| YUV | 186.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 219 | 0 | 0.43 | 0.14 | 0.00 | 319.27 | 0.98 | 0.78 |
| Hex | FE | 91 | DB | 0 | 2B | E | 0 | 13F | 62 | 4E |
| Octal | 376 | 221 | 333 | 0 | 53 | 16 | 0 | 477 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11011011 | 0 | 101011 | 1110 | 0 | 100111111 | 1100010 | 1001110 |
Color Harmonies of #FE91DB
Complementary color
Monochromatic Colors of #FE91DB
Black with #FE91DB
Text Example
Text Example
White with #FE91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91DB; }
p { color: rgb(254,145,219); }
H1.HeaderClassName
{
color: #FE91DB;
}
.AnyTagClassName
{
color: #FE91DB;
}
</style>
background-color css
<style>
a { background-color: #FE91DB; }
a { background-color: rgb(254,145,219); }
div.DivClassName
{
background-color: #FE91DB;
}
.BgClassName
{
background-color: #FE91DB;
}
</style>
border-color css
<style>
span { border-color: #FE91DB; }
span { border-color: rgb(254,145,219); }
td.TdClassName
{
border-color: #FE91DB;
}
.TagClassName
{
border-color: #FE91DB;
}
</style>