Shades of Lavender Rose #FEAAEC
Tints of Lavender Rose #FEAAEC
RGB
CMYK
RGB Variations
Color information
#FEAAEC (or 0xFEAAEC) is known color: Lavender Rose. HEX triplet: FE, AA and EC. RGB value is (254,170,236). Sum of RGB (Red+Green+Blue) = 254+170+236=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAEC is #015513. Grayscale: #CACACA. Windows color (decimal): -87316 or 15510270. OLE color: 15510270.
HSL color Cylindrical-coordinate representation of color #FEAAEC: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAAEC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 236 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.00 |
| HSL | 312.86º | 0.98% | 0.83% | - |
| HSV(B) | 312.86º | 0.33% | 1% | - |
| XYZ | 70.39 | 55.88 | 86.43 | - |
| YUV | 202.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 236 | 0 | 0.33 | 0.07 | 0.00 | 312.86 | 0.98 | 0.83 |
| Hex | FE | AA | EC | 0 | 21 | 7 | 0 | 139 | 62 | 53 |
| Octal | 376 | 252 | 354 | 0 | 41 | 7 | 0 | 471 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11101100 | 0 | 100001 | 111 | 0 | 100111001 | 1100010 | 1010011 |
Color Harmonies of #FEAAEC
Complementary color
Monochromatic Colors of #FEAAEC
Black with #FEAAEC
Text Example
Text Example
White with #FEAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAEC; }
p { color: rgb(254,170,236); }
H1.HeaderClassName
{
color: #FEAAEC;
}
.AnyTagClassName
{
color: #FEAAEC;
}
</style>
background-color css
<style>
a { background-color: #FEAAEC; }
a { background-color: rgb(254,170,236); }
div.DivClassName
{
background-color: #FEAAEC;
}
.BgClassName
{
background-color: #FEAAEC;
}
</style>
border-color css
<style>
span { border-color: #FEAAEC; }
span { border-color: rgb(254,170,236); }
td.TdClassName
{
border-color: #FEAAEC;
}
.TagClassName
{
border-color: #FEAAEC;
}
</style>