Shades of Lavender Rose #F9AADF
Tints of Lavender Rose #F9AADF
RGB
CMYK
RGB Variations
Color information
#F9AADF (or 0xF9AADF) is known color: Lavender Rose. HEX triplet: F9, AA and DF. RGB value is (249,170,223). Sum of RGB (Red+Green+Blue) = 249+170+223=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AADF is #065520. Grayscale: #C7C7C7. Windows color (decimal): -415009 or 14658297. OLE color: 14658297.
HSL color Cylindrical-coordinate representation of color #F9AADF: hue angle of 319.75º 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 #F9AADF is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 223 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.02 |
| HSL | 319.75º | 0.87% | 0.82% | - |
| HSV(B) | 319.75º | 0.32% | 0.98% | - |
| XYZ | 66.76 | 54.22 | 76.76 | - |
| YUV | 199.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 223 | 0 | 0.32 | 0.10 | 0.02 | 319.75 | 0.87 | 0.82 |
| Hex | F9 | AA | DF | 0 | 20 | A | 2 | 140 | 57 | 52 |
| Octal | 371 | 252 | 337 | 0 | 40 | 12 | 2 | 500 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11011111 | 0 | 100000 | 1010 | 10 | 101000000 | 1010111 | 1010010 |
Color Harmonies of #F9AADF
Complementary color
Monochromatic Colors of #F9AADF
Black with #F9AADF
Text Example
Text Example
White with #F9AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AADF; }
p { color: rgb(249,170,223); }
H1.HeaderClassName
{
color: #F9AADF;
}
.AnyTagClassName
{
color: #F9AADF;
}
</style>
background-color css
<style>
a { background-color: #F9AADF; }
a { background-color: rgb(249,170,223); }
div.DivClassName
{
background-color: #F9AADF;
}
.BgClassName
{
background-color: #F9AADF;
}
</style>
border-color css
<style>
span { border-color: #F9AADF; }
span { border-color: rgb(249,170,223); }
td.TdClassName
{
border-color: #F9AADF;
}
.TagClassName
{
border-color: #F9AADF;
}
</style>