Shades of Lavender Rose #F799D2
Tints of Lavender Rose #F799D2
RGB
CMYK
RGB Variations
Color information
#F799D2 (or 0xF799D2) is known color: Lavender Rose. HEX triplet: F7, 99 and D2. RGB value is (247,153,210). Sum of RGB (Red+Green+Blue) = 247+153+210=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F799D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799D2 is #08662D. Grayscale: #BBBBBB. Windows color (decimal): -550446 or 13801975. OLE color: 13801975.
HSL color Cylindrical-coordinate representation of color #F799D2: hue angle of 323.62º 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 #F799D2 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 210 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.03 |
| HSL | 323.62º | 0.85% | 0.78% | - |
| HSV(B) | 323.62º | 0.38% | 0.97% | - |
| XYZ | 61.38 | 47.21 | 66.85 | - |
| YUV | 187.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 210 | 0 | 0.38 | 0.15 | 0.03 | 323.62 | 0.85 | 0.78 |
| Hex | F7 | 99 | D2 | 0 | 26 | F | 3 | 144 | 55 | 4E |
| Octal | 367 | 231 | 322 | 0 | 46 | 17 | 3 | 504 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11010010 | 0 | 100110 | 1111 | 11 | 101000100 | 1010101 | 1001110 |
Color Harmonies of #F799D2
Complementary color
Monochromatic Colors of #F799D2
Black with #F799D2
Text Example
Text Example
White with #F799D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799D2; }
p { color: rgb(247,153,210); }
H1.HeaderClassName
{
color: #F799D2;
}
.AnyTagClassName
{
color: #F799D2;
}
</style>
background-color css
<style>
a { background-color: #F799D2; }
a { background-color: rgb(247,153,210); }
div.DivClassName
{
background-color: #F799D2;
}
.BgClassName
{
background-color: #F799D2;
}
</style>
border-color css
<style>
span { border-color: #F799D2; }
span { border-color: rgb(247,153,210); }
td.TdClassName
{
border-color: #F799D2;
}
.TagClassName
{
border-color: #F799D2;
}
</style>