Shades of Lavender Rose #F7A0D7
Tints of Lavender Rose #F7A0D7
RGB
CMYK
RGB Variations
Color information
#F7A0D7 (or 0xF7A0D7) is known color: Lavender Rose. HEX triplet: F7, A0 and D7. RGB value is (247,160,215). Sum of RGB (Red+Green+Blue) = 247+160+215=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0D7 is #085F28. Grayscale: #C0C0C0. Windows color (decimal): -548649 or 14131447. OLE color: 14131447.
HSL color Cylindrical-coordinate representation of color #F7A0D7: hue angle of 322.07º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0D7 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 215 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.03 |
| HSL | 322.07º | 0.84% | 0.8% | - |
| HSV(B) | 322.07º | 0.35% | 0.97% | - |
| XYZ | 63.19 | 49.82 | 70.58 | - |
| YUV | 192.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 215 | 0 | 0.35 | 0.13 | 0.03 | 322.07 | 0.84 | 0.8 |
| Hex | F7 | A0 | D7 | 0 | 23 | D | 3 | 142 | 54 | 50 |
| Octal | 367 | 240 | 327 | 0 | 43 | 15 | 3 | 502 | 124 | 120 |
| Binary | 11110111 | 10100000 | 11010111 | 0 | 100011 | 1101 | 11 | 101000010 | 1010100 | 1010000 |
Color Harmonies of #F7A0D7
Complementary color
Monochromatic Colors of #F7A0D7
Black with #F7A0D7
Text Example
Text Example
White with #F7A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0D7; }
p { color: rgb(247,160,215); }
H1.HeaderClassName
{
color: #F7A0D7;
}
.AnyTagClassName
{
color: #F7A0D7;
}
</style>
background-color css
<style>
a { background-color: #F7A0D7; }
a { background-color: rgb(247,160,215); }
div.DivClassName
{
background-color: #F7A0D7;
}
.BgClassName
{
background-color: #F7A0D7;
}
</style>
border-color css
<style>
span { border-color: #F7A0D7; }
span { border-color: rgb(247,160,215); }
td.TdClassName
{
border-color: #F7A0D7;
}
.TagClassName
{
border-color: #F7A0D7;
}
</style>