Shades of Lavender Rose #FFAEEA
Tints of Lavender Rose #FFAEEA
RGB
CMYK
RGB Variations
Color information
#FFAEEA (or 0xFFAEEA) is known color: Lavender Rose. HEX triplet: FF, AE and EA. RGB value is (255,174,234). Sum of RGB (Red+Green+Blue) = 255+174+234=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEEA is #005115. Grayscale: #CCCCCC. Windows color (decimal): -20758 or 15380223. OLE color: 15380223.
HSL color Cylindrical-coordinate representation of color #FFAEEA: hue angle of 315.56º 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 #FFAEEA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 174 | 234 | - |
CMYK | 0 | 0.32 | 0.08 | 0 |
HSL | 315.56º | 1% | 0.84% | - |
HSV(B) | 315.56º | 0.32% | 1% | - |
XYZ | 71.23 | 57.47 | 85.18 | - |
YUV | 205.06 | 144.34 | 163.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 174 | 234 | 0 | 0.32 | 0.08 | 0 | 315.56 | 1 | 0.84 |
Hex | FF | AE | EA | 0 | 20 | 8 | 0 | 13C | 64 | 54 |
Octal | 377 | 256 | 352 | 0 | 40 | 10 | 0 | 474 | 144 | 124 |
Binary | 11111111 | 10101110 | 11101010 | 0 | 100000 | 1000 | 0 | 100111100 | 1100100 | 1010100 |
Color Harmonies of #FFAEEA
Complementary color
Monochromatic Colors of #FFAEEA
Black with #FFAEEA
Text Example
Text Example
White with #FFAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEEA; }
p { color: rgb(255,174,234); }
H1.HeaderClassName
{
color: #FFAEEA;
}
.AnyTagClassName
{
color: #FFAEEA;
}
</style>
background-color css
<style>
a { background-color: #FFAEEA; }
a { background-color: rgb(255,174,234); }
div.DivClassName
{
background-color: #FFAEEA;
}
.BgClassName
{
background-color: #FFAEEA;
}
</style>
border-color css
<style>
span { border-color: #FFAEEA; }
span { border-color: rgb(255,174,234); }
td.TdClassName
{
border-color: #FFAEEA;
}
.TagClassName
{
border-color: #FFAEEA;
}
</style>