Shades of Lavender Pink #FEA2D8
Tints of Lavender Pink #FEA2D8
RGB
CMYK
RGB Variations
Color information
#FEA2D8 (or 0xFEA2D8) is known color: Lavender Pink. HEX triplet: FE, A2 and D8. RGB value is (254,162,216). Sum of RGB (Red+Green+Blue) = 254+162+216=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D8 is #015D27. Grayscale: #C3C3C3. Windows color (decimal): -89384 or 14197502. OLE color: 14197502.
HSL color Cylindrical-coordinate representation of color #FEA2D8: hue angle of 324.78º 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 #FEA2D8 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 216 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.00 |
| HSL | 324.78º | 0.98% | 0.82% | - |
| HSV(B) | 324.78º | 0.36% | 1% | - |
| XYZ | 66.19 | 51.87 | 71.49 | - |
| YUV | 195.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 216 | 0 | 0.36 | 0.15 | 0.00 | 324.78 | 0.98 | 0.82 |
| Hex | FE | A2 | D8 | 0 | 24 | F | 0 | 145 | 62 | 52 |
| Octal | 376 | 242 | 330 | 0 | 44 | 17 | 0 | 505 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11011000 | 0 | 100100 | 1111 | 0 | 101000101 | 1100010 | 1010010 |
Color Harmonies of #FEA2D8
Complementary color
Monochromatic Colors of #FEA2D8
Black with #FEA2D8
Text Example
Text Example
White with #FEA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2D8; }
p { color: rgb(254,162,216); }
H1.HeaderClassName
{
color: #FEA2D8;
}
.AnyTagClassName
{
color: #FEA2D8;
}
</style>
background-color css
<style>
a { background-color: #FEA2D8; }
a { background-color: rgb(254,162,216); }
div.DivClassName
{
background-color: #FEA2D8;
}
.BgClassName
{
background-color: #FEA2D8;
}
</style>
border-color css
<style>
span { border-color: #FEA2D8; }
span { border-color: rgb(254,162,216); }
td.TdClassName
{
border-color: #FEA2D8;
}
.TagClassName
{
border-color: #FEA2D8;
}
</style>