Shades of Lavender Rose #F79FDC
Tints of Lavender Rose #F79FDC
RGB
CMYK
RGB Variations
Color information
#F79FDC (or 0xF79FDC) is known color: Lavender Rose. HEX triplet: F7, 9F and DC. RGB value is (247,159,220). Sum of RGB (Red+Green+Blue) = 247+159+220=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FDC is #086023. Grayscale: #C0C0C0. Windows color (decimal): -548900 or 14458871. OLE color: 14458871.
HSL color Cylindrical-coordinate representation of color #F79FDC: hue angle of 318.41º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79FDC is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 159 | 220 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.03 |
| HSL | 318.41º | 0.85% | 0.8% | - |
| HSV(B) | 318.41º | 0.36% | 0.97% | - |
| XYZ | 63.67 | 49.74 | 73.95 | - |
| YUV | 192.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 159 | 220 | 0 | 0.36 | 0.11 | 0.03 | 318.41 | 0.85 | 0.8 |
| Hex | F7 | 9F | DC | 0 | 24 | B | 3 | 13E | 55 | 50 |
| Octal | 367 | 237 | 334 | 0 | 44 | 13 | 3 | 476 | 125 | 120 |
| Binary | 11110111 | 10011111 | 11011100 | 0 | 100100 | 1011 | 11 | 100111110 | 1010101 | 1010000 |
Color Harmonies of #F79FDC
Complementary color
Monochromatic Colors of #F79FDC
Black with #F79FDC
Text Example
Text Example
White with #F79FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79FDC; }
p { color: rgb(247,159,220); }
H1.HeaderClassName
{
color: #F79FDC;
}
.AnyTagClassName
{
color: #F79FDC;
}
</style>
background-color css
<style>
a { background-color: #F79FDC; }
a { background-color: rgb(247,159,220); }
div.DivClassName
{
background-color: #F79FDC;
}
.BgClassName
{
background-color: #F79FDC;
}
</style>
border-color css
<style>
span { border-color: #F79FDC; }
span { border-color: rgb(247,159,220); }
td.TdClassName
{
border-color: #F79FDC;
}
.TagClassName
{
border-color: #F79FDC;
}
</style>