Shades of Lavender Rose #F797DF
Tints of Lavender Rose #F797DF
RGB
CMYK
RGB Variations
Color information
#F797DF (or 0xF797DF) is known color: Lavender Rose. HEX triplet: F7, 97 and DF. RGB value is (247,151,223). Sum of RGB (Red+Green+Blue) = 247+151+223=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F797DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797DF is #086820. Grayscale: #BBBBBB. Windows color (decimal): -550945 or 14653431. OLE color: 14653431.
HSL color Cylindrical-coordinate representation of color #F797DF: hue angle of 315º 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 #F797DF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 223 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.03 |
| HSL | 315º | 0.86% | 0.78% | - |
| HSV(B) | 315º | 0.39% | 0.97% | - |
| XYZ | 62.74 | 47.24 | 75.62 | - |
| YUV | 187.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 223 | 0 | 0.39 | 0.10 | 0.03 | 315 | 0.86 | 0.78 |
| Hex | F7 | 97 | DF | 0 | 27 | A | 3 | 13B | 56 | 4E |
| Octal | 367 | 227 | 337 | 0 | 47 | 12 | 3 | 473 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11011111 | 0 | 100111 | 1010 | 11 | 100111011 | 1010110 | 1001110 |
Color Harmonies of #F797DF
Complementary color
Monochromatic Colors of #F797DF
Black with #F797DF
Text Example
Text Example
White with #F797DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797DF; }
p { color: rgb(247,151,223); }
H1.HeaderClassName
{
color: #F797DF;
}
.AnyTagClassName
{
color: #F797DF;
}
</style>
background-color css
<style>
a { background-color: #F797DF; }
a { background-color: rgb(247,151,223); }
div.DivClassName
{
background-color: #F797DF;
}
.BgClassName
{
background-color: #F797DF;
}
</style>
border-color css
<style>
span { border-color: #F797DF; }
span { border-color: rgb(247,151,223); }
td.TdClassName
{
border-color: #F797DF;
}
.TagClassName
{
border-color: #F797DF;
}
</style>