Shades of Lavender Rose #FEAAEE
Tints of Lavender Rose #FEAAEE
RGB
CMYK
RGB Variations
Color information
#FEAAEE (or 0xFEAAEE) is known color: Lavender Rose. HEX triplet: FE, AA and EE. RGB value is (254,170,238). Sum of RGB (Red+Green+Blue) = 254+170+238=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAEE is #015511. Grayscale: #CACACA. Windows color (decimal): -87314 or 15641342. OLE color: 15641342.
HSL color Cylindrical-coordinate representation of color #FEAAEE: hue angle of 311.43º 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 #FEAAEE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 238 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.00 |
| HSL | 311.43º | 0.98% | 0.83% | - |
| HSV(B) | 311.43º | 0.33% | 1% | - |
| XYZ | 70.68 | 55.99 | 87.97 | - |
| YUV | 202.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 238 | 0 | 0.33 | 0.06 | 0.00 | 311.43 | 0.98 | 0.83 |
| Hex | FE | AA | EE | 0 | 21 | 6 | 0 | 137 | 62 | 53 |
| Octal | 376 | 252 | 356 | 0 | 41 | 6 | 0 | 467 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11101110 | 0 | 100001 | 110 | 0 | 100110111 | 1100010 | 1010011 |
Color Harmonies of #FEAAEE
Complementary color
Monochromatic Colors of #FEAAEE
Black with #FEAAEE
Text Example
Text Example
White with #FEAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAEE; }
p { color: rgb(254,170,238); }
H1.HeaderClassName
{
color: #FEAAEE;
}
.AnyTagClassName
{
color: #FEAAEE;
}
</style>
background-color css
<style>
a { background-color: #FEAAEE; }
a { background-color: rgb(254,170,238); }
div.DivClassName
{
background-color: #FEAAEE;
}
.BgClassName
{
background-color: #FEAAEE;
}
</style>
border-color css
<style>
span { border-color: #FEAAEE; }
span { border-color: rgb(254,170,238); }
td.TdClassName
{
border-color: #FEAAEE;
}
.TagClassName
{
border-color: #FEAAEE;
}
</style>