Shades of Lavender Rose #FEA0DA
Tints of Lavender Rose #FEA0DA
RGB
CMYK
RGB Variations
Color information
#FEA0DA (or 0xFEA0DA) is known color: Lavender Rose. HEX triplet: FE, A0 and DA. RGB value is (254,160,218). Sum of RGB (Red+Green+Blue) = 254+160+218=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DA is #015F25. Grayscale: #C2C2C2. Windows color (decimal): -89894 or 14328062. OLE color: 14328062.
HSL color Cylindrical-coordinate representation of color #FEA0DA: hue angle of 322.98º 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 #FEA0DA is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 218 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.00 |
| HSL | 322.98º | 0.98% | 0.81% | - |
| HSV(B) | 322.98º | 0.37% | 1% | - |
| XYZ | 66.1 | 51.27 | 72.74 | - |
| YUV | 194.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 218 | 0 | 0.37 | 0.14 | 0.00 | 322.98 | 0.98 | 0.81 |
| Hex | FE | A0 | DA | 0 | 25 | E | 0 | 143 | 62 | 51 |
| Octal | 376 | 240 | 332 | 0 | 45 | 16 | 0 | 503 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11011010 | 0 | 100101 | 1110 | 0 | 101000011 | 1100010 | 1010001 |
Color Harmonies of #FEA0DA
Complementary color
Monochromatic Colors of #FEA0DA
Black with #FEA0DA
Text Example
Text Example
White with #FEA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0DA; }
p { color: rgb(254,160,218); }
H1.HeaderClassName
{
color: #FEA0DA;
}
.AnyTagClassName
{
color: #FEA0DA;
}
</style>
background-color css
<style>
a { background-color: #FEA0DA; }
a { background-color: rgb(254,160,218); }
div.DivClassName
{
background-color: #FEA0DA;
}
.BgClassName
{
background-color: #FEA0DA;
}
</style>
border-color css
<style>
span { border-color: #FEA0DA; }
span { border-color: rgb(254,160,218); }
td.TdClassName
{
border-color: #FEA0DA;
}
.TagClassName
{
border-color: #FEA0DA;
}
</style>