Shades of Lavender Rose #FEA3DB
Tints of Lavender Rose #FEA3DB
RGB
CMYK
RGB Variations
Color information
#FEA3DB (or 0xFEA3DB) is known color: Lavender Rose. HEX triplet: FE, A3 and DB. RGB value is (254,163,219). Sum of RGB (Red+Green+Blue) = 254+163+219=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3DB is #015C24. Grayscale: #C4C4C4. Windows color (decimal): -89125 or 14394366. OLE color: 14394366.
HSL color Cylindrical-coordinate representation of color #FEA3DB: hue angle of 323.08º 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 #FEA3DB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 219 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.00 |
| HSL | 323.08º | 0.98% | 0.82% | - |
| HSV(B) | 323.08º | 0.36% | 1% | - |
| XYZ | 66.76 | 52.38 | 73.61 | - |
| YUV | 196.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 219 | 0 | 0.36 | 0.14 | 0.00 | 323.08 | 0.98 | 0.82 |
| Hex | FE | A3 | DB | 0 | 24 | E | 0 | 143 | 62 | 52 |
| Octal | 376 | 243 | 333 | 0 | 44 | 16 | 0 | 503 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11011011 | 0 | 100100 | 1110 | 0 | 101000011 | 1100010 | 1010010 |
Color Harmonies of #FEA3DB
Complementary color
Monochromatic Colors of #FEA3DB
Black with #FEA3DB
Text Example
Text Example
White with #FEA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3DB; }
p { color: rgb(254,163,219); }
H1.HeaderClassName
{
color: #FEA3DB;
}
.AnyTagClassName
{
color: #FEA3DB;
}
</style>
background-color css
<style>
a { background-color: #FEA3DB; }
a { background-color: rgb(254,163,219); }
div.DivClassName
{
background-color: #FEA3DB;
}
.BgClassName
{
background-color: #FEA3DB;
}
</style>
border-color css
<style>
span { border-color: #FEA3DB; }
span { border-color: rgb(254,163,219); }
td.TdClassName
{
border-color: #FEA3DB;
}
.TagClassName
{
border-color: #FEA3DB;
}
</style>