Shades of Lavender Rose #F9AAFC
Tints of Lavender Rose #F9AAFC
RGB
CMYK
RGB Variations
Color information
#F9AAFC (or 0xF9AAFC) is known color: Lavender Rose. HEX triplet: F9, AA and FC. RGB value is (249,170,252). Sum of RGB (Red+Green+Blue) = 249+170+252=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9AAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAFC is #065503. Grayscale: #CACACA. Windows color (decimal): -414980 or 16558841. OLE color: 16558841.
HSL color Cylindrical-coordinate representation of color #F9AAFC: hue angle of 297.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9AAFC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 170 | 252 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.01 |
| HSL | 297.8º | 0.93% | 0.83% | - |
| HSV(B) | 297.8º | 0.33% | 0.99% | - |
| XYZ | 71.01 | 55.92 | 99.15 | - |
| YUV | 202.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 252 | 0.01 | 0.33 | 0 | 0.01 | 297.8 | 0.93 | 0.83 |
| Hex | F9 | AA | FC | 1 | 21 | 0 | 1 | 12A | 5D | 53 |
| Octal | 371 | 252 | 374 | 1 | 41 | 0 | 1 | 452 | 135 | 123 |
| Binary | 11111001 | 10101010 | 11111100 | 1 | 100001 | 0 | 1 | 100101010 | 1011101 | 1010011 |
Color Harmonies of #F9AAFC
Complementary color
Monochromatic Colors of #F9AAFC
Black with #F9AAFC
Text Example
Text Example
White with #F9AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAFC; }
p { color: rgb(249,170,252); }
H1.HeaderClassName
{
color: #F9AAFC;
}
.AnyTagClassName
{
color: #F9AAFC;
}
</style>
background-color css
<style>
a { background-color: #F9AAFC; }
a { background-color: rgb(249,170,252); }
div.DivClassName
{
background-color: #F9AAFC;
}
.BgClassName
{
background-color: #F9AAFC;
}
</style>
border-color css
<style>
span { border-color: #F9AAFC; }
span { border-color: rgb(249,170,252); }
td.TdClassName
{
border-color: #F9AAFC;
}
.TagClassName
{
border-color: #F9AAFC;
}
</style>