Shades of Lavender Rose #FFAAED
Tints of Lavender Rose #FFAAED
RGB
CMYK
RGB Variations
Color information
#FFAAED (or 0xFFAAED) is known color: Lavender Rose. HEX triplet: FF, AA and ED. RGB value is (255,170,237). Sum of RGB (Red+Green+Blue) = 255+170+237=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAED is #005512. Grayscale: #CACACA. Windows color (decimal): -21779 or 15575807. OLE color: 15575807.
HSL color Cylindrical-coordinate representation of color #FFAAED: hue angle of 312.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAED is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 237 | - |
| CMYK | 0 | 0.33 | 0.07 | 0 |
| HSL | 312.71º | 1% | 0.83% | - |
| HSV(B) | 312.71º | 0.33% | 1% | - |
| XYZ | 70.9 | 56.12 | 87.22 | - |
| YUV | 203.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 237 | 0 | 0.33 | 0.07 | 0 | 312.71 | 1 | 0.83 |
| Hex | FF | AA | ED | 0 | 21 | 7 | 0 | 139 | 64 | 53 |
| Octal | 377 | 252 | 355 | 0 | 41 | 7 | 0 | 471 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11101101 | 0 | 100001 | 111 | 0 | 100111001 | 1100100 | 1010011 |
Color Harmonies of #FFAAED
Complementary color
Monochromatic Colors of #FFAAED
Black with #FFAAED
Text Example
Text Example
White with #FFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAED; }
p { color: rgb(255,170,237); }
H1.HeaderClassName
{
color: #FFAAED;
}
.AnyTagClassName
{
color: #FFAAED;
}
</style>
background-color css
<style>
a { background-color: #FFAAED; }
a { background-color: rgb(255,170,237); }
div.DivClassName
{
background-color: #FFAAED;
}
.BgClassName
{
background-color: #FFAAED;
}
</style>
border-color css
<style>
span { border-color: #FFAAED; }
span { border-color: rgb(255,170,237); }
td.TdClassName
{
border-color: #FFAAED;
}
.TagClassName
{
border-color: #FFAAED;
}
</style>