Shades of Lavender Rose #F798ED
Tints of Lavender Rose #F798ED
RGB
CMYK
RGB Variations
Color information
#F798ED (or 0xF798ED) is known color: Lavender Rose. HEX triplet: F7, 98 and ED. RGB value is (247,152,237). Sum of RGB (Red+Green+Blue) = 247+152+237=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F798ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F798ED is #086712. Grayscale: #BDBDBD. Windows color (decimal): -550675 or 15571191. OLE color: 15571191.
HSL color Cylindrical-coordinate representation of color #F798ED: hue angle of 306.32º 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 #F798ED is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 237 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.03 |
| HSL | 306.32º | 0.86% | 0.78% | - |
| HSV(B) | 306.32º | 0.38% | 0.97% | - |
| XYZ | 64.87 | 48.35 | 86.03 | - |
| YUV | 190.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 237 | 0 | 0.38 | 0.04 | 0.03 | 306.32 | 0.86 | 0.78 |
| Hex | F7 | 98 | ED | 0 | 26 | 4 | 3 | 132 | 56 | 4E |
| Octal | 367 | 230 | 355 | 0 | 46 | 4 | 3 | 462 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11101101 | 0 | 100110 | 100 | 11 | 100110010 | 1010110 | 1001110 |
Color Harmonies of #F798ED
Complementary color
Monochromatic Colors of #F798ED
Black with #F798ED
Text Example
Text Example
White with #F798ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798ED; }
p { color: rgb(247,152,237); }
H1.HeaderClassName
{
color: #F798ED;
}
.AnyTagClassName
{
color: #F798ED;
}
</style>
background-color css
<style>
a { background-color: #F798ED; }
a { background-color: rgb(247,152,237); }
div.DivClassName
{
background-color: #F798ED;
}
.BgClassName
{
background-color: #F798ED;
}
</style>
border-color css
<style>
span { border-color: #F798ED; }
span { border-color: rgb(247,152,237); }
td.TdClassName
{
border-color: #F798ED;
}
.TagClassName
{
border-color: #F798ED;
}
</style>