Shades of Lavender Rose #FEA2E2
Tints of Lavender Rose #FEA2E2
RGB
CMYK
RGB Variations
Color information
#FEA2E2 (or 0xFEA2E2) is known color: Lavender Rose. HEX triplet: FE, A2 and E2. RGB value is (254,162,226). Sum of RGB (Red+Green+Blue) = 254+162+226=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 162 (63.67% from 255 or 25.23% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2E2 is #015D1D. Grayscale: #C4C4C4. Windows color (decimal): -89374 or 14852862. OLE color: 14852862.
HSL color Cylindrical-coordinate representation of color #FEA2E2: hue angle of 318.26º 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 #FEA2E2 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 226 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.00 |
| HSL | 318.26º | 0.98% | 0.82% | - |
| HSV(B) | 318.26º | 0.36% | 1% | - |
| XYZ | 67.52 | 52.4 | 78.51 | - |
| YUV | 196.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 226 | 0 | 0.36 | 0.11 | 0.00 | 318.26 | 0.98 | 0.82 |
| Hex | FE | A2 | E2 | 0 | 24 | B | 0 | 13E | 62 | 52 |
| Octal | 376 | 242 | 342 | 0 | 44 | 13 | 0 | 476 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11100010 | 0 | 100100 | 1011 | 0 | 100111110 | 1100010 | 1010010 |
Color Harmonies of #FEA2E2
Complementary color
Monochromatic Colors of #FEA2E2
Black with #FEA2E2
Text Example
Text Example
White with #FEA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2E2; }
p { color: rgb(254,162,226); }
H1.HeaderClassName
{
color: #FEA2E2;
}
.AnyTagClassName
{
color: #FEA2E2;
}
</style>
background-color css
<style>
a { background-color: #FEA2E2; }
a { background-color: rgb(254,162,226); }
div.DivClassName
{
background-color: #FEA2E2;
}
.BgClassName
{
background-color: #FEA2E2;
}
</style>
border-color css
<style>
span { border-color: #FEA2E2; }
span { border-color: rgb(254,162,226); }
td.TdClassName
{
border-color: #FEA2E2;
}
.TagClassName
{
border-color: #FEA2E2;
}
</style>