Shades of Lavender Rose #FFAEFA
Tints of Lavender Rose #FFAEFA
RGB
CMYK
RGB Variations
Color information
#FFAEFA (or 0xFFAEFA) is known color: Lavender Rose. HEX triplet: FF, AE and FA. RGB value is (255,174,250). Sum of RGB (Red+Green+Blue) = 255+174+250=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 174 (68.36% from 255 or 25.63% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEFA is #005105. Grayscale: #CECECE. Windows color (decimal): -20742 or 16428799. OLE color: 16428799.
HSL color Cylindrical-coordinate representation of color #FFAEFA: hue angle of 303.7º 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 #FFAEFA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 250 | - |
| CMYK | 0 | 0.32 | 0.02 | 0 |
| HSL | 303.7º | 1% | 0.84% | - |
| HSV(B) | 303.7º | 0.32% | 1% | - |
| XYZ | 73.63 | 58.43 | 97.84 | - |
| YUV | 206.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 250 | 0 | 0.32 | 0.02 | 0 | 303.7 | 1 | 0.84 |
| Hex | FF | AE | FA | 0 | 20 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 256 | 372 | 0 | 40 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11111010 | 0 | 100000 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFAEFA
Complementary color
Monochromatic Colors of #FFAEFA
Black with #FFAEFA
Text Example
Text Example
White with #FFAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEFA; }
p { color: rgb(255,174,250); }
H1.HeaderClassName
{
color: #FFAEFA;
}
.AnyTagClassName
{
color: #FFAEFA;
}
</style>
background-color css
<style>
a { background-color: #FFAEFA; }
a { background-color: rgb(255,174,250); }
div.DivClassName
{
background-color: #FFAEFA;
}
.BgClassName
{
background-color: #FFAEFA;
}
</style>
border-color css
<style>
span { border-color: #FFAEFA; }
span { border-color: rgb(255,174,250); }
td.TdClassName
{
border-color: #FFAEFA;
}
.TagClassName
{
border-color: #FFAEFA;
}
</style>