Shades of Lavender Rose #F799D8
Tints of Lavender Rose #F799D8
RGB
CMYK
RGB Variations
Color information
#F799D8 (or 0xF799D8) is known color: Lavender Rose. HEX triplet: F7, 99 and D8. RGB value is (247,153,216). Sum of RGB (Red+Green+Blue) = 247+153+216=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F799D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799D8 is #086627. Grayscale: #BCBCBC. Windows color (decimal): -550440 or 14195191. OLE color: 14195191.
HSL color Cylindrical-coordinate representation of color #F799D8: hue angle of 319.79º 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 #F799D8 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 216 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.03 |
| HSL | 319.79º | 0.85% | 0.78% | - |
| HSV(B) | 319.79º | 0.38% | 0.97% | - |
| XYZ | 62.14 | 47.51 | 70.86 | - |
| YUV | 188.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 216 | 0 | 0.38 | 0.13 | 0.03 | 319.79 | 0.85 | 0.78 |
| Hex | F7 | 99 | D8 | 0 | 26 | D | 3 | 140 | 55 | 4E |
| Octal | 367 | 231 | 330 | 0 | 46 | 15 | 3 | 500 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11011000 | 0 | 100110 | 1101 | 11 | 101000000 | 1010101 | 1001110 |
Color Harmonies of #F799D8
Complementary color
Monochromatic Colors of #F799D8
Black with #F799D8
Text Example
Text Example
White with #F799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799D8; }
p { color: rgb(247,153,216); }
H1.HeaderClassName
{
color: #F799D8;
}
.AnyTagClassName
{
color: #F799D8;
}
</style>
background-color css
<style>
a { background-color: #F799D8; }
a { background-color: rgb(247,153,216); }
div.DivClassName
{
background-color: #F799D8;
}
.BgClassName
{
background-color: #F799D8;
}
</style>
border-color css
<style>
span { border-color: #F799D8; }
span { border-color: rgb(247,153,216); }
td.TdClassName
{
border-color: #F799D8;
}
.TagClassName
{
border-color: #F799D8;
}
</style>