Shades of Lavender Rose #FEA2EE
Tints of Lavender Rose #FEA2EE
RGB
CMYK
RGB Variations
Color information
#FEA2EE (or 0xFEA2EE) is known color: Lavender Rose. HEX triplet: FE, A2 and EE. RGB value is (254,162,238). Sum of RGB (Red+Green+Blue) = 254+162+238=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2EE is #015D11. Grayscale: #C5C5C5. Windows color (decimal): -89362 or 15639294. OLE color: 15639294.
HSL color Cylindrical-coordinate representation of color #FEA2EE: hue angle of 310.43º 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 #FEA2EE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 238 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.00 |
| HSL | 310.43º | 0.98% | 0.82% | - |
| HSV(B) | 310.43º | 0.36% | 1% | - |
| XYZ | 69.23 | 53.08 | 87.49 | - |
| YUV | 198.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 238 | 0 | 0.36 | 0.06 | 0.00 | 310.43 | 0.98 | 0.82 |
| Hex | FE | A2 | EE | 0 | 24 | 6 | 0 | 136 | 62 | 52 |
| Octal | 376 | 242 | 356 | 0 | 44 | 6 | 0 | 466 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11101110 | 0 | 100100 | 110 | 0 | 100110110 | 1100010 | 1010010 |
Color Harmonies of #FEA2EE
Complementary color
Monochromatic Colors of #FEA2EE
Black with #FEA2EE
Text Example
Text Example
White with #FEA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2EE; }
p { color: rgb(254,162,238); }
H1.HeaderClassName
{
color: #FEA2EE;
}
.AnyTagClassName
{
color: #FEA2EE;
}
</style>
background-color css
<style>
a { background-color: #FEA2EE; }
a { background-color: rgb(254,162,238); }
div.DivClassName
{
background-color: #FEA2EE;
}
.BgClassName
{
background-color: #FEA2EE;
}
</style>
border-color css
<style>
span { border-color: #FEA2EE; }
span { border-color: rgb(254,162,238); }
td.TdClassName
{
border-color: #FEA2EE;
}
.TagClassName
{
border-color: #FEA2EE;
}
</style>