Shades of Lavender Rose #F9A5DB
Tints of Lavender Rose #F9A5DB
RGB
CMYK
RGB Variations
Color information
#F9A5DB (or 0xF9A5DB) is known color: Lavender Rose. HEX triplet: F9, A5 and DB. RGB value is (249,165,219). Sum of RGB (Red+Green+Blue) = 249+165+219=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5DB is #065A24. Grayscale: #C4C4C4. Windows color (decimal): -416293 or 14394873. OLE color: 14394873.
HSL color Cylindrical-coordinate representation of color #F9A5DB: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5DB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 219 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.02 |
| HSL | 321.43º | 0.88% | 0.81% | - |
| HSV(B) | 321.43º | 0.34% | 0.98% | - |
| XYZ | 65.31 | 52.16 | 73.64 | - |
| YUV | 196.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 219 | 0 | 0.34 | 0.12 | 0.02 | 321.43 | 0.88 | 0.81 |
| Hex | F9 | A5 | DB | 0 | 22 | C | 2 | 141 | 58 | 51 |
| Octal | 371 | 245 | 333 | 0 | 42 | 14 | 2 | 501 | 130 | 121 |
| Binary | 11111001 | 10100101 | 11011011 | 0 | 100010 | 1100 | 10 | 101000001 | 1011000 | 1010001 |
Color Harmonies of #F9A5DB
Complementary color
Monochromatic Colors of #F9A5DB
Black with #F9A5DB
Text Example
Text Example
White with #F9A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A5DB; }
p { color: rgb(249,165,219); }
H1.HeaderClassName
{
color: #F9A5DB;
}
.AnyTagClassName
{
color: #F9A5DB;
}
</style>
background-color css
<style>
a { background-color: #F9A5DB; }
a { background-color: rgb(249,165,219); }
div.DivClassName
{
background-color: #F9A5DB;
}
.BgClassName
{
background-color: #F9A5DB;
}
</style>
border-color css
<style>
span { border-color: #F9A5DB; }
span { border-color: rgb(249,165,219); }
td.TdClassName
{
border-color: #F9A5DB;
}
.TagClassName
{
border-color: #F9A5DB;
}
</style>