Shades of Lavender Rose #FEA6EC
Tints of Lavender Rose #FEA6EC
RGB
CMYK
RGB Variations
Color information
#FEA6EC (or 0xFEA6EC) is known color: Lavender Rose. HEX triplet: FE, A6 and EC. RGB value is (254,166,236). Sum of RGB (Red+Green+Blue) = 254+166+236=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6EC is #015913. Grayscale: #C8C8C8. Windows color (decimal): -88340 or 15509246. OLE color: 15509246.
HSL color Cylindrical-coordinate representation of color #FEA6EC: hue angle of 312.27º 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 #FEA6EC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 236 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.00 |
| HSL | 312.27º | 0.98% | 0.82% | - |
| HSV(B) | 312.27º | 0.35% | 1% | - |
| XYZ | 69.65 | 54.4 | 86.19 | - |
| YUV | 200.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 236 | 0 | 0.35 | 0.07 | 0.00 | 312.27 | 0.98 | 0.82 |
| Hex | FE | A6 | EC | 0 | 23 | 7 | 0 | 138 | 62 | 52 |
| Octal | 376 | 246 | 354 | 0 | 43 | 7 | 0 | 470 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11101100 | 0 | 100011 | 111 | 0 | 100111000 | 1100010 | 1010010 |
Color Harmonies of #FEA6EC
Complementary color
Monochromatic Colors of #FEA6EC
Black with #FEA6EC
Text Example
Text Example
White with #FEA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6EC; }
p { color: rgb(254,166,236); }
H1.HeaderClassName
{
color: #FEA6EC;
}
.AnyTagClassName
{
color: #FEA6EC;
}
</style>
background-color css
<style>
a { background-color: #FEA6EC; }
a { background-color: rgb(254,166,236); }
div.DivClassName
{
background-color: #FEA6EC;
}
.BgClassName
{
background-color: #FEA6EC;
}
</style>
border-color css
<style>
span { border-color: #FEA6EC; }
span { border-color: rgb(254,166,236); }
td.TdClassName
{
border-color: #FEA6EC;
}
.TagClassName
{
border-color: #FEA6EC;
}
</style>