Shades of Lavender Rose #F799DC
Tints of Lavender Rose #F799DC
RGB
CMYK
RGB Variations
Color information
#F799DC (or 0xF799DC) is known color: Lavender Rose. HEX triplet: F7, 99 and DC. RGB value is (247,153,220). Sum of RGB (Red+Green+Blue) = 247+153+220=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F799DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799DC is #086623. Grayscale: #BCBCBC. Windows color (decimal): -550436 or 14457335. OLE color: 14457335.
HSL color Cylindrical-coordinate representation of color #F799DC: hue angle of 317.23º 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 #F799DC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 220 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 317.23º | 0.85% | 0.78% | - |
| HSV(B) | 317.23º | 0.38% | 0.97% | - |
| XYZ | 62.67 | 47.72 | 73.62 | - |
| YUV | 188.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 220 | 0 | 0.38 | 0.11 | 0.03 | 317.23 | 0.85 | 0.78 |
| Hex | F7 | 99 | DC | 0 | 26 | B | 3 | 13D | 55 | 4E |
| Octal | 367 | 231 | 334 | 0 | 46 | 13 | 3 | 475 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11011100 | 0 | 100110 | 1011 | 11 | 100111101 | 1010101 | 1001110 |
Color Harmonies of #F799DC
Complementary color
Monochromatic Colors of #F799DC
Black with #F799DC
Text Example
Text Example
White with #F799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799DC; }
p { color: rgb(247,153,220); }
H1.HeaderClassName
{
color: #F799DC;
}
.AnyTagClassName
{
color: #F799DC;
}
</style>
background-color css
<style>
a { background-color: #F799DC; }
a { background-color: rgb(247,153,220); }
div.DivClassName
{
background-color: #F799DC;
}
.BgClassName
{
background-color: #F799DC;
}
</style>
border-color css
<style>
span { border-color: #F799DC; }
span { border-color: rgb(247,153,220); }
td.TdClassName
{
border-color: #F799DC;
}
.TagClassName
{
border-color: #F799DC;
}
</style>