Shades of Lavender Pink #FEA6D1
Tints of Lavender Pink #FEA6D1
RGB
CMYK
RGB Variations
Color information
#FEA6D1 (or 0xFEA6D1) is known color: Lavender Pink. HEX triplet: FE, A6 and D1. RGB value is (254,166,209). Sum of RGB (Red+Green+Blue) = 254+166+209=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6D1 is #01592E. Grayscale: #C5C5C5. Windows color (decimal): -88367 or 13739774. OLE color: 13739774.
HSL color Cylindrical-coordinate representation of color #FEA6D1: hue angle of 330.68º 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 #FEA6D1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 209 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.00 |
| HSL | 330.68º | 0.98% | 0.82% | - |
| HSV(B) | 330.68º | 0.35% | 1% | - |
| XYZ | 66.02 | 52.95 | 67.06 | - |
| YUV | 197.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 209 | 0 | 0.35 | 0.18 | 0.00 | 330.68 | 0.98 | 0.82 |
| Hex | FE | A6 | D1 | 0 | 23 | 12 | 0 | 14B | 62 | 52 |
| Octal | 376 | 246 | 321 | 0 | 43 | 22 | 0 | 513 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11010001 | 0 | 100011 | 10010 | 0 | 101001011 | 1100010 | 1010010 |
Color Harmonies of #FEA6D1
Complementary color
Monochromatic Colors of #FEA6D1
Black with #FEA6D1
Text Example
Text Example
White with #FEA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6D1; }
p { color: rgb(254,166,209); }
H1.HeaderClassName
{
color: #FEA6D1;
}
.AnyTagClassName
{
color: #FEA6D1;
}
</style>
background-color css
<style>
a { background-color: #FEA6D1; }
a { background-color: rgb(254,166,209); }
div.DivClassName
{
background-color: #FEA6D1;
}
.BgClassName
{
background-color: #FEA6D1;
}
</style>
border-color css
<style>
span { border-color: #FEA6D1; }
span { border-color: rgb(254,166,209); }
td.TdClassName
{
border-color: #FEA6D1;
}
.TagClassName
{
border-color: #FEA6D1;
}
</style>