Shades of Lavender Rose #F799DE
Tints of Lavender Rose #F799DE
RGB
CMYK
RGB Variations
Color information
#F799DE (or 0xF799DE) is known color: Lavender Rose. HEX triplet: F7, 99 and DE. RGB value is (247,153,222). Sum of RGB (Red+Green+Blue) = 247+153+222=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F799DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799DE is #086621. Grayscale: #BCBCBC. Windows color (decimal): -550434 or 14588407. OLE color: 14588407.
HSL color Cylindrical-coordinate representation of color #F799DE: hue angle of 315.96º 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 #F799DE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 222 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.03 |
| HSL | 315.96º | 0.85% | 0.78% | - |
| HSV(B) | 315.96º | 0.38% | 0.97% | - |
| XYZ | 62.93 | 47.83 | 75.02 | - |
| YUV | 188.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 222 | 0 | 0.38 | 0.10 | 0.03 | 315.96 | 0.85 | 0.78 |
| Hex | F7 | 99 | DE | 0 | 26 | A | 3 | 13C | 55 | 4E |
| Octal | 367 | 231 | 336 | 0 | 46 | 12 | 3 | 474 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11011110 | 0 | 100110 | 1010 | 11 | 100111100 | 1010101 | 1001110 |
Color Harmonies of #F799DE
Complementary color
Monochromatic Colors of #F799DE
Black with #F799DE
Text Example
Text Example
White with #F799DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799DE; }
p { color: rgb(247,153,222); }
H1.HeaderClassName
{
color: #F799DE;
}
.AnyTagClassName
{
color: #F799DE;
}
</style>
background-color css
<style>
a { background-color: #F799DE; }
a { background-color: rgb(247,153,222); }
div.DivClassName
{
background-color: #F799DE;
}
.BgClassName
{
background-color: #F799DE;
}
</style>
border-color css
<style>
span { border-color: #F799DE; }
span { border-color: rgb(247,153,222); }
td.TdClassName
{
border-color: #F799DE;
}
.TagClassName
{
border-color: #F799DE;
}
</style>