Shades of Lavender Pink #FEA6D4
Tints of Lavender Pink #FEA6D4
RGB
CMYK
RGB Variations
Color information
#FEA6D4 (or 0xFEA6D4) is known color: Lavender Pink. HEX triplet: FE, A6 and D4. RGB value is (254,166,212). Sum of RGB (Red+Green+Blue) = 254+166+212=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6D4 is #01592B. Grayscale: #C5C5C5. Windows color (decimal): -88364 or 13936382. OLE color: 13936382.
HSL color Cylindrical-coordinate representation of color #FEA6D4: hue angle of 328.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6D4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 212 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.00 |
| HSL | 328.64º | 0.98% | 0.82% | - |
| HSV(B) | 328.64º | 0.35% | 1% | - |
| XYZ | 66.39 | 53.1 | 69.04 | - |
| YUV | 197.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 212 | 0 | 0.35 | 0.17 | 0.00 | 328.64 | 0.98 | 0.82 |
| Hex | FE | A6 | D4 | 0 | 23 | 11 | 0 | 149 | 62 | 52 |
| Octal | 376 | 246 | 324 | 0 | 43 | 21 | 0 | 511 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11010100 | 0 | 100011 | 10001 | 0 | 101001001 | 1100010 | 1010010 |
Color Harmonies of #FEA6D4
Complementary color
Monochromatic Colors of #FEA6D4
Black with #FEA6D4
Text Example
Text Example
White with #FEA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6D4; }
p { color: rgb(254,166,212); }
H1.HeaderClassName
{
color: #FEA6D4;
}
.AnyTagClassName
{
color: #FEA6D4;
}
</style>
background-color css
<style>
a { background-color: #FEA6D4; }
a { background-color: rgb(254,166,212); }
div.DivClassName
{
background-color: #FEA6D4;
}
.BgClassName
{
background-color: #FEA6D4;
}
</style>
border-color css
<style>
span { border-color: #FEA6D4; }
span { border-color: rgb(254,166,212); }
td.TdClassName
{
border-color: #FEA6D4;
}
.TagClassName
{
border-color: #FEA6D4;
}
</style>