Shades of Lavender Rose #FFAEEE
Tints of Lavender Rose #FFAEEE
RGB
CMYK
RGB Variations
Color information
#FFAEEE (or 0xFFAEEE) is known color: Lavender Rose. HEX triplet: FF, AE and EE. RGB value is (255,174,238). Sum of RGB (Red+Green+Blue) = 255+174+238=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEEE is #005111. Grayscale: #CDCDCD. Windows color (decimal): -20754 or 15642367. OLE color: 15642367.
HSL color Cylindrical-coordinate representation of color #FFAEEE: hue angle of 312.59º 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 #FFAEEE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 238 | - |
| CMYK | 0 | 0.32 | 0.07 | 0 |
| HSL | 312.59º | 1% | 0.84% | - |
| HSV(B) | 312.59º | 0.32% | 1% | - |
| XYZ | 71.81 | 57.71 | 88.24 | - |
| YUV | 205.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 238 | 0 | 0.32 | 0.07 | 0 | 312.59 | 1 | 0.84 |
| Hex | FF | AE | EE | 0 | 20 | 7 | 0 | 139 | 64 | 54 |
| Octal | 377 | 256 | 356 | 0 | 40 | 7 | 0 | 471 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11101110 | 0 | 100000 | 111 | 0 | 100111001 | 1100100 | 1010100 |
Color Harmonies of #FFAEEE
Complementary color
Monochromatic Colors of #FFAEEE
Black with #FFAEEE
Text Example
Text Example
White with #FFAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEEE; }
p { color: rgb(255,174,238); }
H1.HeaderClassName
{
color: #FFAEEE;
}
.AnyTagClassName
{
color: #FFAEEE;
}
</style>
background-color css
<style>
a { background-color: #FFAEEE; }
a { background-color: rgb(255,174,238); }
div.DivClassName
{
background-color: #FFAEEE;
}
.BgClassName
{
background-color: #FFAEEE;
}
</style>
border-color css
<style>
span { border-color: #FFAEEE; }
span { border-color: rgb(255,174,238); }
td.TdClassName
{
border-color: #FFAEEE;
}
.TagClassName
{
border-color: #FFAEEE;
}
</style>