Shades of Lavender Rose #FEA2E3
Tints of Lavender Rose #FEA2E3
RGB
CMYK
RGB Variations
Color information
#FEA2E3 (or 0xFEA2E3) is known color: Lavender Rose. HEX triplet: FE, A2 and E3. RGB value is (254,162,227). Sum of RGB (Red+Green+Blue) = 254+162+227=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2E3 is #015D1C. Grayscale: #C4C4C4. Windows color (decimal): -89373 or 14918398. OLE color: 14918398.
HSL color Cylindrical-coordinate representation of color #FEA2E3: hue angle of 317.61º 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 #FEA2E3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 227 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.00 |
| HSL | 317.61º | 0.98% | 0.82% | - |
| HSV(B) | 317.61º | 0.36% | 1% | - |
| XYZ | 67.66 | 52.46 | 79.23 | - |
| YUV | 196.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 227 | 0 | 0.36 | 0.11 | 0.00 | 317.61 | 0.98 | 0.82 |
| Hex | FE | A2 | E3 | 0 | 24 | B | 0 | 13E | 62 | 52 |
| Octal | 376 | 242 | 343 | 0 | 44 | 13 | 0 | 476 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11100011 | 0 | 100100 | 1011 | 0 | 100111110 | 1100010 | 1010010 |
Color Harmonies of #FEA2E3
Complementary color
Monochromatic Colors of #FEA2E3
Black with #FEA2E3
Text Example
Text Example
White with #FEA2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2E3; }
p { color: rgb(254,162,227); }
H1.HeaderClassName
{
color: #FEA2E3;
}
.AnyTagClassName
{
color: #FEA2E3;
}
</style>
background-color css
<style>
a { background-color: #FEA2E3; }
a { background-color: rgb(254,162,227); }
div.DivClassName
{
background-color: #FEA2E3;
}
.BgClassName
{
background-color: #FEA2E3;
}
</style>
border-color css
<style>
span { border-color: #FEA2E3; }
span { border-color: rgb(254,162,227); }
td.TdClassName
{
border-color: #FEA2E3;
}
.TagClassName
{
border-color: #FEA2E3;
}
</style>