Shades of Lavender Rose #F795DF
Tints of Lavender Rose #F795DF
RGB
CMYK
RGB Variations
Color information
#F795DF (or 0xF795DF) is known color: Lavender Rose. HEX triplet: F7, 95 and DF. RGB value is (247,149,223). Sum of RGB (Red+Green+Blue) = 247+149+223=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F795DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795DF is #086A20. Grayscale: #BABABA. Windows color (decimal): -551457 or 14652919. OLE color: 14652919.
HSL color Cylindrical-coordinate representation of color #F795DF: hue angle of 314.69º 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 #F795DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 223 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.03 |
| HSL | 314.69º | 0.86% | 0.78% | - |
| HSV(B) | 314.69º | 0.4% | 0.97% | - |
| XYZ | 62.42 | 46.6 | 75.52 | - |
| YUV | 186.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 223 | 0 | 0.40 | 0.10 | 0.03 | 314.69 | 0.86 | 0.78 |
| Hex | F7 | 95 | DF | 0 | 28 | A | 3 | 13B | 56 | 4E |
| Octal | 367 | 225 | 337 | 0 | 50 | 12 | 3 | 473 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11011111 | 0 | 101000 | 1010 | 11 | 100111011 | 1010110 | 1001110 |
Color Harmonies of #F795DF
Complementary color
Monochromatic Colors of #F795DF
Black with #F795DF
Text Example
Text Example
White with #F795DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795DF; }
p { color: rgb(247,149,223); }
H1.HeaderClassName
{
color: #F795DF;
}
.AnyTagClassName
{
color: #F795DF;
}
</style>
background-color css
<style>
a { background-color: #F795DF; }
a { background-color: rgb(247,149,223); }
div.DivClassName
{
background-color: #F795DF;
}
.BgClassName
{
background-color: #F795DF;
}
</style>
border-color css
<style>
span { border-color: #F795DF; }
span { border-color: rgb(247,149,223); }
td.TdClassName
{
border-color: #F795DF;
}
.TagClassName
{
border-color: #F795DF;
}
</style>