Shades of Lavender Rose #F797DE
Tints of Lavender Rose #F797DE
RGB
CMYK
RGB Variations
Color information
#F797DE (or 0xF797DE) is known color: Lavender Rose. HEX triplet: F7, 97 and DE. RGB value is (247,151,222). Sum of RGB (Red+Green+Blue) = 247+151+222=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F797DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797DE is #086821. Grayscale: #BBBBBB. Windows color (decimal): -550946 or 14587895. OLE color: 14587895.
HSL color Cylindrical-coordinate representation of color #F797DE: hue angle of 315.62º 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 #F797DE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 222 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.03 |
| HSL | 315.63º | 0.86% | 0.78% | - |
| HSV(B) | 315.63º | 0.39% | 0.97% | - |
| XYZ | 62.61 | 47.18 | 74.91 | - |
| YUV | 187.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 222 | 0 | 0.39 | 0.10 | 0.03 | 315.63 | 0.86 | 0.78 |
| Hex | F7 | 97 | DE | 0 | 27 | A | 3 | 13C | 56 | 4E |
| Octal | 367 | 227 | 336 | 0 | 47 | 12 | 3 | 474 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11011110 | 0 | 100111 | 1010 | 11 | 100111100 | 1010110 | 1001110 |
Color Harmonies of #F797DE
Complementary color
Monochromatic Colors of #F797DE
Black with #F797DE
Text Example
Text Example
White with #F797DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797DE; }
p { color: rgb(247,151,222); }
H1.HeaderClassName
{
color: #F797DE;
}
.AnyTagClassName
{
color: #F797DE;
}
</style>
background-color css
<style>
a { background-color: #F797DE; }
a { background-color: rgb(247,151,222); }
div.DivClassName
{
background-color: #F797DE;
}
.BgClassName
{
background-color: #F797DE;
}
</style>
border-color css
<style>
span { border-color: #F797DE; }
span { border-color: rgb(247,151,222); }
td.TdClassName
{
border-color: #F797DE;
}
.TagClassName
{
border-color: #F797DE;
}
</style>