Shades of Lavender Rose #F9AAF1
Tints of Lavender Rose #F9AAF1
RGB
CMYK
RGB Variations
Color information
#F9AAF1 (or 0xF9AAF1) is known color: Lavender Rose. HEX triplet: F9, AA and F1. RGB value is (249,170,241). Sum of RGB (Red+Green+Blue) = 249+170+241=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAF1 is #06550E. Grayscale: #C9C9C9. Windows color (decimal): -414991 or 15837945. OLE color: 15837945.
HSL color Cylindrical-coordinate representation of color #F9AAF1: hue angle of 306.08º 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 #F9AAF1 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 241 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 306.08º | 0.87% | 0.82% | - |
| HSV(B) | 306.08º | 0.32% | 0.98% | - |
| XYZ | 69.32 | 55.24 | 90.23 | - |
| YUV | 201.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 241 | 0 | 0.32 | 0.03 | 0.02 | 306.08 | 0.87 | 0.82 |
| Hex | F9 | AA | F1 | 0 | 20 | 3 | 2 | 132 | 57 | 52 |
| Octal | 371 | 252 | 361 | 0 | 40 | 3 | 2 | 462 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11110001 | 0 | 100000 | 11 | 10 | 100110010 | 1010111 | 1010010 |
Color Harmonies of #F9AAF1
Complementary color
Monochromatic Colors of #F9AAF1
Black with #F9AAF1
Text Example
Text Example
White with #F9AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAF1; }
p { color: rgb(249,170,241); }
H1.HeaderClassName
{
color: #F9AAF1;
}
.AnyTagClassName
{
color: #F9AAF1;
}
</style>
background-color css
<style>
a { background-color: #F9AAF1; }
a { background-color: rgb(249,170,241); }
div.DivClassName
{
background-color: #F9AAF1;
}
.BgClassName
{
background-color: #F9AAF1;
}
</style>
border-color css
<style>
span { border-color: #F9AAF1; }
span { border-color: rgb(249,170,241); }
td.TdClassName
{
border-color: #F9AAF1;
}
.TagClassName
{
border-color: #F9AAF1;
}
</style>