Shades of Lavender Rose #FE90DD
Tints of Lavender Rose #FE90DD
RGB
CMYK
RGB Variations
Color information
#FE90DD (or 0xFE90DD) is known color: Lavender Rose. HEX triplet: FE, 90 and DD. RGB value is (254,144,221). Sum of RGB (Red+Green+Blue) = 254+144+221=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90DD is #016F22. Grayscale: #B9B9B9. Windows color (decimal): -93987 or 14520574. OLE color: 14520574.
HSL color Cylindrical-coordinate representation of color #FE90DD: hue angle of 318º 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 #FE90DD is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 221 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.00 |
| HSL | 318º | 0.98% | 0.78% | - |
| HSV(B) | 318º | 0.43% | 1% | - |
| XYZ | 63.9 | 46.24 | 73.96 | - |
| YUV | 185.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 221 | 0 | 0.43 | 0.13 | 0.00 | 318 | 0.98 | 0.78 |
| Hex | FE | 90 | DD | 0 | 2B | D | 0 | 13E | 62 | 4E |
| Octal | 376 | 220 | 335 | 0 | 53 | 15 | 0 | 476 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11011101 | 0 | 101011 | 1101 | 0 | 100111110 | 1100010 | 1001110 |
Color Harmonies of #FE90DD
Complementary color
Monochromatic Colors of #FE90DD
Black with #FE90DD
Text Example
Text Example
White with #FE90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90DD; }
p { color: rgb(254,144,221); }
H1.HeaderClassName
{
color: #FE90DD;
}
.AnyTagClassName
{
color: #FE90DD;
}
</style>
background-color css
<style>
a { background-color: #FE90DD; }
a { background-color: rgb(254,144,221); }
div.DivClassName
{
background-color: #FE90DD;
}
.BgClassName
{
background-color: #FE90DD;
}
</style>
border-color css
<style>
span { border-color: #FE90DD; }
span { border-color: rgb(254,144,221); }
td.TdClassName
{
border-color: #FE90DD;
}
.TagClassName
{
border-color: #FE90DD;
}
</style>