Shades of Lavender Rose #FE99E1
Tints of Lavender Rose #FE99E1
RGB
CMYK
RGB Variations
Color information
#FE99E1 (or 0xFE99E1) is known color: Lavender Rose. HEX triplet: FE, 99 and E1. RGB value is (254,153,225). Sum of RGB (Red+Green+Blue) = 254+153+225=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99E1 is #01661E. Grayscale: #BFBFBF. Windows color (decimal): -91679 or 14785022. OLE color: 14785022.
HSL color Cylindrical-coordinate representation of color #FE99E1: hue angle of 317.23º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99E1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 225 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.00 |
| HSL | 317.23º | 0.98% | 0.8% | - |
| HSV(B) | 317.23º | 0.4% | 1% | - |
| XYZ | 65.85 | 49.29 | 77.28 | - |
| YUV | 191.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 225 | 0 | 0.40 | 0.11 | 0.00 | 317.23 | 0.98 | 0.8 |
| Hex | FE | 99 | E1 | 0 | 28 | B | 0 | 13D | 62 | 50 |
| Octal | 376 | 231 | 341 | 0 | 50 | 13 | 0 | 475 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11100001 | 0 | 101000 | 1011 | 0 | 100111101 | 1100010 | 1010000 |
Color Harmonies of #FE99E1
Complementary color
Monochromatic Colors of #FE99E1
Black with #FE99E1
Text Example
Text Example
White with #FE99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99E1; }
p { color: rgb(254,153,225); }
H1.HeaderClassName
{
color: #FE99E1;
}
.AnyTagClassName
{
color: #FE99E1;
}
</style>
background-color css
<style>
a { background-color: #FE99E1; }
a { background-color: rgb(254,153,225); }
div.DivClassName
{
background-color: #FE99E1;
}
.BgClassName
{
background-color: #FE99E1;
}
</style>
border-color css
<style>
span { border-color: #FE99E1; }
span { border-color: rgb(254,153,225); }
td.TdClassName
{
border-color: #FE99E1;
}
.TagClassName
{
border-color: #FE99E1;
}
</style>