Shades of Lavender Pink #FEA0D5
Tints of Lavender Pink #FEA0D5
RGB
CMYK
RGB Variations
Color information
#FEA0D5 (or 0xFEA0D5) is known color: Lavender Pink. HEX triplet: FE, A0 and D5. RGB value is (254,160,213). Sum of RGB (Red+Green+Blue) = 254+160+213=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D5 is #015F2A. Grayscale: #C2C2C2. Windows color (decimal): -89899 or 14000382. OLE color: 14000382.
HSL color Cylindrical-coordinate representation of color #FEA0D5: hue angle of 326.17º 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 #FEA0D5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 213 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.00 |
| HSL | 326.17º | 0.98% | 0.81% | - |
| HSV(B) | 326.17º | 0.37% | 1% | - |
| XYZ | 65.45 | 51.02 | 69.35 | - |
| YUV | 194.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 213 | 0 | 0.37 | 0.16 | 0.00 | 326.17 | 0.98 | 0.81 |
| Hex | FE | A0 | D5 | 0 | 25 | 10 | 0 | 146 | 62 | 51 |
| Octal | 376 | 240 | 325 | 0 | 45 | 20 | 0 | 506 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11010101 | 0 | 100101 | 10000 | 0 | 101000110 | 1100010 | 1010001 |
Color Harmonies of #FEA0D5
Complementary color
Monochromatic Colors of #FEA0D5
Black with #FEA0D5
Text Example
Text Example
White with #FEA0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0D5; }
p { color: rgb(254,160,213); }
H1.HeaderClassName
{
color: #FEA0D5;
}
.AnyTagClassName
{
color: #FEA0D5;
}
</style>
background-color css
<style>
a { background-color: #FEA0D5; }
a { background-color: rgb(254,160,213); }
div.DivClassName
{
background-color: #FEA0D5;
}
.BgClassName
{
background-color: #FEA0D5;
}
</style>
border-color css
<style>
span { border-color: #FEA0D5; }
span { border-color: rgb(254,160,213); }
td.TdClassName
{
border-color: #FEA0D5;
}
.TagClassName
{
border-color: #FEA0D5;
}
</style>