Shades of Lavender Rose #F797D5
Tints of Lavender Rose #F797D5
RGB
CMYK
RGB Variations
Color information
#F797D5 (or 0xF797D5) is known color: Lavender Rose. HEX triplet: F7, 97 and D5. RGB value is (247,151,213). Sum of RGB (Red+Green+Blue) = 247+151+213=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F797D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797D5 is #08682A. Grayscale: #BABABA. Windows color (decimal): -550955 or 13998071. OLE color: 13998071.
HSL color Cylindrical-coordinate representation of color #F797D5: hue angle of 321.25º 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 #F797D5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 213 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.03 |
| HSL | 321.25º | 0.86% | 0.78% | - |
| HSV(B) | 321.25º | 0.39% | 0.97% | - |
| XYZ | 61.43 | 46.71 | 68.73 | - |
| YUV | 186.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 213 | 0 | 0.39 | 0.14 | 0.03 | 321.25 | 0.86 | 0.78 |
| Hex | F7 | 97 | D5 | 0 | 27 | E | 3 | 141 | 56 | 4E |
| Octal | 367 | 227 | 325 | 0 | 47 | 16 | 3 | 501 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11010101 | 0 | 100111 | 1110 | 11 | 101000001 | 1010110 | 1001110 |
Color Harmonies of #F797D5
Complementary color
Monochromatic Colors of #F797D5
Black with #F797D5
Text Example
Text Example
White with #F797D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797D5; }
p { color: rgb(247,151,213); }
H1.HeaderClassName
{
color: #F797D5;
}
.AnyTagClassName
{
color: #F797D5;
}
</style>
background-color css
<style>
a { background-color: #F797D5; }
a { background-color: rgb(247,151,213); }
div.DivClassName
{
background-color: #F797D5;
}
.BgClassName
{
background-color: #F797D5;
}
</style>
border-color css
<style>
span { border-color: #F797D5; }
span { border-color: rgb(247,151,213); }
td.TdClassName
{
border-color: #F797D5;
}
.TagClassName
{
border-color: #F797D5;
}
</style>