Shades of Lavender Rose #F79BDF
Tints of Lavender Rose #F79BDF
RGB
CMYK
RGB Variations
Color information
#F79BDF (or 0xF79BDF) is known color: Lavender Rose. HEX triplet: F7, 9B and DF. RGB value is (247,155,223). Sum of RGB (Red+Green+Blue) = 247+155+223=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BDF is #086420. Grayscale: #BEBEBE. Windows color (decimal): -549921 or 14654455. OLE color: 14654455.
HSL color Cylindrical-coordinate representation of color #F79BDF: hue angle of 315.65º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BDF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 223 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.03 |
| HSL | 315.65º | 0.85% | 0.79% | - |
| HSV(B) | 315.65º | 0.37% | 0.97% | - |
| XYZ | 63.4 | 48.54 | 75.84 | - |
| YUV | 190.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 223 | 0 | 0.37 | 0.10 | 0.03 | 315.65 | 0.85 | 0.79 |
| Hex | F7 | 9B | DF | 0 | 25 | A | 3 | 13C | 55 | 4F |
| Octal | 367 | 233 | 337 | 0 | 45 | 12 | 3 | 474 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11011111 | 0 | 100101 | 1010 | 11 | 100111100 | 1010101 | 1001111 |
Color Harmonies of #F79BDF
Complementary color
Monochromatic Colors of #F79BDF
Black with #F79BDF
Text Example
Text Example
White with #F79BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BDF; }
p { color: rgb(247,155,223); }
H1.HeaderClassName
{
color: #F79BDF;
}
.AnyTagClassName
{
color: #F79BDF;
}
</style>
background-color css
<style>
a { background-color: #F79BDF; }
a { background-color: rgb(247,155,223); }
div.DivClassName
{
background-color: #F79BDF;
}
.BgClassName
{
background-color: #F79BDF;
}
</style>
border-color css
<style>
span { border-color: #F79BDF; }
span { border-color: rgb(247,155,223); }
td.TdClassName
{
border-color: #F79BDF;
}
.TagClassName
{
border-color: #F79BDF;
}
</style>