Shades of Lavender Pink #FEA2D4
Tints of Lavender Pink #FEA2D4
RGB
CMYK
RGB Variations
Color information
#FEA2D4 (or 0xFEA2D4) is known color: Lavender Pink. HEX triplet: FE, A2 and D4. RGB value is (254,162,212). Sum of RGB (Red+Green+Blue) = 254+162+212=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D4 is #015D2B. Grayscale: #C3C3C3. Windows color (decimal): -89388 or 13935358. OLE color: 13935358.
HSL color Cylindrical-coordinate representation of color #FEA2D4: hue angle of 327.39º 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 #FEA2D4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 212 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.00 |
| HSL | 327.39º | 0.98% | 0.82% | - |
| HSV(B) | 327.39º | 0.36% | 1% | - |
| XYZ | 65.68 | 51.66 | 68.8 | - |
| YUV | 195.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 212 | 0 | 0.36 | 0.17 | 0.00 | 327.39 | 0.98 | 0.82 |
| Hex | FE | A2 | D4 | 0 | 24 | 11 | 0 | 147 | 62 | 52 |
| Octal | 376 | 242 | 324 | 0 | 44 | 21 | 0 | 507 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11010100 | 0 | 100100 | 10001 | 0 | 101000111 | 1100010 | 1010010 |
Color Harmonies of #FEA2D4
Complementary color
Monochromatic Colors of #FEA2D4
Black with #FEA2D4
Text Example
Text Example
White with #FEA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2D4; }
p { color: rgb(254,162,212); }
H1.HeaderClassName
{
color: #FEA2D4;
}
.AnyTagClassName
{
color: #FEA2D4;
}
</style>
background-color css
<style>
a { background-color: #FEA2D4; }
a { background-color: rgb(254,162,212); }
div.DivClassName
{
background-color: #FEA2D4;
}
.BgClassName
{
background-color: #FEA2D4;
}
</style>
border-color css
<style>
span { border-color: #FEA2D4; }
span { border-color: rgb(254,162,212); }
td.TdClassName
{
border-color: #FEA2D4;
}
.TagClassName
{
border-color: #FEA2D4;
}
</style>