Shades of Lavender Rose #FEA0D9
Tints of Lavender Rose #FEA0D9
RGB
CMYK
RGB Variations
Color information
#FEA0D9 (or 0xFEA0D9) is known color: Lavender Rose. HEX triplet: FE, A0 and D9. RGB value is (254,160,217). Sum of RGB (Red+Green+Blue) = 254+160+217=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D9 is #015F26. Grayscale: #C2C2C2. Windows color (decimal): -89895 or 14262526. OLE color: 14262526.
HSL color Cylindrical-coordinate representation of color #FEA0D9: hue angle of 323.62º 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 #FEA0D9 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 217 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.00 |
| HSL | 323.62º | 0.98% | 0.81% | - |
| HSV(B) | 323.62º | 0.37% | 1% | - |
| XYZ | 65.97 | 51.22 | 72.06 | - |
| YUV | 194.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 217 | 0 | 0.37 | 0.15 | 0.00 | 323.62 | 0.98 | 0.81 |
| Hex | FE | A0 | D9 | 0 | 25 | F | 0 | 144 | 62 | 51 |
| Octal | 376 | 240 | 331 | 0 | 45 | 17 | 0 | 504 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11011001 | 0 | 100101 | 1111 | 0 | 101000100 | 1100010 | 1010001 |
Color Harmonies of #FEA0D9
Complementary color
Monochromatic Colors of #FEA0D9
Black with #FEA0D9
Text Example
Text Example
White with #FEA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0D9; }
p { color: rgb(254,160,217); }
H1.HeaderClassName
{
color: #FEA0D9;
}
.AnyTagClassName
{
color: #FEA0D9;
}
</style>
background-color css
<style>
a { background-color: #FEA0D9; }
a { background-color: rgb(254,160,217); }
div.DivClassName
{
background-color: #FEA0D9;
}
.BgClassName
{
background-color: #FEA0D9;
}
</style>
border-color css
<style>
span { border-color: #FEA0D9; }
span { border-color: rgb(254,160,217); }
td.TdClassName
{
border-color: #FEA0D9;
}
.TagClassName
{
border-color: #FEA0D9;
}
</style>