Shades of Lavender Rose #F79BD5
Tints of Lavender Rose #F79BD5
RGB
CMYK
RGB Variations
Color information
#F79BD5 (or 0xF79BD5) is known color: Lavender Rose. HEX triplet: F7, 9B and D5. RGB value is (247,155,213). Sum of RGB (Red+Green+Blue) = 247+155+213=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BD5 is #08642A. Grayscale: #BCBCBC. Windows color (decimal): -549931 or 13999095. OLE color: 13999095.
HSL color Cylindrical-coordinate representation of color #F79BD5: hue angle of 322.17º 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 #F79BD5 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 213 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.03 |
| HSL | 322.17º | 0.85% | 0.79% | - |
| HSV(B) | 322.17º | 0.37% | 0.97% | - |
| XYZ | 62.09 | 48.02 | 68.95 | - |
| YUV | 189.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 213 | 0 | 0.37 | 0.14 | 0.03 | 322.17 | 0.85 | 0.79 |
| Hex | F7 | 9B | D5 | 0 | 25 | E | 3 | 142 | 55 | 4F |
| Octal | 367 | 233 | 325 | 0 | 45 | 16 | 3 | 502 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11010101 | 0 | 100101 | 1110 | 11 | 101000010 | 1010101 | 1001111 |
Color Harmonies of #F79BD5
Complementary color
Monochromatic Colors of #F79BD5
Black with #F79BD5
Text Example
Text Example
White with #F79BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BD5; }
p { color: rgb(247,155,213); }
H1.HeaderClassName
{
color: #F79BD5;
}
.AnyTagClassName
{
color: #F79BD5;
}
</style>
background-color css
<style>
a { background-color: #F79BD5; }
a { background-color: rgb(247,155,213); }
div.DivClassName
{
background-color: #F79BD5;
}
.BgClassName
{
background-color: #F79BD5;
}
</style>
border-color css
<style>
span { border-color: #F79BD5; }
span { border-color: rgb(247,155,213); }
td.TdClassName
{
border-color: #F79BD5;
}
.TagClassName
{
border-color: #F79BD5;
}
</style>