Shades of Lavender Pink #FEA0D3
Tints of Lavender Pink #FEA0D3
RGB
CMYK
RGB Variations
Color information
#FEA0D3 (or 0xFEA0D3) is known color: Lavender Pink. HEX triplet: FE, A0 and D3. RGB value is (254,160,211). Sum of RGB (Red+Green+Blue) = 254+160+211=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D3 is #015F2C. Grayscale: #C1C1C1. Windows color (decimal): -89901 or 13869310. OLE color: 13869310.
HSL color Cylindrical-coordinate representation of color #FEA0D3: hue angle of 327.45º 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 #FEA0D3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 211 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.00 |
| HSL | 327.45º | 0.98% | 0.81% | - |
| HSV(B) | 327.45º | 0.37% | 1% | - |
| XYZ | 65.2 | 50.92 | 68.02 | - |
| YUV | 193.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 211 | 0 | 0.37 | 0.17 | 0.00 | 327.45 | 0.98 | 0.81 |
| Hex | FE | A0 | D3 | 0 | 25 | 11 | 0 | 147 | 62 | 51 |
| Octal | 376 | 240 | 323 | 0 | 45 | 21 | 0 | 507 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11010011 | 0 | 100101 | 10001 | 0 | 101000111 | 1100010 | 1010001 |
Color Harmonies of #FEA0D3
Complementary color
Monochromatic Colors of #FEA0D3
Black with #FEA0D3
Text Example
Text Example
White with #FEA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0D3; }
p { color: rgb(254,160,211); }
H1.HeaderClassName
{
color: #FEA0D3;
}
.AnyTagClassName
{
color: #FEA0D3;
}
</style>
background-color css
<style>
a { background-color: #FEA0D3; }
a { background-color: rgb(254,160,211); }
div.DivClassName
{
background-color: #FEA0D3;
}
.BgClassName
{
background-color: #FEA0D3;
}
</style>
border-color css
<style>
span { border-color: #FEA0D3; }
span { border-color: rgb(254,160,211); }
td.TdClassName
{
border-color: #FEA0D3;
}
.TagClassName
{
border-color: #FEA0D3;
}
</style>