Shades of Lavender Rose #FFAEE6
Tints of Lavender Rose #FFAEE6
RGB
CMYK
RGB Variations
Color information
#FFAEE6 (or 0xFFAEE6) is known color: Lavender Rose. HEX triplet: FF, AE and E6. RGB value is (255,174,230). Sum of RGB (Red+Green+Blue) = 255+174+230=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEE6 is #005119. Grayscale: #CCCCCC. Windows color (decimal): -20762 or 15118079. OLE color: 15118079.
HSL color Cylindrical-coordinate representation of color #FFAEE6: hue angle of 318.52º 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 #FFAEE6 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 230 | - |
| CMYK | 0 | 0.32 | 0.10 | 0 |
| HSL | 318.52º | 1% | 0.84% | - |
| HSV(B) | 318.52º | 0.32% | 1% | - |
| XYZ | 70.66 | 57.25 | 82.19 | - |
| YUV | 204.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 230 | 0 | 0.32 | 0.10 | 0 | 318.52 | 1 | 0.84 |
| Hex | FF | AE | E6 | 0 | 20 | A | 0 | 13F | 64 | 54 |
| Octal | 377 | 256 | 346 | 0 | 40 | 12 | 0 | 477 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11100110 | 0 | 100000 | 1010 | 0 | 100111111 | 1100100 | 1010100 |
Color Harmonies of #FFAEE6
Complementary color
Monochromatic Colors of #FFAEE6
Black with #FFAEE6
Text Example
Text Example
White with #FFAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE6; }
p { color: rgb(255,174,230); }
H1.HeaderClassName
{
color: #FFAEE6;
}
.AnyTagClassName
{
color: #FFAEE6;
}
</style>
background-color css
<style>
a { background-color: #FFAEE6; }
a { background-color: rgb(255,174,230); }
div.DivClassName
{
background-color: #FFAEE6;
}
.BgClassName
{
background-color: #FFAEE6;
}
</style>
border-color css
<style>
span { border-color: #FFAEE6; }
span { border-color: rgb(255,174,230); }
td.TdClassName
{
border-color: #FFAEE6;
}
.TagClassName
{
border-color: #FFAEE6;
}
</style>