Shades of Lavender Pink #FEA9D4
Tints of Lavender Pink #FEA9D4
RGB
CMYK
RGB Variations
Color information
#FEA9D4 (or 0xFEA9D4) is known color: Lavender Pink. HEX triplet: FE, A9 and D4. RGB value is (254,169,212). Sum of RGB (Red+Green+Blue) = 254+169+212=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D4 is #01562B. Grayscale: #C7C7C7. Windows color (decimal): -87596 or 13937150. OLE color: 13937150.
HSL color Cylindrical-coordinate representation of color #FEA9D4: hue angle of 329.65º 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 #FEA9D4 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 212 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.00 |
| HSL | 329.65º | 0.98% | 0.83% | - |
| HSV(B) | 329.65º | 0.33% | 1% | - |
| XYZ | 66.94 | 54.2 | 69.22 | - |
| YUV | 199.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 212 | 0 | 0.33 | 0.17 | 0.00 | 329.65 | 0.98 | 0.83 |
| Hex | FE | A9 | D4 | 0 | 21 | 11 | 0 | 14A | 62 | 53 |
| Octal | 376 | 251 | 324 | 0 | 41 | 21 | 0 | 512 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11010100 | 0 | 100001 | 10001 | 0 | 101001010 | 1100010 | 1010011 |
Color Harmonies of #FEA9D4
Complementary color
Monochromatic Colors of #FEA9D4
Black with #FEA9D4
Text Example
Text Example
White with #FEA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9D4; }
p { color: rgb(254,169,212); }
H1.HeaderClassName
{
color: #FEA9D4;
}
.AnyTagClassName
{
color: #FEA9D4;
}
</style>
background-color css
<style>
a { background-color: #FEA9D4; }
a { background-color: rgb(254,169,212); }
div.DivClassName
{
background-color: #FEA9D4;
}
.BgClassName
{
background-color: #FEA9D4;
}
</style>
border-color css
<style>
span { border-color: #FEA9D4; }
span { border-color: rgb(254,169,212); }
td.TdClassName
{
border-color: #FEA9D4;
}
.TagClassName
{
border-color: #FEA9D4;
}
</style>