Shades of Lavender Pink #FEA9D8
Tints of Lavender Pink #FEA9D8
RGB
CMYK
RGB Variations
Color information
#FEA9D8 (or 0xFEA9D8) is known color: Lavender Pink. HEX triplet: FE, A9 and D8. RGB value is (254,169,216). Sum of RGB (Red+Green+Blue) = 254+169+216=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D8 is #015627. Grayscale: #C7C7C7. Windows color (decimal): -87592 or 14199294. OLE color: 14199294.
HSL color Cylindrical-coordinate representation of color #FEA9D8: hue angle of 326.82º 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 #FEA9D8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 216 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.00 |
| HSL | 326.82º | 0.98% | 0.83% | - |
| HSV(B) | 326.82º | 0.33% | 1% | - |
| XYZ | 67.46 | 54.4 | 71.91 | - |
| YUV | 199.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 216 | 0 | 0.33 | 0.15 | 0.00 | 326.82 | 0.98 | 0.83 |
| Hex | FE | A9 | D8 | 0 | 21 | F | 0 | 147 | 62 | 53 |
| Octal | 376 | 251 | 330 | 0 | 41 | 17 | 0 | 507 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11011000 | 0 | 100001 | 1111 | 0 | 101000111 | 1100010 | 1010011 |
Color Harmonies of #FEA9D8
Complementary color
Monochromatic Colors of #FEA9D8
Black with #FEA9D8
Text Example
Text Example
White with #FEA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9D8; }
p { color: rgb(254,169,216); }
H1.HeaderClassName
{
color: #FEA9D8;
}
.AnyTagClassName
{
color: #FEA9D8;
}
</style>
background-color css
<style>
a { background-color: #FEA9D8; }
a { background-color: rgb(254,169,216); }
div.DivClassName
{
background-color: #FEA9D8;
}
.BgClassName
{
background-color: #FEA9D8;
}
</style>
border-color css
<style>
span { border-color: #FEA9D8; }
span { border-color: rgb(254,169,216); }
td.TdClassName
{
border-color: #FEA9D8;
}
.TagClassName
{
border-color: #FEA9D8;
}
</style>