Shades of Lavender Pink #FEA7D2
Tints of Lavender Pink #FEA7D2
RGB
CMYK
RGB Variations
Color information
#FEA7D2 (or 0xFEA7D2) is known color: Lavender Pink. HEX triplet: FE, A7 and D2. RGB value is (254,167,210). Sum of RGB (Red+Green+Blue) = 254+167+210=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7D2 is #01582D. Grayscale: #C5C5C5. Windows color (decimal): -88110 or 13805566. OLE color: 13805566.
HSL color Cylindrical-coordinate representation of color #FEA7D2: hue angle of 330.34º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7D2 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 210 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.00 |
| HSL | 330.34º | 0.98% | 0.83% | - |
| HSV(B) | 330.34º | 0.34% | 1% | - |
| XYZ | 66.32 | 53.36 | 67.78 | - |
| YUV | 197.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 210 | 0 | 0.34 | 0.17 | 0.00 | 330.34 | 0.98 | 0.83 |
| Hex | FE | A7 | D2 | 0 | 22 | 11 | 0 | 14A | 62 | 53 |
| Octal | 376 | 247 | 322 | 0 | 42 | 21 | 0 | 512 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11010010 | 0 | 100010 | 10001 | 0 | 101001010 | 1100010 | 1010011 |
Color Harmonies of #FEA7D2
Complementary color
Monochromatic Colors of #FEA7D2
Black with #FEA7D2
Text Example
Text Example
White with #FEA7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7D2; }
p { color: rgb(254,167,210); }
H1.HeaderClassName
{
color: #FEA7D2;
}
.AnyTagClassName
{
color: #FEA7D2;
}
</style>
background-color css
<style>
a { background-color: #FEA7D2; }
a { background-color: rgb(254,167,210); }
div.DivClassName
{
background-color: #FEA7D2;
}
.BgClassName
{
background-color: #FEA7D2;
}
</style>
border-color css
<style>
span { border-color: #FEA7D2; }
span { border-color: rgb(254,167,210); }
td.TdClassName
{
border-color: #FEA7D2;
}
.TagClassName
{
border-color: #FEA7D2;
}
</style>