Shades of Lavender Rose #F795D9
Tints of Lavender Rose #F795D9
RGB
CMYK
RGB Variations
Color information
#F795D9 (or 0xF795D9) is known color: Lavender Rose. HEX triplet: F7, 95 and D9. RGB value is (247,149,217). Sum of RGB (Red+Green+Blue) = 247+149+217=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F795D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795D9 is #086A26. Grayscale: #B9B9B9. Windows color (decimal): -551463 or 14259703. OLE color: 14259703.
HSL color Cylindrical-coordinate representation of color #F795D9: hue angle of 318.37º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795D9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 217 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.03 |
| HSL | 318.37º | 0.86% | 0.78% | - |
| HSV(B) | 318.37º | 0.4% | 0.97% | - |
| XYZ | 61.63 | 46.28 | 71.33 | - |
| YUV | 186.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 217 | 0 | 0.40 | 0.12 | 0.03 | 318.37 | 0.86 | 0.78 |
| Hex | F7 | 95 | D9 | 0 | 28 | C | 3 | 13E | 56 | 4E |
| Octal | 367 | 225 | 331 | 0 | 50 | 14 | 3 | 476 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11011001 | 0 | 101000 | 1100 | 11 | 100111110 | 1010110 | 1001110 |
Color Harmonies of #F795D9
Complementary color
Monochromatic Colors of #F795D9
Black with #F795D9
Text Example
Text Example
White with #F795D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795D9; }
p { color: rgb(247,149,217); }
H1.HeaderClassName
{
color: #F795D9;
}
.AnyTagClassName
{
color: #F795D9;
}
</style>
background-color css
<style>
a { background-color: #F795D9; }
a { background-color: rgb(247,149,217); }
div.DivClassName
{
background-color: #F795D9;
}
.BgClassName
{
background-color: #F795D9;
}
</style>
border-color css
<style>
span { border-color: #F795D9; }
span { border-color: rgb(247,149,217); }
td.TdClassName
{
border-color: #F795D9;
}
.TagClassName
{
border-color: #F795D9;
}
</style>