Shades of Lavender Rose #F79DE6
Tints of Lavender Rose #F79DE6
RGB
CMYK
RGB Variations
Color information
#F79DE6 (or 0xF79DE6) is known color: Lavender Rose. HEX triplet: F7, 9D and E6. RGB value is (247,157,230). Sum of RGB (Red+Green+Blue) = 247+157+230=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79DE6 is #086219. Grayscale: #C0C0C0. Windows color (decimal): -549402 or 15113719. OLE color: 15113719.
HSL color Cylindrical-coordinate representation of color #F79DE6: hue angle of 311.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 #F79DE6 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 230 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.03 |
| HSL | 311.33º | 0.85% | 0.79% | - |
| HSV(B) | 311.33º | 0.36% | 0.97% | - |
| XYZ | 64.7 | 49.6 | 81.03 | - |
| YUV | 192.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 230 | 0 | 0.36 | 0.07 | 0.03 | 311.33 | 0.85 | 0.79 |
| Hex | F7 | 9D | E6 | 0 | 24 | 7 | 3 | 137 | 55 | 4F |
| Octal | 367 | 235 | 346 | 0 | 44 | 7 | 3 | 467 | 125 | 117 |
| Binary | 11110111 | 10011101 | 11100110 | 0 | 100100 | 111 | 11 | 100110111 | 1010101 | 1001111 |
Color Harmonies of #F79DE6
Complementary color
Monochromatic Colors of #F79DE6
Black with #F79DE6
Text Example
Text Example
White with #F79DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79DE6; }
p { color: rgb(247,157,230); }
H1.HeaderClassName
{
color: #F79DE6;
}
.AnyTagClassName
{
color: #F79DE6;
}
</style>
background-color css
<style>
a { background-color: #F79DE6; }
a { background-color: rgb(247,157,230); }
div.DivClassName
{
background-color: #F79DE6;
}
.BgClassName
{
background-color: #F79DE6;
}
</style>
border-color css
<style>
span { border-color: #F79DE6; }
span { border-color: rgb(247,157,230); }
td.TdClassName
{
border-color: #F79DE6;
}
.TagClassName
{
border-color: #F79DE6;
}
</style>