Shades of Lavender Rose #F79BD6
Tints of Lavender Rose #F79BD6
RGB
CMYK
RGB Variations
Color information
#F79BD6 (or 0xF79BD6) is known color: Lavender Rose. HEX triplet: F7, 9B and D6. RGB value is (247,155,214). Sum of RGB (Red+Green+Blue) = 247+155+214=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BD6 is #086429. Grayscale: #BDBDBD. Windows color (decimal): -549930 or 14064631. OLE color: 14064631.
HSL color Cylindrical-coordinate representation of color #F79BD6: hue angle of 321.52º 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 #F79BD6 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 214 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.03 |
| HSL | 321.52º | 0.85% | 0.79% | - |
| HSV(B) | 321.52º | 0.37% | 0.97% | - |
| XYZ | 62.22 | 48.07 | 69.62 | - |
| YUV | 189.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 214 | 0 | 0.37 | 0.13 | 0.03 | 321.52 | 0.85 | 0.79 |
| Hex | F7 | 9B | D6 | 0 | 25 | D | 3 | 142 | 55 | 4F |
| Octal | 367 | 233 | 326 | 0 | 45 | 15 | 3 | 502 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11010110 | 0 | 100101 | 1101 | 11 | 101000010 | 1010101 | 1001111 |
Color Harmonies of #F79BD6
Complementary color
Monochromatic Colors of #F79BD6
Black with #F79BD6
Text Example
Text Example
White with #F79BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BD6; }
p { color: rgb(247,155,214); }
H1.HeaderClassName
{
color: #F79BD6;
}
.AnyTagClassName
{
color: #F79BD6;
}
</style>
background-color css
<style>
a { background-color: #F79BD6; }
a { background-color: rgb(247,155,214); }
div.DivClassName
{
background-color: #F79BD6;
}
.BgClassName
{
background-color: #F79BD6;
}
</style>
border-color css
<style>
span { border-color: #F79BD6; }
span { border-color: rgb(247,155,214); }
td.TdClassName
{
border-color: #F79BD6;
}
.TagClassName
{
border-color: #F79BD6;
}
</style>