Shades of Lavender Rose #FEA6E1
Tints of Lavender Rose #FEA6E1
RGB
CMYK
RGB Variations
Color information
#FEA6E1 (or 0xFEA6E1) is known color: Lavender Rose. HEX triplet: FE, A6 and E1. RGB value is (254,166,225). Sum of RGB (Red+Green+Blue) = 254+166+225=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6E1 is #01591E. Grayscale: #C6C6C6. Windows color (decimal): -88351 or 14788350. OLE color: 14788350.
HSL color Cylindrical-coordinate representation of color #FEA6E1: hue angle of 319.77º 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 #FEA6E1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 225 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.00 |
| HSL | 319.77º | 0.98% | 0.82% | - |
| HSV(B) | 319.77º | 0.35% | 1% | - |
| XYZ | 68.1 | 53.78 | 78.03 | - |
| YUV | 199.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 225 | 0 | 0.35 | 0.11 | 0.00 | 319.77 | 0.98 | 0.82 |
| Hex | FE | A6 | E1 | 0 | 23 | B | 0 | 140 | 62 | 52 |
| Octal | 376 | 246 | 341 | 0 | 43 | 13 | 0 | 500 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11100001 | 0 | 100011 | 1011 | 0 | 101000000 | 1100010 | 1010010 |
Color Harmonies of #FEA6E1
Complementary color
Monochromatic Colors of #FEA6E1
Black with #FEA6E1
Text Example
Text Example
White with #FEA6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6E1; }
p { color: rgb(254,166,225); }
H1.HeaderClassName
{
color: #FEA6E1;
}
.AnyTagClassName
{
color: #FEA6E1;
}
</style>
background-color css
<style>
a { background-color: #FEA6E1; }
a { background-color: rgb(254,166,225); }
div.DivClassName
{
background-color: #FEA6E1;
}
.BgClassName
{
background-color: #FEA6E1;
}
</style>
border-color css
<style>
span { border-color: #FEA6E1; }
span { border-color: rgb(254,166,225); }
td.TdClassName
{
border-color: #FEA6E1;
}
.TagClassName
{
border-color: #FEA6E1;
}
</style>