Shades of Lavender Rose #F7A2DB
Tints of Lavender Rose #F7A2DB
RGB
CMYK
RGB Variations
Color information
#F7A2DB (or 0xF7A2DB) is known color: Lavender Rose. HEX triplet: F7, A2 and DB. RGB value is (247,162,219). Sum of RGB (Red+Green+Blue) = 247+162+219=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2DB is #085D24. Grayscale: #C1C1C1. Windows color (decimal): -548133 or 14394103. OLE color: 14394103.
HSL color Cylindrical-coordinate representation of color #F7A2DB: hue angle of 319.76º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2DB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 219 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.03 |
| HSL | 319.76º | 0.84% | 0.8% | - |
| HSV(B) | 319.76º | 0.34% | 0.97% | - |
| XYZ | 64.06 | 50.73 | 73.43 | - |
| YUV | 193.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 219 | 0 | 0.34 | 0.11 | 0.03 | 319.76 | 0.84 | 0.8 |
| Hex | F7 | A2 | DB | 0 | 22 | B | 3 | 140 | 54 | 50 |
| Octal | 367 | 242 | 333 | 0 | 42 | 13 | 3 | 500 | 124 | 120 |
| Binary | 11110111 | 10100010 | 11011011 | 0 | 100010 | 1011 | 11 | 101000000 | 1010100 | 1010000 |
Color Harmonies of #F7A2DB
Complementary color
Monochromatic Colors of #F7A2DB
Black with #F7A2DB
Text Example
Text Example
White with #F7A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2DB; }
p { color: rgb(247,162,219); }
H1.HeaderClassName
{
color: #F7A2DB;
}
.AnyTagClassName
{
color: #F7A2DB;
}
</style>
background-color css
<style>
a { background-color: #F7A2DB; }
a { background-color: rgb(247,162,219); }
div.DivClassName
{
background-color: #F7A2DB;
}
.BgClassName
{
background-color: #F7A2DB;
}
</style>
border-color css
<style>
span { border-color: #F7A2DB; }
span { border-color: rgb(247,162,219); }
td.TdClassName
{
border-color: #F7A2DB;
}
.TagClassName
{
border-color: #F7A2DB;
}
</style>