Shades of Lavender Rose #FFAEE8
Tints of Lavender Rose #FFAEE8
RGB
CMYK
RGB Variations
Color information
#FFAEE8 (or 0xFFAEE8) is known color: Lavender Rose. HEX triplet: FF, AE and E8. RGB value is (255,174,232). Sum of RGB (Red+Green+Blue) = 255+174+232=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEE8 is #005117. Grayscale: #CCCCCC. Windows color (decimal): -20760 or 15249151. OLE color: 15249151.
HSL color Cylindrical-coordinate representation of color #FFAEE8: hue angle of 317.04º 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 #FFAEE8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 232 | - |
| CMYK | 0 | 0.32 | 0.09 | 0 |
| HSL | 317.04º | 1% | 0.84% | - |
| HSV(B) | 317.04º | 0.32% | 1% | - |
| XYZ | 70.94 | 57.36 | 83.68 | - |
| YUV | 204.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 232 | 0 | 0.32 | 0.09 | 0 | 317.04 | 1 | 0.84 |
| Hex | FF | AE | E8 | 0 | 20 | 9 | 0 | 13D | 64 | 54 |
| Octal | 377 | 256 | 350 | 0 | 40 | 11 | 0 | 475 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11101000 | 0 | 100000 | 1001 | 0 | 100111101 | 1100100 | 1010100 |
Color Harmonies of #FFAEE8
Complementary color
Monochromatic Colors of #FFAEE8
Black with #FFAEE8
Text Example
Text Example
White with #FFAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE8; }
p { color: rgb(255,174,232); }
H1.HeaderClassName
{
color: #FFAEE8;
}
.AnyTagClassName
{
color: #FFAEE8;
}
</style>
background-color css
<style>
a { background-color: #FFAEE8; }
a { background-color: rgb(255,174,232); }
div.DivClassName
{
background-color: #FFAEE8;
}
.BgClassName
{
background-color: #FFAEE8;
}
</style>
border-color css
<style>
span { border-color: #FFAEE8; }
span { border-color: rgb(255,174,232); }
td.TdClassName
{
border-color: #FFAEE8;
}
.TagClassName
{
border-color: #FFAEE8;
}
</style>