Shades of Lavender Rose #FEA3EC
Tints of Lavender Rose #FEA3EC
RGB
CMYK
RGB Variations
Color information
#FEA3EC (or 0xFEA3EC) is known color: Lavender Rose. HEX triplet: FE, A3 and EC. RGB value is (254,163,236). Sum of RGB (Red+Green+Blue) = 254+163+236=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3EC is #015C13. Grayscale: #C6C6C6. Windows color (decimal): -89108 or 15508478. OLE color: 15508478.
HSL color Cylindrical-coordinate representation of color #FEA3EC: hue angle of 311.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3EC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 236 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.00 |
| HSL | 311.87º | 0.98% | 0.82% | - |
| HSV(B) | 311.87º | 0.36% | 1% | - |
| XYZ | 69.11 | 53.32 | 86.01 | - |
| YUV | 198.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 236 | 0 | 0.36 | 0.07 | 0.00 | 311.87 | 0.98 | 0.82 |
| Hex | FE | A3 | EC | 0 | 24 | 7 | 0 | 138 | 62 | 52 |
| Octal | 376 | 243 | 354 | 0 | 44 | 7 | 0 | 470 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11101100 | 0 | 100100 | 111 | 0 | 100111000 | 1100010 | 1010010 |
Color Harmonies of #FEA3EC
Complementary color
Monochromatic Colors of #FEA3EC
Black with #FEA3EC
Text Example
Text Example
White with #FEA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3EC; }
p { color: rgb(254,163,236); }
H1.HeaderClassName
{
color: #FEA3EC;
}
.AnyTagClassName
{
color: #FEA3EC;
}
</style>
background-color css
<style>
a { background-color: #FEA3EC; }
a { background-color: rgb(254,163,236); }
div.DivClassName
{
background-color: #FEA3EC;
}
.BgClassName
{
background-color: #FEA3EC;
}
</style>
border-color css
<style>
span { border-color: #FEA3EC; }
span { border-color: rgb(254,163,236); }
td.TdClassName
{
border-color: #FEA3EC;
}
.TagClassName
{
border-color: #FEA3EC;
}
</style>