Shades of Lavender Pink #FEA9D7
Tints of Lavender Pink #FEA9D7
RGB
CMYK
RGB Variations
Color information
#FEA9D7 (or 0xFEA9D7) is known color: Lavender Pink. HEX triplet: FE, A9 and D7. RGB value is (254,169,215). Sum of RGB (Red+Green+Blue) = 254+169+215=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D7 is #015628. Grayscale: #C7C7C7. Windows color (decimal): -87593 or 14133758. OLE color: 14133758.
HSL color Cylindrical-coordinate representation of color #FEA9D7: hue angle of 327.53º 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 #FEA9D7 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 215 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.00 |
| HSL | 327.53º | 0.98% | 0.83% | - |
| HSV(B) | 327.53º | 0.33% | 1% | - |
| XYZ | 67.33 | 54.35 | 71.23 | - |
| YUV | 199.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 215 | 0 | 0.33 | 0.15 | 0.00 | 327.53 | 0.98 | 0.83 |
| Hex | FE | A9 | D7 | 0 | 21 | F | 0 | 148 | 62 | 53 |
| Octal | 376 | 251 | 327 | 0 | 41 | 17 | 0 | 510 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11010111 | 0 | 100001 | 1111 | 0 | 101001000 | 1100010 | 1010011 |
Color Harmonies of #FEA9D7
Complementary color
Monochromatic Colors of #FEA9D7
Black with #FEA9D7
Text Example
Text Example
White with #FEA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9D7; }
p { color: rgb(254,169,215); }
H1.HeaderClassName
{
color: #FEA9D7;
}
.AnyTagClassName
{
color: #FEA9D7;
}
</style>
background-color css
<style>
a { background-color: #FEA9D7; }
a { background-color: rgb(254,169,215); }
div.DivClassName
{
background-color: #FEA9D7;
}
.BgClassName
{
background-color: #FEA9D7;
}
</style>
border-color css
<style>
span { border-color: #FEA9D7; }
span { border-color: rgb(254,169,215); }
td.TdClassName
{
border-color: #FEA9D7;
}
.TagClassName
{
border-color: #FEA9D7;
}
</style>