Shades of Lavender Rose #F9AADD
Tints of Lavender Rose #F9AADD
RGB
CMYK
RGB Variations
Color information
#F9AADD (or 0xF9AADD) is known color: Lavender Rose. HEX triplet: F9, AA and DD. RGB value is (249,170,221). Sum of RGB (Red+Green+Blue) = 249+170+221=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AADD is #065522. Grayscale: #C7C7C7. Windows color (decimal): -415011 or 14527225. OLE color: 14527225.
HSL color Cylindrical-coordinate representation of color #F9AADD: hue angle of 321.27º 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 #F9AADD is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 221 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 321.27º | 0.87% | 0.82% | - |
| HSV(B) | 321.27º | 0.32% | 0.98% | - |
| XYZ | 66.49 | 54.11 | 75.35 | - |
| YUV | 199.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 221 | 0 | 0.32 | 0.11 | 0.02 | 321.27 | 0.87 | 0.82 |
| Hex | F9 | AA | DD | 0 | 20 | B | 2 | 141 | 57 | 52 |
| Octal | 371 | 252 | 335 | 0 | 40 | 13 | 2 | 501 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11011101 | 0 | 100000 | 1011 | 10 | 101000001 | 1010111 | 1010010 |
Color Harmonies of #F9AADD
Complementary color
Monochromatic Colors of #F9AADD
Black with #F9AADD
Text Example
Text Example
White with #F9AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AADD; }
p { color: rgb(249,170,221); }
H1.HeaderClassName
{
color: #F9AADD;
}
.AnyTagClassName
{
color: #F9AADD;
}
</style>
background-color css
<style>
a { background-color: #F9AADD; }
a { background-color: rgb(249,170,221); }
div.DivClassName
{
background-color: #F9AADD;
}
.BgClassName
{
background-color: #F9AADD;
}
</style>
border-color css
<style>
span { border-color: #F9AADD; }
span { border-color: rgb(249,170,221); }
td.TdClassName
{
border-color: #F9AADD;
}
.TagClassName
{
border-color: #F9AADD;
}
</style>