Shades of Lavender Pink #FEA0D2
Tints of Lavender Pink #FEA0D2
RGB
CMYK
RGB Variations
Color information
#FEA0D2 (or 0xFEA0D2) is known color: Lavender Pink. HEX triplet: FE, A0 and D2. RGB value is (254,160,210). Sum of RGB (Red+Green+Blue) = 254+160+210=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D2 is #015F2D. Grayscale: #C1C1C1. Windows color (decimal): -89902 or 13803774. OLE color: 13803774.
HSL color Cylindrical-coordinate representation of color #FEA0D2: hue angle of 328.09º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0D2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 210 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.00 |
| HSL | 328.09º | 0.98% | 0.81% | - |
| HSV(B) | 328.09º | 0.37% | 1% | - |
| XYZ | 65.08 | 50.87 | 67.36 | - |
| YUV | 193.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 210 | 0 | 0.37 | 0.17 | 0.00 | 328.09 | 0.98 | 0.81 |
| Hex | FE | A0 | D2 | 0 | 25 | 11 | 0 | 148 | 62 | 51 |
| Octal | 376 | 240 | 322 | 0 | 45 | 21 | 0 | 510 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11010010 | 0 | 100101 | 10001 | 0 | 101001000 | 1100010 | 1010001 |
Color Harmonies of #FEA0D2
Complementary color
Monochromatic Colors of #FEA0D2
Black with #FEA0D2
Text Example
Text Example
White with #FEA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0D2; }
p { color: rgb(254,160,210); }
H1.HeaderClassName
{
color: #FEA0D2;
}
.AnyTagClassName
{
color: #FEA0D2;
}
</style>
background-color css
<style>
a { background-color: #FEA0D2; }
a { background-color: rgb(254,160,210); }
div.DivClassName
{
background-color: #FEA0D2;
}
.BgClassName
{
background-color: #FEA0D2;
}
</style>
border-color css
<style>
span { border-color: #FEA0D2; }
span { border-color: rgb(254,160,210); }
td.TdClassName
{
border-color: #FEA0D2;
}
.TagClassName
{
border-color: #FEA0D2;
}
</style>