Shades of Lavender Pink #FEA2D1
Tints of Lavender Pink #FEA2D1
RGB
CMYK
RGB Variations
Color information
#FEA2D1 (or 0xFEA2D1) is known color: Lavender Pink. HEX triplet: FE, A2 and D1. RGB value is (254,162,209). Sum of RGB (Red+Green+Blue) = 254+162+209=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D1 is #015D2E. Grayscale: #C2C2C2. Windows color (decimal): -89391 or 13738750. OLE color: 13738750.
HSL color Cylindrical-coordinate representation of color #FEA2D1: hue angle of 329.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2D1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 209 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.00 |
| HSL | 329.35º | 0.98% | 0.82% | - |
| HSV(B) | 329.35º | 0.36% | 1% | - |
| XYZ | 65.3 | 51.51 | 66.82 | - |
| YUV | 194.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 209 | 0 | 0.36 | 0.18 | 0.00 | 329.35 | 0.98 | 0.82 |
| Hex | FE | A2 | D1 | 0 | 24 | 12 | 0 | 149 | 62 | 52 |
| Octal | 376 | 242 | 321 | 0 | 44 | 22 | 0 | 511 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11010001 | 0 | 100100 | 10010 | 0 | 101001001 | 1100010 | 1010010 |
Color Harmonies of #FEA2D1
Complementary color
Monochromatic Colors of #FEA2D1
Black with #FEA2D1
Text Example
Text Example
White with #FEA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2D1; }
p { color: rgb(254,162,209); }
H1.HeaderClassName
{
color: #FEA2D1;
}
.AnyTagClassName
{
color: #FEA2D1;
}
</style>
background-color css
<style>
a { background-color: #FEA2D1; }
a { background-color: rgb(254,162,209); }
div.DivClassName
{
background-color: #FEA2D1;
}
.BgClassName
{
background-color: #FEA2D1;
}
</style>
border-color css
<style>
span { border-color: #FEA2D1; }
span { border-color: rgb(254,162,209); }
td.TdClassName
{
border-color: #FEA2D1;
}
.TagClassName
{
border-color: #FEA2D1;
}
</style>