Shades of Lavender Pink #FEA1D4
Tints of Lavender Pink #FEA1D4
RGB
CMYK
RGB Variations
Color information
#FEA1D4 (or 0xFEA1D4) is known color: Lavender Pink. HEX triplet: FE, A1 and D4. RGB value is (254,161,212). Sum of RGB (Red+Green+Blue) = 254+161+212=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D4 is #015E2B. Grayscale: #C2C2C2. Windows color (decimal): -89644 or 13935102. OLE color: 13935102.
HSL color Cylindrical-coordinate representation of color #FEA1D4: hue angle of 327.1º 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 #FEA1D4 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 212 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.00 |
| HSL | 327.1º | 0.98% | 0.81% | - |
| HSV(B) | 327.1º | 0.37% | 1% | - |
| XYZ | 65.5 | 51.31 | 68.74 | - |
| YUV | 194.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 212 | 0 | 0.37 | 0.17 | 0.00 | 327.1 | 0.98 | 0.81 |
| Hex | FE | A1 | D4 | 0 | 25 | 11 | 0 | 147 | 62 | 51 |
| Octal | 376 | 241 | 324 | 0 | 45 | 21 | 0 | 507 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11010100 | 0 | 100101 | 10001 | 0 | 101000111 | 1100010 | 1010001 |
Color Harmonies of #FEA1D4
Complementary color
Monochromatic Colors of #FEA1D4
Black with #FEA1D4
Text Example
Text Example
White with #FEA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1D4; }
p { color: rgb(254,161,212); }
H1.HeaderClassName
{
color: #FEA1D4;
}
.AnyTagClassName
{
color: #FEA1D4;
}
</style>
background-color css
<style>
a { background-color: #FEA1D4; }
a { background-color: rgb(254,161,212); }
div.DivClassName
{
background-color: #FEA1D4;
}
.BgClassName
{
background-color: #FEA1D4;
}
</style>
border-color css
<style>
span { border-color: #FEA1D4; }
span { border-color: rgb(254,161,212); }
td.TdClassName
{
border-color: #FEA1D4;
}
.TagClassName
{
border-color: #FEA1D4;
}
</style>