Shades of Lavender Rose #F796D4
Tints of Lavender Rose #F796D4
RGB
CMYK
RGB Variations
Color information
#F796D4 (or 0xF796D4) is known color: Lavender Rose. HEX triplet: F7, 96 and D4. RGB value is (247,150,212). Sum of RGB (Red+Green+Blue) = 247+150+212=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F796D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796D4 is #08692B. Grayscale: #B9B9B9. Windows color (decimal): -551212 or 13932279. OLE color: 13932279.
HSL color Cylindrical-coordinate representation of color #F796D4: hue angle of 321.65º 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 #F796D4 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 212 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.03 |
| HSL | 321.65º | 0.86% | 0.78% | - |
| HSV(B) | 321.65º | 0.39% | 0.97% | - |
| XYZ | 61.15 | 46.34 | 68.01 | - |
| YUV | 186.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 212 | 0 | 0.39 | 0.14 | 0.03 | 321.65 | 0.86 | 0.78 |
| Hex | F7 | 96 | D4 | 0 | 27 | E | 3 | 142 | 56 | 4E |
| Octal | 367 | 226 | 324 | 0 | 47 | 16 | 3 | 502 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11010100 | 0 | 100111 | 1110 | 11 | 101000010 | 1010110 | 1001110 |
Color Harmonies of #F796D4
Complementary color
Monochromatic Colors of #F796D4
Black with #F796D4
Text Example
Text Example
White with #F796D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796D4; }
p { color: rgb(247,150,212); }
H1.HeaderClassName
{
color: #F796D4;
}
.AnyTagClassName
{
color: #F796D4;
}
</style>
background-color css
<style>
a { background-color: #F796D4; }
a { background-color: rgb(247,150,212); }
div.DivClassName
{
background-color: #F796D4;
}
.BgClassName
{
background-color: #F796D4;
}
</style>
border-color css
<style>
span { border-color: #F796D4; }
span { border-color: rgb(247,150,212); }
td.TdClassName
{
border-color: #F796D4;
}
.TagClassName
{
border-color: #F796D4;
}
</style>