Shades of Lavender Pink #FEA6D5
Tints of Lavender Pink #FEA6D5
RGB
CMYK
RGB Variations
Color information
#FEA6D5 (or 0xFEA6D5) is known color: Lavender Pink. HEX triplet: FE, A6 and D5. RGB value is (254,166,213). Sum of RGB (Red+Green+Blue) = 254+166+213=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6D5 is #01592A. Grayscale: #C5C5C5. Windows color (decimal): -88363 or 14001918. OLE color: 14001918.
HSL color Cylindrical-coordinate representation of color #FEA6D5: hue angle of 327.95º 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 #FEA6D5 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 213 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.00 |
| HSL | 327.95º | 0.98% | 0.82% | - |
| HSV(B) | 327.95º | 0.35% | 1% | - |
| XYZ | 66.52 | 53.15 | 69.7 | - |
| YUV | 197.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 213 | 0 | 0.35 | 0.16 | 0.00 | 327.95 | 0.98 | 0.82 |
| Hex | FE | A6 | D5 | 0 | 23 | 10 | 0 | 148 | 62 | 52 |
| Octal | 376 | 246 | 325 | 0 | 43 | 20 | 0 | 510 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11010101 | 0 | 100011 | 10000 | 0 | 101001000 | 1100010 | 1010010 |
Color Harmonies of #FEA6D5
Complementary color
Monochromatic Colors of #FEA6D5
Black with #FEA6D5
Text Example
Text Example
White with #FEA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6D5; }
p { color: rgb(254,166,213); }
H1.HeaderClassName
{
color: #FEA6D5;
}
.AnyTagClassName
{
color: #FEA6D5;
}
</style>
background-color css
<style>
a { background-color: #FEA6D5; }
a { background-color: rgb(254,166,213); }
div.DivClassName
{
background-color: #FEA6D5;
}
.BgClassName
{
background-color: #FEA6D5;
}
</style>
border-color css
<style>
span { border-color: #FEA6D5; }
span { border-color: rgb(254,166,213); }
td.TdClassName
{
border-color: #FEA6D5;
}
.TagClassName
{
border-color: #FEA6D5;
}
</style>