Shades of Lavender Rose #FEA0E4
Tints of Lavender Rose #FEA0E4
RGB
CMYK
RGB Variations
Color information
#FEA0E4 (or 0xFEA0E4) is known color: Lavender Rose. HEX triplet: FE, A0 and E4. RGB value is (254,160,228). Sum of RGB (Red+Green+Blue) = 254+160+228=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0E4 is #015F1B. Grayscale: #C3C3C3. Windows color (decimal): -89884 or 14983422. OLE color: 14983422.
HSL color Cylindrical-coordinate representation of color #FEA0E4: hue angle of 316.6º 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 #FEA0E4 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 228 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.00 |
| HSL | 316.6º | 0.98% | 0.81% | - |
| HSV(B) | 316.6º | 0.37% | 1% | - |
| XYZ | 67.45 | 51.81 | 79.85 | - |
| YUV | 195.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 228 | 0 | 0.37 | 0.10 | 0.00 | 316.6 | 0.98 | 0.81 |
| Hex | FE | A0 | E4 | 0 | 25 | A | 0 | 13D | 62 | 51 |
| Octal | 376 | 240 | 344 | 0 | 45 | 12 | 0 | 475 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11100100 | 0 | 100101 | 1010 | 0 | 100111101 | 1100010 | 1010001 |
Color Harmonies of #FEA0E4
Complementary color
Monochromatic Colors of #FEA0E4
Black with #FEA0E4
Text Example
Text Example
White with #FEA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0E4; }
p { color: rgb(254,160,228); }
H1.HeaderClassName
{
color: #FEA0E4;
}
.AnyTagClassName
{
color: #FEA0E4;
}
</style>
background-color css
<style>
a { background-color: #FEA0E4; }
a { background-color: rgb(254,160,228); }
div.DivClassName
{
background-color: #FEA0E4;
}
.BgClassName
{
background-color: #FEA0E4;
}
</style>
border-color css
<style>
span { border-color: #FEA0E4; }
span { border-color: rgb(254,160,228); }
td.TdClassName
{
border-color: #FEA0E4;
}
.TagClassName
{
border-color: #FEA0E4;
}
</style>