Shades of Lavender Pink #FEA3D4
Tints of Lavender Pink #FEA3D4
RGB
CMYK
RGB Variations
Color information
#FEA3D4 (or 0xFEA3D4) is known color: Lavender Pink. HEX triplet: FE, A3 and D4. RGB value is (254,163,212). Sum of RGB (Red+Green+Blue) = 254+163+212=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3D4 is #015C2B. Grayscale: #C3C3C3. Windows color (decimal): -89132 or 13935614. OLE color: 13935614.
HSL color Cylindrical-coordinate representation of color #FEA3D4: hue angle of 327.69º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3D4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 212 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.00 |
| HSL | 327.69º | 0.98% | 0.82% | - |
| HSV(B) | 327.69º | 0.36% | 1% | - |
| XYZ | 65.85 | 52.02 | 68.86 | - |
| YUV | 195.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 212 | 0 | 0.36 | 0.17 | 0.00 | 327.69 | 0.98 | 0.82 |
| Hex | FE | A3 | D4 | 0 | 24 | 11 | 0 | 148 | 62 | 52 |
| Octal | 376 | 243 | 324 | 0 | 44 | 21 | 0 | 510 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11010100 | 0 | 100100 | 10001 | 0 | 101001000 | 1100010 | 1010010 |
Color Harmonies of #FEA3D4
Complementary color
Monochromatic Colors of #FEA3D4
Black with #FEA3D4
Text Example
Text Example
White with #FEA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3D4; }
p { color: rgb(254,163,212); }
H1.HeaderClassName
{
color: #FEA3D4;
}
.AnyTagClassName
{
color: #FEA3D4;
}
</style>
background-color css
<style>
a { background-color: #FEA3D4; }
a { background-color: rgb(254,163,212); }
div.DivClassName
{
background-color: #FEA3D4;
}
.BgClassName
{
background-color: #FEA3D4;
}
</style>
border-color css
<style>
span { border-color: #FEA3D4; }
span { border-color: rgb(254,163,212); }
td.TdClassName
{
border-color: #FEA3D4;
}
.TagClassName
{
border-color: #FEA3D4;
}
</style>