Shades of Lavender Rose #F79DDB
Tints of Lavender Rose #F79DDB
RGB
CMYK
RGB Variations
Color information
#F79DDB (or 0xF79DDB) is known color: Lavender Rose. HEX triplet: F7, 9D and DB. RGB value is (247,157,219). Sum of RGB (Red+Green+Blue) = 247+157+219=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79DDB is #086224. Grayscale: #BEBEBE. Windows color (decimal): -549413 or 14392823. OLE color: 14392823.
HSL color Cylindrical-coordinate representation of color #F79DDB: hue angle of 318.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79DDB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 219 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.03 |
| HSL | 318.67º | 0.85% | 0.79% | - |
| HSV(B) | 318.67º | 0.36% | 0.97% | - |
| XYZ | 63.2 | 49 | 73.15 | - |
| YUV | 190.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 219 | 0 | 0.36 | 0.11 | 0.03 | 318.67 | 0.85 | 0.79 |
| Hex | F7 | 9D | DB | 0 | 24 | B | 3 | 13F | 55 | 4F |
| Octal | 367 | 235 | 333 | 0 | 44 | 13 | 3 | 477 | 125 | 117 |
| Binary | 11110111 | 10011101 | 11011011 | 0 | 100100 | 1011 | 11 | 100111111 | 1010101 | 1001111 |
Color Harmonies of #F79DDB
Complementary color
Monochromatic Colors of #F79DDB
Black with #F79DDB
Text Example
Text Example
White with #F79DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79DDB; }
p { color: rgb(247,157,219); }
H1.HeaderClassName
{
color: #F79DDB;
}
.AnyTagClassName
{
color: #F79DDB;
}
</style>
background-color css
<style>
a { background-color: #F79DDB; }
a { background-color: rgb(247,157,219); }
div.DivClassName
{
background-color: #F79DDB;
}
.BgClassName
{
background-color: #F79DDB;
}
</style>
border-color css
<style>
span { border-color: #F79DDB; }
span { border-color: rgb(247,157,219); }
td.TdClassName
{
border-color: #F79DDB;
}
.TagClassName
{
border-color: #F79DDB;
}
</style>