Shades of Lavender Rose #FEA4DB
Tints of Lavender Rose #FEA4DB
RGB
CMYK
RGB Variations
Color information
#FEA4DB (or 0xFEA4DB) is known color: Lavender Rose. HEX triplet: FE, A4 and DB. RGB value is (254,164,219). Sum of RGB (Red+Green+Blue) = 254+164+219=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4DB is #015B24. Grayscale: #C5C5C5. Windows color (decimal): -88869 or 14394622. OLE color: 14394622.
HSL color Cylindrical-coordinate representation of color #FEA4DB: hue angle of 323.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4DB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 219 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.00 |
| HSL | 323.33º | 0.98% | 0.82% | - |
| HSV(B) | 323.33º | 0.35% | 1% | - |
| XYZ | 66.93 | 52.74 | 73.67 | - |
| YUV | 197.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 219 | 0 | 0.35 | 0.14 | 0.00 | 323.33 | 0.98 | 0.82 |
| Hex | FE | A4 | DB | 0 | 23 | E | 0 | 143 | 62 | 52 |
| Octal | 376 | 244 | 333 | 0 | 43 | 16 | 0 | 503 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11011011 | 0 | 100011 | 1110 | 0 | 101000011 | 1100010 | 1010010 |
Color Harmonies of #FEA4DB
Complementary color
Monochromatic Colors of #FEA4DB
Black with #FEA4DB
Text Example
Text Example
White with #FEA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4DB; }
p { color: rgb(254,164,219); }
H1.HeaderClassName
{
color: #FEA4DB;
}
.AnyTagClassName
{
color: #FEA4DB;
}
</style>
background-color css
<style>
a { background-color: #FEA4DB; }
a { background-color: rgb(254,164,219); }
div.DivClassName
{
background-color: #FEA4DB;
}
.BgClassName
{
background-color: #FEA4DB;
}
</style>
border-color css
<style>
span { border-color: #FEA4DB; }
span { border-color: rgb(254,164,219); }
td.TdClassName
{
border-color: #FEA4DB;
}
.TagClassName
{
border-color: #FEA4DB;
}
</style>