Shades of Lavender Rose #FFAEE5
Tints of Lavender Rose #FFAEE5
RGB
CMYK
RGB Variations
Color information
#FFAEE5 (or 0xFFAEE5) is known color: Lavender Rose. HEX triplet: FF, AE and E5. RGB value is (255,174,229). Sum of RGB (Red+Green+Blue) = 255+174+229=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE5 is #00511A. Grayscale: #CCCCCC. Windows color (decimal): -20763 or 15052543. OLE color: 15052543.
HSL color Cylindrical-coordinate representation of color #FFAEE5: hue angle of 319.26º 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 #FFAEE5 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 229 | - |
| CMYK | 0 | 0.32 | 0.10 | 0 |
| HSL | 319.26º | 1% | 0.84% | - |
| HSV(B) | 319.26º | 0.32% | 1% | - |
| XYZ | 70.52 | 57.19 | 81.45 | - |
| YUV | 204.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 229 | 0 | 0.32 | 0.10 | 0 | 319.26 | 1 | 0.84 |
| Hex | FF | AE | E5 | 0 | 20 | A | 0 | 13F | 64 | 54 |
| Octal | 377 | 256 | 345 | 0 | 40 | 12 | 0 | 477 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11100101 | 0 | 100000 | 1010 | 0 | 100111111 | 1100100 | 1010100 |
Color Harmonies of #FFAEE5
Complementary color
Monochromatic Colors of #FFAEE5
Black with #FFAEE5
Text Example
Text Example
White with #FFAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE5; }
p { color: rgb(255,174,229); }
H1.HeaderClassName
{
color: #FFAEE5;
}
.AnyTagClassName
{
color: #FFAEE5;
}
</style>
background-color css
<style>
a { background-color: #FFAEE5; }
a { background-color: rgb(255,174,229); }
div.DivClassName
{
background-color: #FFAEE5;
}
.BgClassName
{
background-color: #FFAEE5;
}
</style>
border-color css
<style>
span { border-color: #FFAEE5; }
span { border-color: rgb(255,174,229); }
td.TdClassName
{
border-color: #FFAEE5;
}
.TagClassName
{
border-color: #FFAEE5;
}
</style>