Shades of Lavender Rose #F79BED
Tints of Lavender Rose #F79BED
RGB
CMYK
RGB Variations
Color information
#F79BED (or 0xF79BED) is known color: Lavender Rose. HEX triplet: F7, 9B and ED. RGB value is (247,155,237). Sum of RGB (Red+Green+Blue) = 247+155+237=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79BED is #086412. Grayscale: #BFBFBF. Windows color (decimal): -549907 or 15571959. OLE color: 15571959.
HSL color Cylindrical-coordinate representation of color #F79BED: hue angle of 306.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 #F79BED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 237 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.03 |
| HSL | 306.52º | 0.85% | 0.79% | - |
| HSV(B) | 306.52º | 0.37% | 0.97% | - |
| XYZ | 65.37 | 49.33 | 86.2 | - |
| YUV | 191.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 237 | 0 | 0.37 | 0.04 | 0.03 | 306.52 | 0.85 | 0.79 |
| Hex | F7 | 9B | ED | 0 | 25 | 4 | 3 | 133 | 55 | 4F |
| Octal | 367 | 233 | 355 | 0 | 45 | 4 | 3 | 463 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11101101 | 0 | 100101 | 100 | 11 | 100110011 | 1010101 | 1001111 |
Color Harmonies of #F79BED
Complementary color
Monochromatic Colors of #F79BED
Black with #F79BED
Text Example
Text Example
White with #F79BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BED; }
p { color: rgb(247,155,237); }
H1.HeaderClassName
{
color: #F79BED;
}
.AnyTagClassName
{
color: #F79BED;
}
</style>
background-color css
<style>
a { background-color: #F79BED; }
a { background-color: rgb(247,155,237); }
div.DivClassName
{
background-color: #F79BED;
}
.BgClassName
{
background-color: #F79BED;
}
</style>
border-color css
<style>
span { border-color: #F79BED; }
span { border-color: rgb(247,155,237); }
td.TdClassName
{
border-color: #F79BED;
}
.TagClassName
{
border-color: #F79BED;
}
</style>