Shades of Lavender Rose #FEA0F0
Tints of Lavender Rose #FEA0F0
RGB
CMYK
RGB Variations
Color information
#FEA0F0 (or 0xFEA0F0) is known color: Lavender Rose. HEX triplet: FE, A0 and F0. RGB value is (254,160,240). Sum of RGB (Red+Green+Blue) = 254+160+240=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 160 (62.89% from 255 or 24.46% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F0 is #015F0F. Grayscale: #C5C5C5. Windows color (decimal): -89872 or 15769854. OLE color: 15769854.
HSL color Cylindrical-coordinate representation of color #FEA0F0: hue angle of 308.94º 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 #FEA0F0 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 240 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.00 |
| HSL | 308.94º | 0.98% | 0.81% | - |
| HSV(B) | 308.94º | 0.37% | 1% | - |
| XYZ | 69.17 | 52.5 | 88.93 | - |
| YUV | 197.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 240 | 0 | 0.37 | 0.06 | 0.00 | 308.94 | 0.98 | 0.81 |
| Hex | FE | A0 | F0 | 0 | 25 | 6 | 0 | 135 | 62 | 51 |
| Octal | 376 | 240 | 360 | 0 | 45 | 6 | 0 | 465 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11110000 | 0 | 100101 | 110 | 0 | 100110101 | 1100010 | 1010001 |
Color Harmonies of #FEA0F0
Complementary color
Monochromatic Colors of #FEA0F0
Black with #FEA0F0
Text Example
Text Example
White with #FEA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0F0; }
p { color: rgb(254,160,240); }
H1.HeaderClassName
{
color: #FEA0F0;
}
.AnyTagClassName
{
color: #FEA0F0;
}
</style>
background-color css
<style>
a { background-color: #FEA0F0; }
a { background-color: rgb(254,160,240); }
div.DivClassName
{
background-color: #FEA0F0;
}
.BgClassName
{
background-color: #FEA0F0;
}
</style>
border-color css
<style>
span { border-color: #FEA0F0; }
span { border-color: rgb(254,160,240); }
td.TdClassName
{
border-color: #FEA0F0;
}
.TagClassName
{
border-color: #FEA0F0;
}
</style>