Shades of Lavender Pink #FEA8DB
Tints of Lavender Pink #FEA8DB
RGB
CMYK
RGB Variations
Color information
#FEA8DB (or 0xFEA8DB) is known color: Lavender Pink. HEX triplet: FE, A8 and DB. RGB value is (254,168,219). Sum of RGB (Red+Green+Blue) = 254+168+219=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DB is #015724. Grayscale: #C7C7C7. Windows color (decimal): -87845 or 14395646. OLE color: 14395646.
HSL color Cylindrical-coordinate representation of color #FEA8DB: hue angle of 324.42º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8DB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 219 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.00 |
| HSL | 324.42º | 0.98% | 0.83% | - |
| HSV(B) | 324.42º | 0.34% | 1% | - |
| XYZ | 67.66 | 54.19 | 73.91 | - |
| YUV | 199.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 219 | 0 | 0.34 | 0.14 | 0.00 | 324.42 | 0.98 | 0.83 |
| Hex | FE | A8 | DB | 0 | 22 | E | 0 | 144 | 62 | 53 |
| Octal | 376 | 250 | 333 | 0 | 42 | 16 | 0 | 504 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11011011 | 0 | 100010 | 1110 | 0 | 101000100 | 1100010 | 1010011 |
Color Harmonies of #FEA8DB
Complementary color
Monochromatic Colors of #FEA8DB
Black with #FEA8DB
Text Example
Text Example
White with #FEA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8DB; }
p { color: rgb(254,168,219); }
H1.HeaderClassName
{
color: #FEA8DB;
}
.AnyTagClassName
{
color: #FEA8DB;
}
</style>
background-color css
<style>
a { background-color: #FEA8DB; }
a { background-color: rgb(254,168,219); }
div.DivClassName
{
background-color: #FEA8DB;
}
.BgClassName
{
background-color: #FEA8DB;
}
</style>
border-color css
<style>
span { border-color: #FEA8DB; }
span { border-color: rgb(254,168,219); }
td.TdClassName
{
border-color: #FEA8DB;
}
.TagClassName
{
border-color: #FEA8DB;
}
</style>