Shades of Lavender Rose #F796DE
Tints of Lavender Rose #F796DE
RGB
CMYK
RGB Variations
Color information
#F796DE (or 0xF796DE) is known color: Lavender Rose. HEX triplet: F7, 96 and DE. RGB value is (247,150,222). Sum of RGB (Red+Green+Blue) = 247+150+222=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F796DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796DE is #086921. Grayscale: #BBBBBB. Windows color (decimal): -551202 or 14587639. OLE color: 14587639.
HSL color Cylindrical-coordinate representation of color #F796DE: hue angle of 315.46º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796DE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 222 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.03 |
| HSL | 315.46º | 0.86% | 0.78% | - |
| HSV(B) | 315.46º | 0.39% | 0.97% | - |
| XYZ | 62.45 | 46.86 | 74.86 | - |
| YUV | 187.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 222 | 0 | 0.39 | 0.10 | 0.03 | 315.46 | 0.86 | 0.78 |
| Hex | F7 | 96 | DE | 0 | 27 | A | 3 | 13B | 56 | 4E |
| Octal | 367 | 226 | 336 | 0 | 47 | 12 | 3 | 473 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11011110 | 0 | 100111 | 1010 | 11 | 100111011 | 1010110 | 1001110 |
Color Harmonies of #F796DE
Complementary color
Monochromatic Colors of #F796DE
Black with #F796DE
Text Example
Text Example
White with #F796DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796DE; }
p { color: rgb(247,150,222); }
H1.HeaderClassName
{
color: #F796DE;
}
.AnyTagClassName
{
color: #F796DE;
}
</style>
background-color css
<style>
a { background-color: #F796DE; }
a { background-color: rgb(247,150,222); }
div.DivClassName
{
background-color: #F796DE;
}
.BgClassName
{
background-color: #F796DE;
}
</style>
border-color css
<style>
span { border-color: #F796DE; }
span { border-color: rgb(247,150,222); }
td.TdClassName
{
border-color: #F796DE;
}
.TagClassName
{
border-color: #F796DE;
}
</style>