Shades of Lavender Rose #F79DE9
Tints of Lavender Rose #F79DE9
RGB
CMYK
RGB Variations
Color information
#F79DE9 (or 0xF79DE9) is known color: Lavender Rose. HEX triplet: F7, 9D and E9. RGB value is (247,157,233). Sum of RGB (Red+Green+Blue) = 247+157+233=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79DE9 is #086216. Grayscale: #C0C0C0. Windows color (decimal): -549399 or 15310327. OLE color: 15310327.
HSL color Cylindrical-coordinate representation of color #F79DE9: hue angle of 309.33º 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 #F79DE9 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 233 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.03 |
| HSL | 309.33º | 0.85% | 0.79% | - |
| HSV(B) | 309.33º | 0.36% | 0.97% | - |
| XYZ | 65.12 | 49.77 | 83.27 | - |
| YUV | 192.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 233 | 0 | 0.36 | 0.06 | 0.03 | 309.33 | 0.85 | 0.79 |
| Hex | F7 | 9D | E9 | 0 | 24 | 6 | 3 | 135 | 55 | 4F |
| Octal | 367 | 235 | 351 | 0 | 44 | 6 | 3 | 465 | 125 | 117 |
| Binary | 11110111 | 10011101 | 11101001 | 0 | 100100 | 110 | 11 | 100110101 | 1010101 | 1001111 |
Color Harmonies of #F79DE9
Complementary color
Monochromatic Colors of #F79DE9
Black with #F79DE9
Text Example
Text Example
White with #F79DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79DE9; }
p { color: rgb(247,157,233); }
H1.HeaderClassName
{
color: #F79DE9;
}
.AnyTagClassName
{
color: #F79DE9;
}
</style>
background-color css
<style>
a { background-color: #F79DE9; }
a { background-color: rgb(247,157,233); }
div.DivClassName
{
background-color: #F79DE9;
}
.BgClassName
{
background-color: #F79DE9;
}
</style>
border-color css
<style>
span { border-color: #F79DE9; }
span { border-color: rgb(247,157,233); }
td.TdClassName
{
border-color: #F79DE9;
}
.TagClassName
{
border-color: #F79DE9;
}
</style>