Shades of Lavender Rose #F795DB
Tints of Lavender Rose #F795DB
RGB
CMYK
RGB Variations
Color information
#F795DB (or 0xF795DB) is known color: Lavender Rose. HEX triplet: F7, 95 and DB. RGB value is (247,149,219). Sum of RGB (Red+Green+Blue) = 247+149+219=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F795DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795DB is #086A24. Grayscale: #BABABA. Windows color (decimal): -551461 or 14390775. OLE color: 14390775.
HSL color Cylindrical-coordinate representation of color #F795DB: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795DB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 219 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.03 |
| HSL | 317.14º | 0.86% | 0.78% | - |
| HSV(B) | 317.14º | 0.4% | 0.97% | - |
| XYZ | 61.89 | 46.38 | 72.71 | - |
| YUV | 186.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 219 | 0 | 0.40 | 0.11 | 0.03 | 317.14 | 0.86 | 0.78 |
| Hex | F7 | 95 | DB | 0 | 28 | B | 3 | 13D | 56 | 4E |
| Octal | 367 | 225 | 333 | 0 | 50 | 13 | 3 | 475 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11011011 | 0 | 101000 | 1011 | 11 | 100111101 | 1010110 | 1001110 |
Color Harmonies of #F795DB
Complementary color
Monochromatic Colors of #F795DB
Black with #F795DB
Text Example
Text Example
White with #F795DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795DB; }
p { color: rgb(247,149,219); }
H1.HeaderClassName
{
color: #F795DB;
}
.AnyTagClassName
{
color: #F795DB;
}
</style>
background-color css
<style>
a { background-color: #F795DB; }
a { background-color: rgb(247,149,219); }
div.DivClassName
{
background-color: #F795DB;
}
.BgClassName
{
background-color: #F795DB;
}
</style>
border-color css
<style>
span { border-color: #F795DB; }
span { border-color: rgb(247,149,219); }
td.TdClassName
{
border-color: #F795DB;
}
.TagClassName
{
border-color: #F795DB;
}
</style>