Shades of Lavender Rose #FFAEE0
Tints of Lavender Rose #FFAEE0
RGB
CMYK
RGB Variations
Color information
#FFAEE0 (or 0xFFAEE0) is known color: Lavender Rose. HEX triplet: FF, AE and E0. RGB value is (255,174,224). Sum of RGB (Red+Green+Blue) = 255+174+224=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE0 is #00511F. Grayscale: #CBCBCB. Windows color (decimal): -20768 or 14724863. OLE color: 14724863.
HSL color Cylindrical-coordinate representation of color #FFAEE0: hue angle of 322.96º 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 #FFAEE0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 224 | - |
| CMYK | 0 | 0.32 | 0.12 | 0 |
| HSL | 322.96º | 1% | 0.84% | - |
| HSV(B) | 322.96º | 0.32% | 1% | - |
| XYZ | 69.83 | 56.91 | 77.83 | - |
| YUV | 203.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 224 | 0 | 0.32 | 0.12 | 0 | 322.96 | 1 | 0.84 |
| Hex | FF | AE | E0 | 0 | 20 | C | 0 | 143 | 64 | 54 |
| Octal | 377 | 256 | 340 | 0 | 40 | 14 | 0 | 503 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11100000 | 0 | 100000 | 1100 | 0 | 101000011 | 1100100 | 1010100 |
Color Harmonies of #FFAEE0
Complementary color
Monochromatic Colors of #FFAEE0
Black with #FFAEE0
Text Example
Text Example
White with #FFAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE0; }
p { color: rgb(255,174,224); }
H1.HeaderClassName
{
color: #FFAEE0;
}
.AnyTagClassName
{
color: #FFAEE0;
}
</style>
background-color css
<style>
a { background-color: #FFAEE0; }
a { background-color: rgb(255,174,224); }
div.DivClassName
{
background-color: #FFAEE0;
}
.BgClassName
{
background-color: #FFAEE0;
}
</style>
border-color css
<style>
span { border-color: #FFAEE0; }
span { border-color: rgb(255,174,224); }
td.TdClassName
{
border-color: #FFAEE0;
}
.TagClassName
{
border-color: #FFAEE0;
}
</style>