Shades of Lavender Pink #FEA1D6
Tints of Lavender Pink #FEA1D6
RGB
CMYK
RGB Variations
Color information
#FEA1D6 (or 0xFEA1D6) is known color: Lavender Pink. HEX triplet: FE, A1 and D6. RGB value is (254,161,214). Sum of RGB (Red+Green+Blue) = 254+161+214=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D6 is #015E29. Grayscale: #C2C2C2. Windows color (decimal): -89642 or 14066174. OLE color: 14066174.
HSL color Cylindrical-coordinate representation of color #FEA1D6: hue angle of 325.81º 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 #FEA1D6 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 214 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.00 |
| HSL | 325.81º | 0.98% | 0.81% | - |
| HSV(B) | 325.81º | 0.37% | 1% | - |
| XYZ | 65.76 | 51.42 | 70.08 | - |
| YUV | 194.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 214 | 0 | 0.37 | 0.16 | 0.00 | 325.81 | 0.98 | 0.81 |
| Hex | FE | A1 | D6 | 0 | 25 | 10 | 0 | 146 | 62 | 51 |
| Octal | 376 | 241 | 326 | 0 | 45 | 20 | 0 | 506 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11010110 | 0 | 100101 | 10000 | 0 | 101000110 | 1100010 | 1010001 |
Color Harmonies of #FEA1D6
Complementary color
Monochromatic Colors of #FEA1D6
Black with #FEA1D6
Text Example
Text Example
White with #FEA1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1D6; }
p { color: rgb(254,161,214); }
H1.HeaderClassName
{
color: #FEA1D6;
}
.AnyTagClassName
{
color: #FEA1D6;
}
</style>
background-color css
<style>
a { background-color: #FEA1D6; }
a { background-color: rgb(254,161,214); }
div.DivClassName
{
background-color: #FEA1D6;
}
.BgClassName
{
background-color: #FEA1D6;
}
</style>
border-color css
<style>
span { border-color: #FEA1D6; }
span { border-color: rgb(254,161,214); }
td.TdClassName
{
border-color: #FEA1D6;
}
.TagClassName
{
border-color: #FEA1D6;
}
</style>