Shades of Lavender Rose #FEA1E1
Tints of Lavender Rose #FEA1E1
RGB
CMYK
RGB Variations
Color information
#FEA1E1 (or 0xFEA1E1) is known color: Lavender Rose. HEX triplet: FE, A1 and E1. RGB value is (254,161,225). Sum of RGB (Red+Green+Blue) = 254+161+225=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1E1 is #015E1E. Grayscale: #C3C3C3. Windows color (decimal): -89631 or 14787070. OLE color: 14787070.
HSL color Cylindrical-coordinate representation of color #FEA1E1: hue angle of 318.71º 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 #FEA1E1 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 225 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.00 |
| HSL | 318.71º | 0.98% | 0.81% | - |
| HSV(B) | 318.71º | 0.37% | 1% | - |
| XYZ | 67.21 | 52 | 77.73 | - |
| YUV | 196.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 225 | 0 | 0.37 | 0.11 | 0.00 | 318.71 | 0.98 | 0.81 |
| Hex | FE | A1 | E1 | 0 | 25 | B | 0 | 13F | 62 | 51 |
| Octal | 376 | 241 | 341 | 0 | 45 | 13 | 0 | 477 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11100001 | 0 | 100101 | 1011 | 0 | 100111111 | 1100010 | 1010001 |
Color Harmonies of #FEA1E1
Complementary color
Monochromatic Colors of #FEA1E1
Black with #FEA1E1
Text Example
Text Example
White with #FEA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1E1; }
p { color: rgb(254,161,225); }
H1.HeaderClassName
{
color: #FEA1E1;
}
.AnyTagClassName
{
color: #FEA1E1;
}
</style>
background-color css
<style>
a { background-color: #FEA1E1; }
a { background-color: rgb(254,161,225); }
div.DivClassName
{
background-color: #FEA1E1;
}
.BgClassName
{
background-color: #FEA1E1;
}
</style>
border-color css
<style>
span { border-color: #FEA1E1; }
span { border-color: rgb(254,161,225); }
td.TdClassName
{
border-color: #FEA1E1;
}
.TagClassName
{
border-color: #FEA1E1;
}
</style>