Shades of Lavender Rose #FEA2ED
Tints of Lavender Rose #FEA2ED
RGB
CMYK
RGB Variations
Color information
#FEA2ED (or 0xFEA2ED) is known color: Lavender Rose. HEX triplet: FE, A2 and ED. RGB value is (254,162,237). Sum of RGB (Red+Green+Blue) = 254+162+237=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2ED is #015D12. Grayscale: #C5C5C5. Windows color (decimal): -89363 or 15573758. OLE color: 15573758.
HSL color Cylindrical-coordinate representation of color #FEA2ED: hue angle of 311.09º 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 #FEA2ED is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 237 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.00 |
| HSL | 311.09º | 0.98% | 0.82% | - |
| HSV(B) | 311.09º | 0.36% | 1% | - |
| XYZ | 69.08 | 53.03 | 86.71 | - |
| YUV | 198.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 237 | 0 | 0.36 | 0.07 | 0.00 | 311.09 | 0.98 | 0.82 |
| Hex | FE | A2 | ED | 0 | 24 | 7 | 0 | 137 | 62 | 52 |
| Octal | 376 | 242 | 355 | 0 | 44 | 7 | 0 | 467 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11101101 | 0 | 100100 | 111 | 0 | 100110111 | 1100010 | 1010010 |
Color Harmonies of #FEA2ED
Complementary color
Monochromatic Colors of #FEA2ED
Black with #FEA2ED
Text Example
Text Example
White with #FEA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2ED; }
p { color: rgb(254,162,237); }
H1.HeaderClassName
{
color: #FEA2ED;
}
.AnyTagClassName
{
color: #FEA2ED;
}
</style>
background-color css
<style>
a { background-color: #FEA2ED; }
a { background-color: rgb(254,162,237); }
div.DivClassName
{
background-color: #FEA2ED;
}
.BgClassName
{
background-color: #FEA2ED;
}
</style>
border-color css
<style>
span { border-color: #FEA2ED; }
span { border-color: rgb(254,162,237); }
td.TdClassName
{
border-color: #FEA2ED;
}
.TagClassName
{
border-color: #FEA2ED;
}
</style>