Shades of Lavender Rose #FEA0E2
Tints of Lavender Rose #FEA0E2
RGB
CMYK
RGB Variations
Color information
#FEA0E2 (or 0xFEA0E2) is known color: Lavender Rose. HEX triplet: FE, A0 and E2. RGB value is (254,160,226). Sum of RGB (Red+Green+Blue) = 254+160+226=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0E2 is #015F1D. Grayscale: #C3C3C3. Windows color (decimal): -89886 or 14852350. OLE color: 14852350.
HSL color Cylindrical-coordinate representation of color #FEA0E2: hue angle of 317.87º 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 #FEA0E2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 226 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.00 |
| HSL | 317.87º | 0.98% | 0.81% | - |
| HSV(B) | 317.87º | 0.37% | 1% | - |
| XYZ | 67.17 | 51.7 | 78.39 | - |
| YUV | 195.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 226 | 0 | 0.37 | 0.11 | 0.00 | 317.87 | 0.98 | 0.81 |
| Hex | FE | A0 | E2 | 0 | 25 | B | 0 | 13E | 62 | 51 |
| Octal | 376 | 240 | 342 | 0 | 45 | 13 | 0 | 476 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11100010 | 0 | 100101 | 1011 | 0 | 100111110 | 1100010 | 1010001 |
Color Harmonies of #FEA0E2
Complementary color
Monochromatic Colors of #FEA0E2
Black with #FEA0E2
Text Example
Text Example
White with #FEA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E2; }
p { color: rgb(254,160,226); }
H1.HeaderClassName
{
color: #FEA0E2;
}
.AnyTagClassName
{
color: #FEA0E2;
}
</style>
background-color css
<style>
a { background-color: #FEA0E2; }
a { background-color: rgb(254,160,226); }
div.DivClassName
{
background-color: #FEA0E2;
}
.BgClassName
{
background-color: #FEA0E2;
}
</style>
border-color css
<style>
span { border-color: #FEA0E2; }
span { border-color: rgb(254,160,226); }
td.TdClassName
{
border-color: #FEA0E2;
}
.TagClassName
{
border-color: #FEA0E2;
}
</style>