Shades of Lavender Rose #F9A0D9
Tints of Lavender Rose #F9A0D9
RGB
CMYK
RGB Variations
Color information
#F9A0D9 (or 0xF9A0D9) is known color: Lavender Rose. HEX triplet: F9, A0 and D9. RGB value is (249,160,217). Sum of RGB (Red+Green+Blue) = 249+160+217=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0D9 is #065F26. Grayscale: #C0C0C0. Windows color (decimal): -417575 or 14262521. OLE color: 14262521.
HSL color Cylindrical-coordinate representation of color #F9A0D9: hue angle of 321.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0D9 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 217 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 321.57º | 0.88% | 0.8% | - |
| HSV(B) | 321.57º | 0.36% | 0.98% | - |
| XYZ | 64.16 | 50.29 | 71.97 | - |
| YUV | 193.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 217 | 0 | 0.36 | 0.13 | 0.02 | 321.57 | 0.88 | 0.8 |
| Hex | F9 | A0 | D9 | 0 | 24 | D | 2 | 142 | 58 | 50 |
| Octal | 371 | 240 | 331 | 0 | 44 | 15 | 2 | 502 | 130 | 120 |
| Binary | 11111001 | 10100000 | 11011001 | 0 | 100100 | 1101 | 10 | 101000010 | 1011000 | 1010000 |
Color Harmonies of #F9A0D9
Complementary color
Monochromatic Colors of #F9A0D9
Black with #F9A0D9
Text Example
Text Example
White with #F9A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0D9; }
p { color: rgb(249,160,217); }
H1.HeaderClassName
{
color: #F9A0D9;
}
.AnyTagClassName
{
color: #F9A0D9;
}
</style>
background-color css
<style>
a { background-color: #F9A0D9; }
a { background-color: rgb(249,160,217); }
div.DivClassName
{
background-color: #F9A0D9;
}
.BgClassName
{
background-color: #F9A0D9;
}
</style>
border-color css
<style>
span { border-color: #F9A0D9; }
span { border-color: rgb(249,160,217); }
td.TdClassName
{
border-color: #F9A0D9;
}
.TagClassName
{
border-color: #F9A0D9;
}
</style>