Shades of Lavender Rose #FEA1E9
Tints of Lavender Rose #FEA1E9
RGB
CMYK
RGB Variations
Color information
#FEA1E9 (or 0xFEA1E9) is known color: Lavender Rose. HEX triplet: FE, A1 and E9. RGB value is (254,161,233). Sum of RGB (Red+Green+Blue) = 254+161+233=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1E9 is #015E16. Grayscale: #C4C4C4. Windows color (decimal): -89623 or 15311358. OLE color: 15311358.
HSL color Cylindrical-coordinate representation of color #FEA1E9: hue angle of 313.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1E9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 233 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.00 |
| HSL | 313.55º | 0.98% | 0.81% | - |
| HSV(B) | 313.55º | 0.37% | 1% | - |
| XYZ | 68.33 | 52.44 | 83.61 | - |
| YUV | 197.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 233 | 0 | 0.37 | 0.08 | 0.00 | 313.55 | 0.98 | 0.81 |
| Hex | FE | A1 | E9 | 0 | 25 | 8 | 0 | 13A | 62 | 51 |
| Octal | 376 | 241 | 351 | 0 | 45 | 10 | 0 | 472 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11101001 | 0 | 100101 | 1000 | 0 | 100111010 | 1100010 | 1010001 |
Color Harmonies of #FEA1E9
Complementary color
Monochromatic Colors of #FEA1E9
Black with #FEA1E9
Text Example
Text Example
White with #FEA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1E9; }
p { color: rgb(254,161,233); }
H1.HeaderClassName
{
color: #FEA1E9;
}
.AnyTagClassName
{
color: #FEA1E9;
}
</style>
background-color css
<style>
a { background-color: #FEA1E9; }
a { background-color: rgb(254,161,233); }
div.DivClassName
{
background-color: #FEA1E9;
}
.BgClassName
{
background-color: #FEA1E9;
}
</style>
border-color css
<style>
span { border-color: #FEA1E9; }
span { border-color: rgb(254,161,233); }
td.TdClassName
{
border-color: #FEA1E9;
}
.TagClassName
{
border-color: #FEA1E9;
}
</style>