Shades of Lavender Rose #FE9DE0
Tints of Lavender Rose #FE9DE0
RGB
CMYK
RGB Variations
Color information
#FE9DE0 (or 0xFE9DE0) is known color: Lavender Rose. HEX triplet: FE, 9D and E0. RGB value is (254,157,224). Sum of RGB (Red+Green+Blue) = 254+157+224=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DE0 is #01621F. Grayscale: #C1C1C1. Windows color (decimal): -90656 or 14720510. OLE color: 14720510.
HSL color Cylindrical-coordinate representation of color #FE9DE0: hue angle of 318.56º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DE0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 224 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.00 |
| HSL | 318.56º | 0.98% | 0.81% | - |
| HSV(B) | 318.56º | 0.38% | 1% | - |
| XYZ | 66.38 | 50.57 | 76.78 | - |
| YUV | 193.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 224 | 0 | 0.38 | 0.12 | 0.00 | 318.56 | 0.98 | 0.81 |
| Hex | FE | 9D | E0 | 0 | 26 | C | 0 | 13F | 62 | 51 |
| Octal | 376 | 235 | 340 | 0 | 46 | 14 | 0 | 477 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11100000 | 0 | 100110 | 1100 | 0 | 100111111 | 1100010 | 1010001 |
Color Harmonies of #FE9DE0
Complementary color
Monochromatic Colors of #FE9DE0
Black with #FE9DE0
Text Example
Text Example
White with #FE9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DE0; }
p { color: rgb(254,157,224); }
H1.HeaderClassName
{
color: #FE9DE0;
}
.AnyTagClassName
{
color: #FE9DE0;
}
</style>
background-color css
<style>
a { background-color: #FE9DE0; }
a { background-color: rgb(254,157,224); }
div.DivClassName
{
background-color: #FE9DE0;
}
.BgClassName
{
background-color: #FE9DE0;
}
</style>
border-color css
<style>
span { border-color: #FE9DE0; }
span { border-color: rgb(254,157,224); }
td.TdClassName
{
border-color: #FE9DE0;
}
.TagClassName
{
border-color: #FE9DE0;
}
</style>