Shades of Lavender Rose #FE90DF
Tints of Lavender Rose #FE90DF
RGB
CMYK
RGB Variations
Color information
#FE90DF (or 0xFE90DF) is known color: Lavender Rose. HEX triplet: FE, 90 and DF. RGB value is (254,144,223). Sum of RGB (Red+Green+Blue) = 254+144+223=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90DF is #016F20. Grayscale: #B9B9B9. Windows color (decimal): -93985 or 14651646. OLE color: 14651646.
HSL color Cylindrical-coordinate representation of color #FE90DF: hue angle of 316.91º 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 #FE90DF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 223 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.00 |
| HSL | 316.91º | 0.98% | 0.78% | - |
| HSV(B) | 316.91º | 0.43% | 1% | - |
| XYZ | 64.17 | 46.35 | 75.38 | - |
| YUV | 185.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 223 | 0 | 0.43 | 0.12 | 0.00 | 316.91 | 0.98 | 0.78 |
| Hex | FE | 90 | DF | 0 | 2B | C | 0 | 13D | 62 | 4E |
| Octal | 376 | 220 | 337 | 0 | 53 | 14 | 0 | 475 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11011111 | 0 | 101011 | 1100 | 0 | 100111101 | 1100010 | 1001110 |
Color Harmonies of #FE90DF
Complementary color
Monochromatic Colors of #FE90DF
Black with #FE90DF
Text Example
Text Example
White with #FE90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90DF; }
p { color: rgb(254,144,223); }
H1.HeaderClassName
{
color: #FE90DF;
}
.AnyTagClassName
{
color: #FE90DF;
}
</style>
background-color css
<style>
a { background-color: #FE90DF; }
a { background-color: rgb(254,144,223); }
div.DivClassName
{
background-color: #FE90DF;
}
.BgClassName
{
background-color: #FE90DF;
}
</style>
border-color css
<style>
span { border-color: #FE90DF; }
span { border-color: rgb(254,144,223); }
td.TdClassName
{
border-color: #FE90DF;
}
.TagClassName
{
border-color: #FE90DF;
}
</style>