Shades of Lavender Rose #F79ADB
Tints of Lavender Rose #F79ADB
RGB
CMYK
RGB Variations
Color information
#F79ADB (or 0xF79ADB) is known color: Lavender Rose. HEX triplet: F7, 9A and DB. RGB value is (247,154,219). Sum of RGB (Red+Green+Blue) = 247+154+219=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F79ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79ADB is #086524. Grayscale: #BDBDBD. Windows color (decimal): -550181 or 14392055. OLE color: 14392055.
HSL color Cylindrical-coordinate representation of color #F79ADB: hue angle of 318.06º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F79ADB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 154 | 219 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 318.06º | 0.85% | 0.79% | - |
| HSV(B) | 318.06º | 0.38% | 0.97% | - |
| XYZ | 62.7 | 48 | 72.98 | - |
| YUV | 189.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 154 | 219 | 0 | 0.38 | 0.11 | 0.03 | 318.06 | 0.85 | 0.79 |
| Hex | F7 | 9A | DB | 0 | 26 | B | 3 | 13E | 55 | 4F |
| Octal | 367 | 232 | 333 | 0 | 46 | 13 | 3 | 476 | 125 | 117 |
| Binary | 11110111 | 10011010 | 11011011 | 0 | 100110 | 1011 | 11 | 100111110 | 1010101 | 1001111 |
Color Harmonies of #F79ADB
Complementary color
Monochromatic Colors of #F79ADB
Black with #F79ADB
Text Example
Text Example
White with #F79ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79ADB; }
p { color: rgb(247,154,219); }
H1.HeaderClassName
{
color: #F79ADB;
}
.AnyTagClassName
{
color: #F79ADB;
}
</style>
background-color css
<style>
a { background-color: #F79ADB; }
a { background-color: rgb(247,154,219); }
div.DivClassName
{
background-color: #F79ADB;
}
.BgClassName
{
background-color: #F79ADB;
}
</style>
border-color css
<style>
span { border-color: #F79ADB; }
span { border-color: rgb(247,154,219); }
td.TdClassName
{
border-color: #F79ADB;
}
.TagClassName
{
border-color: #F79ADB;
}
</style>