Shades of Lavender Rose #FFAEE2
Tints of Lavender Rose #FFAEE2
RGB
CMYK
RGB Variations
Color information
#FFAEE2 (or 0xFFAEE2) is known color: Lavender Rose. HEX triplet: FF, AE and E2. RGB value is (255,174,226). Sum of RGB (Red+Green+Blue) = 255+174+226=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE2 is #00511D. Grayscale: #CCCCCC. Windows color (decimal): -20766 or 14855935. OLE color: 14855935.
HSL color Cylindrical-coordinate representation of color #FFAEE2: hue angle of 321.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEE2 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 226 | - |
| CMYK | 0 | 0.32 | 0.11 | 0 |
| HSL | 321.48º | 1% | 0.84% | - |
| HSV(B) | 321.48º | 0.32% | 1% | - |
| XYZ | 70.1 | 57.02 | 79.26 | - |
| YUV | 204.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 226 | 0 | 0.32 | 0.11 | 0 | 321.48 | 1 | 0.84 |
| Hex | FF | AE | E2 | 0 | 20 | B | 0 | 141 | 64 | 54 |
| Octal | 377 | 256 | 342 | 0 | 40 | 13 | 0 | 501 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11100010 | 0 | 100000 | 1011 | 0 | 101000001 | 1100100 | 1010100 |
Color Harmonies of #FFAEE2
Complementary color
Monochromatic Colors of #FFAEE2
Black with #FFAEE2
Text Example
Text Example
White with #FFAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE2; }
p { color: rgb(255,174,226); }
H1.HeaderClassName
{
color: #FFAEE2;
}
.AnyTagClassName
{
color: #FFAEE2;
}
</style>
background-color css
<style>
a { background-color: #FFAEE2; }
a { background-color: rgb(255,174,226); }
div.DivClassName
{
background-color: #FFAEE2;
}
.BgClassName
{
background-color: #FFAEE2;
}
</style>
border-color css
<style>
span { border-color: #FFAEE2; }
span { border-color: rgb(255,174,226); }
td.TdClassName
{
border-color: #FFAEE2;
}
.TagClassName
{
border-color: #FFAEE2;
}
</style>