Shades of Lavender Rose #F799D5
Tints of Lavender Rose #F799D5
RGB
CMYK
RGB Variations
Color information
#F799D5 (or 0xF799D5) is known color: Lavender Rose. HEX triplet: F7, 99 and D5. RGB value is (247,153,213). Sum of RGB (Red+Green+Blue) = 247+153+213=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F799D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799D5 is #08662A. Grayscale: #BBBBBB. Windows color (decimal): -550443 or 13998583. OLE color: 13998583.
HSL color Cylindrical-coordinate representation of color #F799D5: hue angle of 321.7º 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 #F799D5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 213 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.03 |
| HSL | 321.7º | 0.85% | 0.78% | - |
| HSV(B) | 321.7º | 0.38% | 0.97% | - |
| XYZ | 61.76 | 47.36 | 68.84 | - |
| YUV | 187.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 213 | 0 | 0.38 | 0.14 | 0.03 | 321.7 | 0.85 | 0.78 |
| Hex | F7 | 99 | D5 | 0 | 26 | E | 3 | 142 | 55 | 4E |
| Octal | 367 | 231 | 325 | 0 | 46 | 16 | 3 | 502 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11010101 | 0 | 100110 | 1110 | 11 | 101000010 | 1010101 | 1001110 |
Color Harmonies of #F799D5
Complementary color
Monochromatic Colors of #F799D5
Black with #F799D5
Text Example
Text Example
White with #F799D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799D5; }
p { color: rgb(247,153,213); }
H1.HeaderClassName
{
color: #F799D5;
}
.AnyTagClassName
{
color: #F799D5;
}
</style>
background-color css
<style>
a { background-color: #F799D5; }
a { background-color: rgb(247,153,213); }
div.DivClassName
{
background-color: #F799D5;
}
.BgClassName
{
background-color: #F799D5;
}
</style>
border-color css
<style>
span { border-color: #F799D5; }
span { border-color: rgb(247,153,213); }
td.TdClassName
{
border-color: #F799D5;
}
.TagClassName
{
border-color: #F799D5;
}
</style>