Shades of Lavender Rose #FEAAED
Tints of Lavender Rose #FEAAED
RGB
CMYK
RGB Variations
Color information
#FEAAED (or 0xFEAAED) is known color: Lavender Rose. HEX triplet: FE, AA and ED. RGB value is (254,170,237). Sum of RGB (Red+Green+Blue) = 254+170+237=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAED is #015512. Grayscale: #CACACA. Windows color (decimal): -87315 or 15575806. OLE color: 15575806.
HSL color Cylindrical-coordinate representation of color #FEAAED: hue angle of 312.14º 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 #FEAAED is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 237 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.00 |
| HSL | 312.14º | 0.98% | 0.83% | - |
| HSV(B) | 312.14º | 0.33% | 1% | - |
| XYZ | 70.53 | 55.93 | 87.2 | - |
| YUV | 202.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 237 | 0 | 0.33 | 0.07 | 0.00 | 312.14 | 0.98 | 0.83 |
| Hex | FE | AA | ED | 0 | 21 | 7 | 0 | 138 | 62 | 53 |
| Octal | 376 | 252 | 355 | 0 | 41 | 7 | 0 | 470 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11101101 | 0 | 100001 | 111 | 0 | 100111000 | 1100010 | 1010011 |
Color Harmonies of #FEAAED
Complementary color
Monochromatic Colors of #FEAAED
Black with #FEAAED
Text Example
Text Example
White with #FEAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAED; }
p { color: rgb(254,170,237); }
H1.HeaderClassName
{
color: #FEAAED;
}
.AnyTagClassName
{
color: #FEAAED;
}
</style>
background-color css
<style>
a { background-color: #FEAAED; }
a { background-color: rgb(254,170,237); }
div.DivClassName
{
background-color: #FEAAED;
}
.BgClassName
{
background-color: #FEAAED;
}
</style>
border-color css
<style>
span { border-color: #FEAAED; }
span { border-color: rgb(254,170,237); }
td.TdClassName
{
border-color: #FEAAED;
}
.TagClassName
{
border-color: #FEAAED;
}
</style>