Shades of Lavender Rose #FEA0DB
Tints of Lavender Rose #FEA0DB
RGB
CMYK
RGB Variations
Color information
#FEA0DB (or 0xFEA0DB) is known color: Lavender Rose. HEX triplet: FE, A0 and DB. RGB value is (254,160,219). Sum of RGB (Red+Green+Blue) = 254+160+219=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DB is #015F24. Grayscale: #C2C2C2. Windows color (decimal): -89893 or 14393598. OLE color: 14393598.
HSL color Cylindrical-coordinate representation of color #FEA0DB: hue angle of 322.34º 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 #FEA0DB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 219 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.00 |
| HSL | 322.34º | 0.98% | 0.81% | - |
| HSV(B) | 322.34º | 0.37% | 1% | - |
| XYZ | 66.23 | 51.33 | 73.43 | - |
| YUV | 194.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 219 | 0 | 0.37 | 0.14 | 0.00 | 322.34 | 0.98 | 0.81 |
| Hex | FE | A0 | DB | 0 | 25 | E | 0 | 142 | 62 | 51 |
| Octal | 376 | 240 | 333 | 0 | 45 | 16 | 0 | 502 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11011011 | 0 | 100101 | 1110 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FEA0DB
Complementary color
Monochromatic Colors of #FEA0DB
Black with #FEA0DB
Text Example
Text Example
White with #FEA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0DB; }
p { color: rgb(254,160,219); }
H1.HeaderClassName
{
color: #FEA0DB;
}
.AnyTagClassName
{
color: #FEA0DB;
}
</style>
background-color css
<style>
a { background-color: #FEA0DB; }
a { background-color: rgb(254,160,219); }
div.DivClassName
{
background-color: #FEA0DB;
}
.BgClassName
{
background-color: #FEA0DB;
}
</style>
border-color css
<style>
span { border-color: #FEA0DB; }
span { border-color: rgb(254,160,219); }
td.TdClassName
{
border-color: #FEA0DB;
}
.TagClassName
{
border-color: #FEA0DB;
}
</style>