Shades of Lavender Rose #F9A6DB
Tints of Lavender Rose #F9A6DB
RGB
CMYK
RGB Variations
Color information
#F9A6DB (or 0xF9A6DB) is known color: Lavender Rose. HEX triplet: F9, A6 and DB. RGB value is (249,166,219). Sum of RGB (Red+Green+Blue) = 249+166+219=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6DB is #065924. Grayscale: #C4C4C4. Windows color (decimal): -416037 or 14395129. OLE color: 14395129.
HSL color Cylindrical-coordinate representation of color #F9A6DB: hue angle of 321.69º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6DB is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 219 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.69º | 0.87% | 0.81% | - |
| HSV(B) | 321.69º | 0.33% | 0.98% | - |
| XYZ | 65.49 | 52.53 | 73.7 | - |
| YUV | 196.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 219 | 0 | 0.33 | 0.12 | 0.02 | 321.69 | 0.87 | 0.81 |
| Hex | F9 | A6 | DB | 0 | 21 | C | 2 | 142 | 57 | 51 |
| Octal | 371 | 246 | 333 | 0 | 41 | 14 | 2 | 502 | 127 | 121 |
| Binary | 11111001 | 10100110 | 11011011 | 0 | 100001 | 1100 | 10 | 101000010 | 1010111 | 1010001 |
Color Harmonies of #F9A6DB
Complementary color
Monochromatic Colors of #F9A6DB
Black with #F9A6DB
Text Example
Text Example
White with #F9A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6DB; }
p { color: rgb(249,166,219); }
H1.HeaderClassName
{
color: #F9A6DB;
}
.AnyTagClassName
{
color: #F9A6DB;
}
</style>
background-color css
<style>
a { background-color: #F9A6DB; }
a { background-color: rgb(249,166,219); }
div.DivClassName
{
background-color: #F9A6DB;
}
.BgClassName
{
background-color: #F9A6DB;
}
</style>
border-color css
<style>
span { border-color: #F9A6DB; }
span { border-color: rgb(249,166,219); }
td.TdClassName
{
border-color: #F9A6DB;
}
.TagClassName
{
border-color: #F9A6DB;
}
</style>