Shades of Lavender Rose #F8AAF9
Tints of Lavender Rose #F8AAF9
RGB
CMYK
RGB Variations
Color information
#F8AAF9 (or 0xF8AAF9) is known color: Lavender Rose. HEX triplet: F8, AA and F9. RGB value is (248,170,249). Sum of RGB (Red+Green+Blue) = 248+170+249=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8AAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAF9 is #075506. Grayscale: #CACACA. Windows color (decimal): -480519 or 16362232. OLE color: 16362232.
HSL color Cylindrical-coordinate representation of color #F8AAF9: hue angle of 299.24º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8AAF9 is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 170 | 249 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.02 |
| HSL | 299.24º | 0.87% | 0.82% | - |
| HSV(B) | 299.24º | 0.32% | 0.98% | - |
| XYZ | 70.19 | 55.55 | 96.64 | - |
| YUV | 202.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 249 | 0.00 | 0.32 | 0 | 0.02 | 299.24 | 0.87 | 0.82 |
| Hex | F8 | AA | F9 | 0 | 20 | 0 | 2 | 12B | 57 | 52 |
| Octal | 370 | 252 | 371 | 0 | 40 | 0 | 2 | 453 | 127 | 122 |
| Binary | 11111000 | 10101010 | 11111001 | 0 | 100000 | 0 | 10 | 100101011 | 1010111 | 1010010 |
Color Harmonies of #F8AAF9
Complementary color
Monochromatic Colors of #F8AAF9
Black with #F8AAF9
Text Example
Text Example
White with #F8AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAF9; }
p { color: rgb(248,170,249); }
H1.HeaderClassName
{
color: #F8AAF9;
}
.AnyTagClassName
{
color: #F8AAF9;
}
</style>
background-color css
<style>
a { background-color: #F8AAF9; }
a { background-color: rgb(248,170,249); }
div.DivClassName
{
background-color: #F8AAF9;
}
.BgClassName
{
background-color: #F8AAF9;
}
</style>
border-color css
<style>
span { border-color: #F8AAF9; }
span { border-color: rgb(248,170,249); }
td.TdClassName
{
border-color: #F8AAF9;
}
.TagClassName
{
border-color: #F8AAF9;
}
</style>