Shades of Lavender Rose #FE90D9
Tints of Lavender Rose #FE90D9
RGB
CMYK
RGB Variations
Color information
#FE90D9 (or 0xFE90D9) is known color: Lavender Rose. HEX triplet: FE, 90 and D9. RGB value is (254,144,217). Sum of RGB (Red+Green+Blue) = 254+144+217=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D9 is #016F26. Grayscale: #B9B9B9. Windows color (decimal): -93991 or 14258430. OLE color: 14258430.
HSL color Cylindrical-coordinate representation of color #FE90D9: hue angle of 320.18º 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 #FE90D9 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 217 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.00 |
| HSL | 320.18º | 0.98% | 0.78% | - |
| HSV(B) | 320.18º | 0.43% | 1% | - |
| XYZ | 63.37 | 46.03 | 71.19 | - |
| YUV | 185.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 217 | 0 | 0.43 | 0.15 | 0.00 | 320.18 | 0.98 | 0.78 |
| Hex | FE | 90 | D9 | 0 | 2B | F | 0 | 140 | 62 | 4E |
| Octal | 376 | 220 | 331 | 0 | 53 | 17 | 0 | 500 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11011001 | 0 | 101011 | 1111 | 0 | 101000000 | 1100010 | 1001110 |
Color Harmonies of #FE90D9
Complementary color
Monochromatic Colors of #FE90D9
Black with #FE90D9
Text Example
Text Example
White with #FE90D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90D9; }
p { color: rgb(254,144,217); }
H1.HeaderClassName
{
color: #FE90D9;
}
.AnyTagClassName
{
color: #FE90D9;
}
</style>
background-color css
<style>
a { background-color: #FE90D9; }
a { background-color: rgb(254,144,217); }
div.DivClassName
{
background-color: #FE90D9;
}
.BgClassName
{
background-color: #FE90D9;
}
</style>
border-color css
<style>
span { border-color: #FE90D9; }
span { border-color: rgb(254,144,217); }
td.TdClassName
{
border-color: #FE90D9;
}
.TagClassName
{
border-color: #FE90D9;
}
</style>