Shades of Lavender Rose #F79BD9
Tints of Lavender Rose #F79BD9
RGB
CMYK
RGB Variations
Color information
#F79BD9 (or 0xF79BD9) is known color: Lavender Rose. HEX triplet: F7, 9B and D9. RGB value is (247,155,217). Sum of RGB (Red+Green+Blue) = 247+155+217=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BD9 is #086426. Grayscale: #BDBDBD. Windows color (decimal): -549927 or 14261239. OLE color: 14261239.
HSL color Cylindrical-coordinate representation of color #F79BD9: hue angle of 319.57º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BD9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 217 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.03 |
| HSL | 319.57º | 0.85% | 0.79% | - |
| HSV(B) | 319.57º | 0.37% | 0.97% | - |
| XYZ | 62.6 | 48.23 | 71.65 | - |
| YUV | 189.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 217 | 0 | 0.37 | 0.12 | 0.03 | 319.57 | 0.85 | 0.79 |
| Hex | F7 | 9B | D9 | 0 | 25 | C | 3 | 140 | 55 | 4F |
| Octal | 367 | 233 | 331 | 0 | 45 | 14 | 3 | 500 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11011001 | 0 | 100101 | 1100 | 11 | 101000000 | 1010101 | 1001111 |
Color Harmonies of #F79BD9
Complementary color
Monochromatic Colors of #F79BD9
Black with #F79BD9
Text Example
Text Example
White with #F79BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BD9; }
p { color: rgb(247,155,217); }
H1.HeaderClassName
{
color: #F79BD9;
}
.AnyTagClassName
{
color: #F79BD9;
}
</style>
background-color css
<style>
a { background-color: #F79BD9; }
a { background-color: rgb(247,155,217); }
div.DivClassName
{
background-color: #F79BD9;
}
.BgClassName
{
background-color: #F79BD9;
}
</style>
border-color css
<style>
span { border-color: #F79BD9; }
span { border-color: rgb(247,155,217); }
td.TdClassName
{
border-color: #F79BD9;
}
.TagClassName
{
border-color: #F79BD9;
}
</style>