Shades of Lavender Rose #F799E8
Tints of Lavender Rose #F799E8
RGB
CMYK
RGB Variations
Color information
#F799E8 (or 0xF799E8) is known color: Lavender Rose. HEX triplet: F7, 99 and E8. RGB value is (247,153,232). Sum of RGB (Red+Green+Blue) = 247+153+232=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F799E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F799E8 is #086617. Grayscale: #BDBDBD. Windows color (decimal): -550424 or 15243767. OLE color: 15243767.
HSL color Cylindrical-coordinate representation of color #F799E8: hue angle of 309.57º degrees, saturation: 0.85, 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 #F799E8 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 232 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.03 |
| HSL | 309.57º | 0.85% | 0.78% | - |
| HSV(B) | 309.57º | 0.38% | 0.97% | - |
| XYZ | 64.31 | 48.38 | 82.29 | - |
| YUV | 190.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 232 | 0 | 0.38 | 0.06 | 0.03 | 309.57 | 0.85 | 0.78 |
| Hex | F7 | 99 | E8 | 0 | 26 | 6 | 3 | 136 | 55 | 4E |
| Octal | 367 | 231 | 350 | 0 | 46 | 6 | 3 | 466 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11101000 | 0 | 100110 | 110 | 11 | 100110110 | 1010101 | 1001110 |
Color Harmonies of #F799E8
Complementary color
Monochromatic Colors of #F799E8
Black with #F799E8
Text Example
Text Example
White with #F799E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799E8; }
p { color: rgb(247,153,232); }
H1.HeaderClassName
{
color: #F799E8;
}
.AnyTagClassName
{
color: #F799E8;
}
</style>
background-color css
<style>
a { background-color: #F799E8; }
a { background-color: rgb(247,153,232); }
div.DivClassName
{
background-color: #F799E8;
}
.BgClassName
{
background-color: #F799E8;
}
</style>
border-color css
<style>
span { border-color: #F799E8; }
span { border-color: rgb(247,153,232); }
td.TdClassName
{
border-color: #F799E8;
}
.TagClassName
{
border-color: #F799E8;
}
</style>