Shades of Lavender Rose #FFAEF9
Tints of Lavender Rose #FFAEF9
RGB
CMYK
RGB Variations
Color information
#FFAEF9 (or 0xFFAEF9) is known color: Lavender Rose. HEX triplet: FF, AE and F9. RGB value is (255,174,249). Sum of RGB (Red+Green+Blue) = 255+174+249=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 174 (68.36% from 255 or 25.66% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEF9 is #005106. Grayscale: #CECECE. Windows color (decimal): -20743 or 16363263. OLE color: 16363263.
HSL color Cylindrical-coordinate representation of color #FFAEF9: hue angle of 304.44º 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 #FFAEF9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 249 | - |
| CMYK | 0 | 0.32 | 0.02 | 0 |
| HSL | 304.44º | 1% | 0.84% | - |
| HSV(B) | 304.44º | 0.32% | 1% | - |
| XYZ | 73.47 | 58.37 | 97.02 | - |
| YUV | 206.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 249 | 0 | 0.32 | 0.02 | 0 | 304.44 | 1 | 0.84 |
| Hex | FF | AE | F9 | 0 | 20 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 256 | 371 | 0 | 40 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11111001 | 0 | 100000 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFAEF9
Complementary color
Monochromatic Colors of #FFAEF9
Black with #FFAEF9
Text Example
Text Example
White with #FFAEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEF9; }
p { color: rgb(255,174,249); }
H1.HeaderClassName
{
color: #FFAEF9;
}
.AnyTagClassName
{
color: #FFAEF9;
}
</style>
background-color css
<style>
a { background-color: #FFAEF9; }
a { background-color: rgb(255,174,249); }
div.DivClassName
{
background-color: #FFAEF9;
}
.BgClassName
{
background-color: #FFAEF9;
}
</style>
border-color css
<style>
span { border-color: #FFAEF9; }
span { border-color: rgb(255,174,249); }
td.TdClassName
{
border-color: #FFAEF9;
}
.TagClassName
{
border-color: #FFAEF9;
}
</style>