Shades of Lavender Rose #F796DF
Tints of Lavender Rose #F796DF
RGB
CMYK
RGB Variations
Color information
#F796DF (or 0xF796DF) is known color: Lavender Rose. HEX triplet: F7, 96 and DF. RGB value is (247,150,223). Sum of RGB (Red+Green+Blue) = 247+150+223=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F796DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796DF is #086920. Grayscale: #BBBBBB. Windows color (decimal): -551201 or 14653175. OLE color: 14653175.
HSL color Cylindrical-coordinate representation of color #F796DF: hue angle of 314.85º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796DF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 223 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.03 |
| HSL | 314.85º | 0.86% | 0.78% | - |
| HSV(B) | 314.85º | 0.39% | 0.97% | - |
| XYZ | 62.58 | 46.91 | 75.57 | - |
| YUV | 187.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 223 | 0 | 0.39 | 0.10 | 0.03 | 314.85 | 0.86 | 0.78 |
| Hex | F7 | 96 | DF | 0 | 27 | A | 3 | 13B | 56 | 4E |
| Octal | 367 | 226 | 337 | 0 | 47 | 12 | 3 | 473 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11011111 | 0 | 100111 | 1010 | 11 | 100111011 | 1010110 | 1001110 |
Color Harmonies of #F796DF
Complementary color
Monochromatic Colors of #F796DF
Black with #F796DF
Text Example
Text Example
White with #F796DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796DF; }
p { color: rgb(247,150,223); }
H1.HeaderClassName
{
color: #F796DF;
}
.AnyTagClassName
{
color: #F796DF;
}
</style>
background-color css
<style>
a { background-color: #F796DF; }
a { background-color: rgb(247,150,223); }
div.DivClassName
{
background-color: #F796DF;
}
.BgClassName
{
background-color: #F796DF;
}
</style>
border-color css
<style>
span { border-color: #F796DF; }
span { border-color: rgb(247,150,223); }
td.TdClassName
{
border-color: #F796DF;
}
.TagClassName
{
border-color: #F796DF;
}
</style>