Shades of Lavender Pink #FEAADB
Tints of Lavender Pink #FEAADB
RGB
CMYK
RGB Variations
Color information
#FEAADB (or 0xFEAADB) is known color: Lavender Pink. HEX triplet: FE, AA and DB. RGB value is (254,170,219). Sum of RGB (Red+Green+Blue) = 254+170+219=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAADB is #015524. Grayscale: #C8C8C8. Windows color (decimal): -87333 or 14396158. OLE color: 14396158.
HSL color Cylindrical-coordinate representation of color #FEAADB: hue angle of 325º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAADB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 219 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.00 |
| HSL | 325º | 0.98% | 0.83% | - |
| HSV(B) | 325º | 0.33% | 1% | - |
| XYZ | 68.03 | 54.93 | 74.04 | - |
| YUV | 200.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 219 | 0 | 0.33 | 0.14 | 0.00 | 325 | 0.98 | 0.83 |
| Hex | FE | AA | DB | 0 | 21 | E | 0 | 145 | 62 | 53 |
| Octal | 376 | 252 | 333 | 0 | 41 | 16 | 0 | 505 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11011011 | 0 | 100001 | 1110 | 0 | 101000101 | 1100010 | 1010011 |
Color Harmonies of #FEAADB
Complementary color
Monochromatic Colors of #FEAADB
Black with #FEAADB
Text Example
Text Example
White with #FEAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAADB; }
p { color: rgb(254,170,219); }
H1.HeaderClassName
{
color: #FEAADB;
}
.AnyTagClassName
{
color: #FEAADB;
}
</style>
background-color css
<style>
a { background-color: #FEAADB; }
a { background-color: rgb(254,170,219); }
div.DivClassName
{
background-color: #FEAADB;
}
.BgClassName
{
background-color: #FEAADB;
}
</style>
border-color css
<style>
span { border-color: #FEAADB; }
span { border-color: rgb(254,170,219); }
td.TdClassName
{
border-color: #FEAADB;
}
.TagClassName
{
border-color: #FEAADB;
}
</style>