Shades of Lavender Rose #FFAEE4
Tints of Lavender Rose #FFAEE4
RGB
CMYK
RGB Variations
Color information
#FFAEE4 (or 0xFFAEE4) is known color: Lavender Rose. HEX triplet: FF, AE and E4. RGB value is (255,174,228). Sum of RGB (Red+Green+Blue) = 255+174+228=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE4 is #00511B. Grayscale: #CCCCCC. Windows color (decimal): -20764 or 14987007. OLE color: 14987007.
HSL color Cylindrical-coordinate representation of color #FFAEE4: hue angle of 320º 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 #FFAEE4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 228 | - |
| CMYK | 0 | 0.32 | 0.11 | 0 |
| HSL | 320º | 1% | 0.84% | - |
| HSV(B) | 320º | 0.32% | 1% | - |
| XYZ | 70.38 | 57.13 | 80.72 | - |
| YUV | 204.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 228 | 0 | 0.32 | 0.11 | 0 | 320 | 1 | 0.84 |
| Hex | FF | AE | E4 | 0 | 20 | B | 0 | 140 | 64 | 54 |
| Octal | 377 | 256 | 344 | 0 | 40 | 13 | 0 | 500 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11100100 | 0 | 100000 | 1011 | 0 | 101000000 | 1100100 | 1010100 |
Color Harmonies of #FFAEE4
Complementary color
Monochromatic Colors of #FFAEE4
Black with #FFAEE4
Text Example
Text Example
White with #FFAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEE4; }
p { color: rgb(255,174,228); }
H1.HeaderClassName
{
color: #FFAEE4;
}
.AnyTagClassName
{
color: #FFAEE4;
}
</style>
background-color css
<style>
a { background-color: #FFAEE4; }
a { background-color: rgb(255,174,228); }
div.DivClassName
{
background-color: #FFAEE4;
}
.BgClassName
{
background-color: #FFAEE4;
}
</style>
border-color css
<style>
span { border-color: #FFAEE4; }
span { border-color: rgb(255,174,228); }
td.TdClassName
{
border-color: #FFAEE4;
}
.TagClassName
{
border-color: #FFAEE4;
}
</style>