Shades of Lavender Rose #FEA0ED
Tints of Lavender Rose #FEA0ED
RGB
CMYK
RGB Variations
Color information
#FEA0ED (or 0xFEA0ED) is known color: Lavender Rose. HEX triplet: FE, A0 and ED. RGB value is (254,160,237). Sum of RGB (Red+Green+Blue) = 254+160+237=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0ED is #015F12. Grayscale: #C4C4C4. Windows color (decimal): -89875 or 15573246. OLE color: 15573246.
HSL color Cylindrical-coordinate representation of color #FEA0ED: hue angle of 310.85º 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 #FEA0ED is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 237 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.00 |
| HSL | 310.85º | 0.98% | 0.81% | - |
| HSV(B) | 310.85º | 0.37% | 1% | - |
| XYZ | 68.73 | 52.33 | 86.6 | - |
| YUV | 196.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 237 | 0 | 0.37 | 0.07 | 0.00 | 310.85 | 0.98 | 0.81 |
| Hex | FE | A0 | ED | 0 | 25 | 7 | 0 | 137 | 62 | 51 |
| Octal | 376 | 240 | 355 | 0 | 45 | 7 | 0 | 467 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11101101 | 0 | 100101 | 111 | 0 | 100110111 | 1100010 | 1010001 |
Color Harmonies of #FEA0ED
Complementary color
Monochromatic Colors of #FEA0ED
Black with #FEA0ED
Text Example
Text Example
White with #FEA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0ED; }
p { color: rgb(254,160,237); }
H1.HeaderClassName
{
color: #FEA0ED;
}
.AnyTagClassName
{
color: #FEA0ED;
}
</style>
background-color css
<style>
a { background-color: #FEA0ED; }
a { background-color: rgb(254,160,237); }
div.DivClassName
{
background-color: #FEA0ED;
}
.BgClassName
{
background-color: #FEA0ED;
}
</style>
border-color css
<style>
span { border-color: #FEA0ED; }
span { border-color: rgb(254,160,237); }
td.TdClassName
{
border-color: #FEA0ED;
}
.TagClassName
{
border-color: #FEA0ED;
}
</style>