Shades of Lavender Rose #FEA2E9
Tints of Lavender Rose #FEA2E9
RGB
CMYK
RGB Variations
Color information
#FEA2E9 (or 0xFEA2E9) is known color: Lavender Rose. HEX triplet: FE, A2 and E9. RGB value is (254,162,233). Sum of RGB (Red+Green+Blue) = 254+162+233=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2E9 is #015D16. Grayscale: #C5C5C5. Windows color (decimal): -89367 or 15311614. OLE color: 15311614.
HSL color Cylindrical-coordinate representation of color #FEA2E9: hue angle of 313.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2E9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 233 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.00 |
| HSL | 313.7º | 0.98% | 0.82% | - |
| HSV(B) | 313.7º | 0.36% | 1% | - |
| XYZ | 68.5 | 52.79 | 83.67 | - |
| YUV | 197.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 233 | 0 | 0.36 | 0.08 | 0.00 | 313.7 | 0.98 | 0.82 |
| Hex | FE | A2 | E9 | 0 | 24 | 8 | 0 | 13A | 62 | 52 |
| Octal | 376 | 242 | 351 | 0 | 44 | 10 | 0 | 472 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11101001 | 0 | 100100 | 1000 | 0 | 100111010 | 1100010 | 1010010 |
Color Harmonies of #FEA2E9
Complementary color
Monochromatic Colors of #FEA2E9
Black with #FEA2E9
Text Example
Text Example
White with #FEA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2E9; }
p { color: rgb(254,162,233); }
H1.HeaderClassName
{
color: #FEA2E9;
}
.AnyTagClassName
{
color: #FEA2E9;
}
</style>
background-color css
<style>
a { background-color: #FEA2E9; }
a { background-color: rgb(254,162,233); }
div.DivClassName
{
background-color: #FEA2E9;
}
.BgClassName
{
background-color: #FEA2E9;
}
</style>
border-color css
<style>
span { border-color: #FEA2E9; }
span { border-color: rgb(254,162,233); }
td.TdClassName
{
border-color: #FEA2E9;
}
.TagClassName
{
border-color: #FEA2E9;
}
</style>