Shades of Lavender Rose #FE90DB
Tints of Lavender Rose #FE90DB
RGB
CMYK
RGB Variations
Color information
#FE90DB (or 0xFE90DB) is known color: Lavender Rose. HEX triplet: FE, 90 and DB. RGB value is (254,144,219). Sum of RGB (Red+Green+Blue) = 254+144+219=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90DB is #016F24. Grayscale: #B9B9B9. Windows color (decimal): -93989 or 14389502. OLE color: 14389502.
HSL color Cylindrical-coordinate representation of color #FE90DB: hue angle of 319.09º 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 #FE90DB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 219 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.00 |
| HSL | 319.09º | 0.98% | 0.78% | - |
| HSV(B) | 319.09º | 0.43% | 1% | - |
| XYZ | 63.63 | 46.13 | 72.57 | - |
| YUV | 185.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 219 | 0 | 0.43 | 0.14 | 0.00 | 319.09 | 0.98 | 0.78 |
| Hex | FE | 90 | DB | 0 | 2B | E | 0 | 13F | 62 | 4E |
| Octal | 376 | 220 | 333 | 0 | 53 | 16 | 0 | 477 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11011011 | 0 | 101011 | 1110 | 0 | 100111111 | 1100010 | 1001110 |
Color Harmonies of #FE90DB
Complementary color
Monochromatic Colors of #FE90DB
Black with #FE90DB
Text Example
Text Example
White with #FE90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90DB; }
p { color: rgb(254,144,219); }
H1.HeaderClassName
{
color: #FE90DB;
}
.AnyTagClassName
{
color: #FE90DB;
}
</style>
background-color css
<style>
a { background-color: #FE90DB; }
a { background-color: rgb(254,144,219); }
div.DivClassName
{
background-color: #FE90DB;
}
.BgClassName
{
background-color: #FE90DB;
}
</style>
border-color css
<style>
span { border-color: #FE90DB; }
span { border-color: rgb(254,144,219); }
td.TdClassName
{
border-color: #FE90DB;
}
.TagClassName
{
border-color: #FE90DB;
}
</style>