Shades of Lavender Rose #F798E9
Tints of Lavender Rose #F798E9
RGB
CMYK
RGB Variations
Color information
#F798E9 (or 0xF798E9) is known color: Lavender Rose. HEX triplet: F7, 98 and E9. RGB value is (247,152,233). Sum of RGB (Red+Green+Blue) = 247+152+233=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F798E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F798E9 is #086716. Grayscale: #BDBDBD. Windows color (decimal): -550679 or 15309047. OLE color: 15309047.
HSL color Cylindrical-coordinate representation of color #F798E9: hue angle of 308.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 #F798E9 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 233 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.03 |
| HSL | 308.84º | 0.86% | 0.78% | - |
| HSV(B) | 308.84º | 0.38% | 0.97% | - |
| XYZ | 64.29 | 48.11 | 82.99 | - |
| YUV | 189.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 233 | 0 | 0.38 | 0.06 | 0.03 | 308.84 | 0.86 | 0.78 |
| Hex | F7 | 98 | E9 | 0 | 26 | 6 | 3 | 135 | 56 | 4E |
| Octal | 367 | 230 | 351 | 0 | 46 | 6 | 3 | 465 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11101001 | 0 | 100110 | 110 | 11 | 100110101 | 1010110 | 1001110 |
Color Harmonies of #F798E9
Complementary color
Monochromatic Colors of #F798E9
Black with #F798E9
Text Example
Text Example
White with #F798E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798E9; }
p { color: rgb(247,152,233); }
H1.HeaderClassName
{
color: #F798E9;
}
.AnyTagClassName
{
color: #F798E9;
}
</style>
background-color css
<style>
a { background-color: #F798E9; }
a { background-color: rgb(247,152,233); }
div.DivClassName
{
background-color: #F798E9;
}
.BgClassName
{
background-color: #F798E9;
}
</style>
border-color css
<style>
span { border-color: #F798E9; }
span { border-color: rgb(247,152,233); }
td.TdClassName
{
border-color: #F798E9;
}
.TagClassName
{
border-color: #F798E9;
}
</style>