Shades of Lavender Rose #F7A5DB
Tints of Lavender Rose #F7A5DB
RGB
CMYK
RGB Variations
Color information
#F7A5DB (or 0xF7A5DB) is known color: Lavender Rose. HEX triplet: F7, A5 and DB. RGB value is (247,165,219). Sum of RGB (Red+Green+Blue) = 247+165+219=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5DB is #085A24. Grayscale: #C3C3C3. Windows color (decimal): -547365 or 14394871. OLE color: 14394871.
HSL color Cylindrical-coordinate representation of color #F7A5DB: hue angle of 320.49º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5DB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 219 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.03 |
| HSL | 320.49º | 0.84% | 0.81% | - |
| HSV(B) | 320.49º | 0.33% | 0.97% | - |
| XYZ | 64.6 | 51.8 | 73.61 | - |
| YUV | 195.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 219 | 0 | 0.33 | 0.11 | 0.03 | 320.49 | 0.84 | 0.81 |
| Hex | F7 | A5 | DB | 0 | 21 | B | 3 | 140 | 54 | 51 |
| Octal | 367 | 245 | 333 | 0 | 41 | 13 | 3 | 500 | 124 | 121 |
| Binary | 11110111 | 10100101 | 11011011 | 0 | 100001 | 1011 | 11 | 101000000 | 1010100 | 1010001 |
Color Harmonies of #F7A5DB
Complementary color
Monochromatic Colors of #F7A5DB
Black with #F7A5DB
Text Example
Text Example
White with #F7A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A5DB; }
p { color: rgb(247,165,219); }
H1.HeaderClassName
{
color: #F7A5DB;
}
.AnyTagClassName
{
color: #F7A5DB;
}
</style>
background-color css
<style>
a { background-color: #F7A5DB; }
a { background-color: rgb(247,165,219); }
div.DivClassName
{
background-color: #F7A5DB;
}
.BgClassName
{
background-color: #F7A5DB;
}
</style>
border-color css
<style>
span { border-color: #F7A5DB; }
span { border-color: rgb(247,165,219); }
td.TdClassName
{
border-color: #F7A5DB;
}
.TagClassName
{
border-color: #F7A5DB;
}
</style>