Shades of Lavender Rose #FEA2DB
Tints of Lavender Rose #FEA2DB
RGB
CMYK
RGB Variations
Color information
#FEA2DB (or 0xFEA2DB) is known color: Lavender Rose. HEX triplet: FE, A2 and DB. RGB value is (254,162,219). Sum of RGB (Red+Green+Blue) = 254+162+219=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2DB is #015D24. Grayscale: #C3C3C3. Windows color (decimal): -89381 or 14394110. OLE color: 14394110.
HSL color Cylindrical-coordinate representation of color #FEA2DB: hue angle of 322.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2DB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 219 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.00 |
| HSL | 322.83º | 0.98% | 0.82% | - |
| HSV(B) | 322.83º | 0.36% | 1% | - |
| XYZ | 66.58 | 52.03 | 73.55 | - |
| YUV | 196.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 219 | 0 | 0.36 | 0.14 | 0.00 | 322.83 | 0.98 | 0.82 |
| Hex | FE | A2 | DB | 0 | 24 | E | 0 | 143 | 62 | 52 |
| Octal | 376 | 242 | 333 | 0 | 44 | 16 | 0 | 503 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11011011 | 0 | 100100 | 1110 | 0 | 101000011 | 1100010 | 1010010 |
Color Harmonies of #FEA2DB
Complementary color
Monochromatic Colors of #FEA2DB
Black with #FEA2DB
Text Example
Text Example
White with #FEA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2DB; }
p { color: rgb(254,162,219); }
H1.HeaderClassName
{
color: #FEA2DB;
}
.AnyTagClassName
{
color: #FEA2DB;
}
</style>
background-color css
<style>
a { background-color: #FEA2DB; }
a { background-color: rgb(254,162,219); }
div.DivClassName
{
background-color: #FEA2DB;
}
.BgClassName
{
background-color: #FEA2DB;
}
</style>
border-color css
<style>
span { border-color: #FEA2DB; }
span { border-color: rgb(254,162,219); }
td.TdClassName
{
border-color: #FEA2DB;
}
.TagClassName
{
border-color: #FEA2DB;
}
</style>