Shades of Lavender Rose #FEAAEA
Tints of Lavender Rose #FEAAEA
RGB
CMYK
RGB Variations
Color information
#FEAAEA (or 0xFEAAEA) is known color: Lavender Rose. HEX triplet: FE, AA and EA. RGB value is (254,170,234). Sum of RGB (Red+Green+Blue) = 254+170+234=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAEA is #015515. Grayscale: #CACACA. Windows color (decimal): -87318 or 15379198. OLE color: 15379198.
HSL color Cylindrical-coordinate representation of color #FEAAEA: hue angle of 314.29º 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 #FEAAEA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 234 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.00 |
| HSL | 314.29º | 0.98% | 0.83% | - |
| HSV(B) | 314.29º | 0.33% | 1% | - |
| XYZ | 70.1 | 55.76 | 84.91 | - |
| YUV | 202.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 234 | 0 | 0.33 | 0.08 | 0.00 | 314.29 | 0.98 | 0.83 |
| Hex | FE | AA | EA | 0 | 21 | 8 | 0 | 13A | 62 | 53 |
| Octal | 376 | 252 | 352 | 0 | 41 | 10 | 0 | 472 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11101010 | 0 | 100001 | 1000 | 0 | 100111010 | 1100010 | 1010011 |
Color Harmonies of #FEAAEA
Complementary color
Monochromatic Colors of #FEAAEA
Black with #FEAAEA
Text Example
Text Example
White with #FEAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAEA; }
p { color: rgb(254,170,234); }
H1.HeaderClassName
{
color: #FEAAEA;
}
.AnyTagClassName
{
color: #FEAAEA;
}
</style>
background-color css
<style>
a { background-color: #FEAAEA; }
a { background-color: rgb(254,170,234); }
div.DivClassName
{
background-color: #FEAAEA;
}
.BgClassName
{
background-color: #FEAAEA;
}
</style>
border-color css
<style>
span { border-color: #FEAAEA; }
span { border-color: rgb(254,170,234); }
td.TdClassName
{
border-color: #FEAAEA;
}
.TagClassName
{
border-color: #FEAAEA;
}
</style>