Shades of Lavender Rose #F798D6
Tints of Lavender Rose #F798D6
RGB
CMYK
RGB Variations
Color information
#F798D6 (or 0xF798D6) is known color: Lavender Rose. HEX triplet: F7, 98 and D6. RGB value is (247,152,214). Sum of RGB (Red+Green+Blue) = 247+152+214=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F798D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798D6 is #086729. Grayscale: #BBBBBB. Windows color (decimal): -550698 or 14063863. OLE color: 14063863.
HSL color Cylindrical-coordinate representation of color #F798D6: hue angle of 320.84º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798D6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 214 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.03 |
| HSL | 320.84º | 0.86% | 0.78% | - |
| HSV(B) | 320.84º | 0.38% | 0.97% | - |
| XYZ | 61.72 | 47.09 | 69.45 | - |
| YUV | 187.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 214 | 0 | 0.38 | 0.13 | 0.03 | 320.84 | 0.86 | 0.78 |
| Hex | F7 | 98 | D6 | 0 | 26 | D | 3 | 141 | 56 | 4E |
| Octal | 367 | 230 | 326 | 0 | 46 | 15 | 3 | 501 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11010110 | 0 | 100110 | 1101 | 11 | 101000001 | 1010110 | 1001110 |
Color Harmonies of #F798D6
Complementary color
Monochromatic Colors of #F798D6
Black with #F798D6
Text Example
Text Example
White with #F798D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798D6; }
p { color: rgb(247,152,214); }
H1.HeaderClassName
{
color: #F798D6;
}
.AnyTagClassName
{
color: #F798D6;
}
</style>
background-color css
<style>
a { background-color: #F798D6; }
a { background-color: rgb(247,152,214); }
div.DivClassName
{
background-color: #F798D6;
}
.BgClassName
{
background-color: #F798D6;
}
</style>
border-color css
<style>
span { border-color: #F798D6; }
span { border-color: rgb(247,152,214); }
td.TdClassName
{
border-color: #F798D6;
}
.TagClassName
{
border-color: #F798D6;
}
</style>