Shades of Lavender Rose #F79CED
Tints of Lavender Rose #F79CED
RGB
CMYK
RGB Variations
Color information
#F79CED (or 0xF79CED) is known color: Lavender Rose. HEX triplet: F7, 9C and ED. RGB value is (247,156,237). Sum of RGB (Red+Green+Blue) = 247+156+237=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 156 (61.33% from 255 or 24.38% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F79CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79CED is #086312. Grayscale: #C0C0C0. Windows color (decimal): -549651 or 15572215. OLE color: 15572215.
HSL color Cylindrical-coordinate representation of color #F79CED: hue angle of 306.59º 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 #F79CED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 237 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.03 |
| HSL | 306.59º | 0.85% | 0.79% | - |
| HSV(B) | 306.59º | 0.37% | 0.97% | - |
| XYZ | 65.53 | 49.67 | 86.25 | - |
| YUV | 192.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 237 | 0 | 0.37 | 0.04 | 0.03 | 306.59 | 0.85 | 0.79 |
| Hex | F7 | 9C | ED | 0 | 25 | 4 | 3 | 133 | 55 | 4F |
| Octal | 367 | 234 | 355 | 0 | 45 | 4 | 3 | 463 | 125 | 117 |
| Binary | 11110111 | 10011100 | 11101101 | 0 | 100101 | 100 | 11 | 100110011 | 1010101 | 1001111 |
Color Harmonies of #F79CED
Complementary color
Monochromatic Colors of #F79CED
Black with #F79CED
Text Example
Text Example
White with #F79CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79CED; }
p { color: rgb(247,156,237); }
H1.HeaderClassName
{
color: #F79CED;
}
.AnyTagClassName
{
color: #F79CED;
}
</style>
background-color css
<style>
a { background-color: #F79CED; }
a { background-color: rgb(247,156,237); }
div.DivClassName
{
background-color: #F79CED;
}
.BgClassName
{
background-color: #F79CED;
}
</style>
border-color css
<style>
span { border-color: #F79CED; }
span { border-color: rgb(247,156,237); }
td.TdClassName
{
border-color: #F79CED;
}
.TagClassName
{
border-color: #F79CED;
}
</style>