Shades of Lavender Rose #FEAAEF
Tints of Lavender Rose #FEAAEF
RGB
CMYK
RGB Variations
Color information
#FEAAEF (or 0xFEAAEF) is known color: Lavender Rose. HEX triplet: FE, AA and EF. RGB value is (254,170,239). Sum of RGB (Red+Green+Blue) = 254+170+239=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAEF is #015510. Grayscale: #CACACA. Windows color (decimal): -87313 or 15706878. OLE color: 15706878.
HSL color Cylindrical-coordinate representation of color #FEAAEF: hue angle of 310.71º 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 #FEAAEF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 239 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.00 |
| HSL | 310.71º | 0.98% | 0.83% | - |
| HSV(B) | 310.71º | 0.33% | 1% | - |
| XYZ | 70.83 | 56.05 | 88.75 | - |
| YUV | 202.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 239 | 0 | 0.33 | 0.06 | 0.00 | 310.71 | 0.98 | 0.83 |
| Hex | FE | AA | EF | 0 | 21 | 6 | 0 | 137 | 62 | 53 |
| Octal | 376 | 252 | 357 | 0 | 41 | 6 | 0 | 467 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11101111 | 0 | 100001 | 110 | 0 | 100110111 | 1100010 | 1010011 |
Color Harmonies of #FEAAEF
Complementary color
Monochromatic Colors of #FEAAEF
Black with #FEAAEF
Text Example
Text Example
White with #FEAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAEF; }
p { color: rgb(254,170,239); }
H1.HeaderClassName
{
color: #FEAAEF;
}
.AnyTagClassName
{
color: #FEAAEF;
}
</style>
background-color css
<style>
a { background-color: #FEAAEF; }
a { background-color: rgb(254,170,239); }
div.DivClassName
{
background-color: #FEAAEF;
}
.BgClassName
{
background-color: #FEAAEF;
}
</style>
border-color css
<style>
span { border-color: #FEAAEF; }
span { border-color: rgb(254,170,239); }
td.TdClassName
{
border-color: #FEAAEF;
}
.TagClassName
{
border-color: #FEAAEF;
}
</style>