Shades of Lavender Pink #FEA8D9
Tints of Lavender Pink #FEA8D9
RGB
CMYK
RGB Variations
Color information
#FEA8D9 (or 0xFEA8D9) is known color: Lavender Pink. HEX triplet: FE, A8 and D9. RGB value is (254,168,217). Sum of RGB (Red+Green+Blue) = 254+168+217=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D9 is #015726. Grayscale: #C7C7C7. Windows color (decimal): -87847 or 14264574. OLE color: 14264574.
HSL color Cylindrical-coordinate representation of color #FEA8D9: hue angle of 325.81º 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 #FEA8D9 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 217 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.00 |
| HSL | 325.81º | 0.98% | 0.83% | - |
| HSV(B) | 325.81º | 0.34% | 1% | - |
| XYZ | 67.4 | 54.09 | 72.53 | - |
| YUV | 199.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 217 | 0 | 0.34 | 0.15 | 0.00 | 325.81 | 0.98 | 0.83 |
| Hex | FE | A8 | D9 | 0 | 22 | F | 0 | 146 | 62 | 53 |
| Octal | 376 | 250 | 331 | 0 | 42 | 17 | 0 | 506 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11011001 | 0 | 100010 | 1111 | 0 | 101000110 | 1100010 | 1010011 |
Color Harmonies of #FEA8D9
Complementary color
Monochromatic Colors of #FEA8D9
Black with #FEA8D9
Text Example
Text Example
White with #FEA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8D9; }
p { color: rgb(254,168,217); }
H1.HeaderClassName
{
color: #FEA8D9;
}
.AnyTagClassName
{
color: #FEA8D9;
}
</style>
background-color css
<style>
a { background-color: #FEA8D9; }
a { background-color: rgb(254,168,217); }
div.DivClassName
{
background-color: #FEA8D9;
}
.BgClassName
{
background-color: #FEA8D9;
}
</style>
border-color css
<style>
span { border-color: #FEA8D9; }
span { border-color: rgb(254,168,217); }
td.TdClassName
{
border-color: #FEA8D9;
}
.TagClassName
{
border-color: #FEA8D9;
}
</style>