Shades of Lavender Rose #FEA0EA
Tints of Lavender Rose #FEA0EA
RGB
CMYK
RGB Variations
Color information
#FEA0EA (or 0xFEA0EA) is known color: Lavender Rose. HEX triplet: FE, A0 and EA. RGB value is (254,160,234). Sum of RGB (Red+Green+Blue) = 254+160+234=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0EA is #015F15. Grayscale: #C4C4C4. Windows color (decimal): -89878 or 15376638. OLE color: 15376638.
HSL color Cylindrical-coordinate representation of color #FEA0EA: hue angle of 312.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0EA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 234 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.00 |
| HSL | 312.77º | 0.98% | 0.81% | - |
| HSV(B) | 312.77º | 0.37% | 1% | - |
| XYZ | 68.3 | 52.15 | 84.31 | - |
| YUV | 196.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 234 | 0 | 0.37 | 0.08 | 0.00 | 312.77 | 0.98 | 0.81 |
| Hex | FE | A0 | EA | 0 | 25 | 8 | 0 | 139 | 62 | 51 |
| Octal | 376 | 240 | 352 | 0 | 45 | 10 | 0 | 471 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11101010 | 0 | 100101 | 1000 | 0 | 100111001 | 1100010 | 1010001 |
Color Harmonies of #FEA0EA
Complementary color
Monochromatic Colors of #FEA0EA
Black with #FEA0EA
Text Example
Text Example
White with #FEA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0EA; }
p { color: rgb(254,160,234); }
H1.HeaderClassName
{
color: #FEA0EA;
}
.AnyTagClassName
{
color: #FEA0EA;
}
</style>
background-color css
<style>
a { background-color: #FEA0EA; }
a { background-color: rgb(254,160,234); }
div.DivClassName
{
background-color: #FEA0EA;
}
.BgClassName
{
background-color: #FEA0EA;
}
</style>
border-color css
<style>
span { border-color: #FEA0EA; }
span { border-color: rgb(254,160,234); }
td.TdClassName
{
border-color: #FEA0EA;
}
.TagClassName
{
border-color: #FEA0EA;
}
</style>