Shades of Lavender Pink #FEA1D3
Tints of Lavender Pink #FEA1D3
RGB
CMYK
RGB Variations
Color information
#FEA1D3 (or 0xFEA1D3) is known color: Lavender Pink. HEX triplet: FE, A1 and D3. RGB value is (254,161,211). Sum of RGB (Red+Green+Blue) = 254+161+211=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D3 is #015E2C. Grayscale: #C2C2C2. Windows color (decimal): -89645 or 13869566. OLE color: 13869566.
HSL color Cylindrical-coordinate representation of color #FEA1D3: hue angle of 327.74º 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 #FEA1D3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 211 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.00 |
| HSL | 327.74º | 0.98% | 0.81% | - |
| HSV(B) | 327.74º | 0.37% | 1% | - |
| XYZ | 65.38 | 51.26 | 68.08 | - |
| YUV | 194.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 211 | 0 | 0.37 | 0.17 | 0.00 | 327.74 | 0.98 | 0.81 |
| Hex | FE | A1 | D3 | 0 | 25 | 11 | 0 | 148 | 62 | 51 |
| Octal | 376 | 241 | 323 | 0 | 45 | 21 | 0 | 510 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11010011 | 0 | 100101 | 10001 | 0 | 101001000 | 1100010 | 1010001 |
Color Harmonies of #FEA1D3
Complementary color
Monochromatic Colors of #FEA1D3
Black with #FEA1D3
Text Example
Text Example
White with #FEA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1D3; }
p { color: rgb(254,161,211); }
H1.HeaderClassName
{
color: #FEA1D3;
}
.AnyTagClassName
{
color: #FEA1D3;
}
</style>
background-color css
<style>
a { background-color: #FEA1D3; }
a { background-color: rgb(254,161,211); }
div.DivClassName
{
background-color: #FEA1D3;
}
.BgClassName
{
background-color: #FEA1D3;
}
</style>
border-color css
<style>
span { border-color: #FEA1D3; }
span { border-color: rgb(254,161,211); }
td.TdClassName
{
border-color: #FEA1D3;
}
.TagClassName
{
border-color: #FEA1D3;
}
</style>