Shades of Lavender Rose #F798E2
Tints of Lavender Rose #F798E2
RGB
CMYK
RGB Variations
Color information
#F798E2 (or 0xF798E2) is known color: Lavender Rose. HEX triplet: F7, 98 and E2. RGB value is (247,152,226). Sum of RGB (Red+Green+Blue) = 247+152+226=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F798E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798E2 is #08671D. Grayscale: #BCBCBC. Windows color (decimal): -550686 or 14850295. OLE color: 14850295.
HSL color Cylindrical-coordinate representation of color #F798E2: hue angle of 313.26º 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 #F798E2 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 226 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.03 |
| HSL | 313.26º | 0.86% | 0.78% | - |
| HSV(B) | 313.26º | 0.38% | 0.97% | - |
| XYZ | 63.31 | 47.72 | 77.83 | - |
| YUV | 188.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 226 | 0 | 0.38 | 0.09 | 0.03 | 313.26 | 0.86 | 0.78 |
| Hex | F7 | 98 | E2 | 0 | 26 | 9 | 3 | 139 | 56 | 4E |
| Octal | 367 | 230 | 342 | 0 | 46 | 11 | 3 | 471 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11100010 | 0 | 100110 | 1001 | 11 | 100111001 | 1010110 | 1001110 |
Color Harmonies of #F798E2
Complementary color
Monochromatic Colors of #F798E2
Black with #F798E2
Text Example
Text Example
White with #F798E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798E2; }
p { color: rgb(247,152,226); }
H1.HeaderClassName
{
color: #F798E2;
}
.AnyTagClassName
{
color: #F798E2;
}
</style>
background-color css
<style>
a { background-color: #F798E2; }
a { background-color: rgb(247,152,226); }
div.DivClassName
{
background-color: #F798E2;
}
.BgClassName
{
background-color: #F798E2;
}
</style>
border-color css
<style>
span { border-color: #F798E2; }
span { border-color: rgb(247,152,226); }
td.TdClassName
{
border-color: #F798E2;
}
.TagClassName
{
border-color: #F798E2;
}
</style>