Shades of Lavender Rose #FEA2EF
Tints of Lavender Rose #FEA2EF
RGB
CMYK
RGB Variations
Color information
#FEA2EF (or 0xFEA2EF) is known color: Lavender Rose. HEX triplet: FE, A2 and EF. RGB value is (254,162,239). Sum of RGB (Red+Green+Blue) = 254+162+239=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2EF is #015D10. Grayscale: #C6C6C6. Windows color (decimal): -89361 or 15704830. OLE color: 15704830.
HSL color Cylindrical-coordinate representation of color #FEA2EF: hue angle of 309.78º 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 #FEA2EF is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 239 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.00 |
| HSL | 309.78º | 0.98% | 0.82% | - |
| HSV(B) | 309.78º | 0.36% | 1% | - |
| XYZ | 69.37 | 53.14 | 88.26 | - |
| YUV | 198.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 239 | 0 | 0.36 | 0.06 | 0.00 | 309.78 | 0.98 | 0.82 |
| Hex | FE | A2 | EF | 0 | 24 | 6 | 0 | 136 | 62 | 52 |
| Octal | 376 | 242 | 357 | 0 | 44 | 6 | 0 | 466 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11101111 | 0 | 100100 | 110 | 0 | 100110110 | 1100010 | 1010010 |
Color Harmonies of #FEA2EF
Complementary color
Monochromatic Colors of #FEA2EF
Black with #FEA2EF
Text Example
Text Example
White with #FEA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2EF; }
p { color: rgb(254,162,239); }
H1.HeaderClassName
{
color: #FEA2EF;
}
.AnyTagClassName
{
color: #FEA2EF;
}
</style>
background-color css
<style>
a { background-color: #FEA2EF; }
a { background-color: rgb(254,162,239); }
div.DivClassName
{
background-color: #FEA2EF;
}
.BgClassName
{
background-color: #FEA2EF;
}
</style>
border-color css
<style>
span { border-color: #FEA2EF; }
span { border-color: rgb(254,162,239); }
td.TdClassName
{
border-color: #FEA2EF;
}
.TagClassName
{
border-color: #FEA2EF;
}
</style>