Shades of Lavender Rose #FEA4EC
Tints of Lavender Rose #FEA4EC
RGB
CMYK
RGB Variations
Color information
#FEA4EC (or 0xFEA4EC) is known color: Lavender Rose. HEX triplet: FE, A4 and EC. RGB value is (254,164,236). Sum of RGB (Red+Green+Blue) = 254+164+236=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4EC is #015B13. Grayscale: #C6C6C6. Windows color (decimal): -88852 or 15508734. OLE color: 15508734.
HSL color Cylindrical-coordinate representation of color #FEA4EC: hue angle of 312º 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 #FEA4EC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 236 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.00 |
| HSL | 312º | 0.98% | 0.82% | - |
| HSV(B) | 312º | 0.35% | 1% | - |
| XYZ | 69.29 | 53.68 | 86.07 | - |
| YUV | 199.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 236 | 0 | 0.35 | 0.07 | 0.00 | 312 | 0.98 | 0.82 |
| Hex | FE | A4 | EC | 0 | 23 | 7 | 0 | 138 | 62 | 52 |
| Octal | 376 | 244 | 354 | 0 | 43 | 7 | 0 | 470 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11101100 | 0 | 100011 | 111 | 0 | 100111000 | 1100010 | 1010010 |
Color Harmonies of #FEA4EC
Complementary color
Monochromatic Colors of #FEA4EC
Black with #FEA4EC
Text Example
Text Example
White with #FEA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4EC; }
p { color: rgb(254,164,236); }
H1.HeaderClassName
{
color: #FEA4EC;
}
.AnyTagClassName
{
color: #FEA4EC;
}
</style>
background-color css
<style>
a { background-color: #FEA4EC; }
a { background-color: rgb(254,164,236); }
div.DivClassName
{
background-color: #FEA4EC;
}
.BgClassName
{
background-color: #FEA4EC;
}
</style>
border-color css
<style>
span { border-color: #FEA4EC; }
span { border-color: rgb(254,164,236); }
td.TdClassName
{
border-color: #FEA4EC;
}
.TagClassName
{
border-color: #FEA4EC;
}
</style>