Shades of Lavender Rose #F79EDD
Tints of Lavender Rose #F79EDD
RGB
CMYK
RGB Variations
Color information
#F79EDD (or 0xF79EDD) is known color: Lavender Rose. HEX triplet: F7, 9E and DD. RGB value is (247,158,221). Sum of RGB (Red+Green+Blue) = 247+158+221=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F79EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79EDD is #086122. Grayscale: #BFBFBF. Windows color (decimal): -549155 or 14524151. OLE color: 14524151.
HSL color Cylindrical-coordinate representation of color #F79EDD: hue angle of 317.53º 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 #F79EDD is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 158 | 221 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.03 |
| HSL | 317.53º | 0.85% | 0.79% | - |
| HSV(B) | 317.53º | 0.36% | 0.97% | - |
| XYZ | 63.64 | 49.45 | 74.6 | - |
| YUV | 191.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 158 | 221 | 0 | 0.36 | 0.11 | 0.03 | 317.53 | 0.85 | 0.79 |
| Hex | F7 | 9E | DD | 0 | 24 | B | 3 | 13E | 55 | 4F |
| Octal | 367 | 236 | 335 | 0 | 44 | 13 | 3 | 476 | 125 | 117 |
| Binary | 11110111 | 10011110 | 11011101 | 0 | 100100 | 1011 | 11 | 100111110 | 1010101 | 1001111 |
Color Harmonies of #F79EDD
Complementary color
Monochromatic Colors of #F79EDD
Black with #F79EDD
Text Example
Text Example
White with #F79EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79EDD; }
p { color: rgb(247,158,221); }
H1.HeaderClassName
{
color: #F79EDD;
}
.AnyTagClassName
{
color: #F79EDD;
}
</style>
background-color css
<style>
a { background-color: #F79EDD; }
a { background-color: rgb(247,158,221); }
div.DivClassName
{
background-color: #F79EDD;
}
.BgClassName
{
background-color: #F79EDD;
}
</style>
border-color css
<style>
span { border-color: #F79EDD; }
span { border-color: rgb(247,158,221); }
td.TdClassName
{
border-color: #F79EDD;
}
.TagClassName
{
border-color: #F79EDD;
}
</style>