Shades of Lavender Rose #F7A0D8
Tints of Lavender Rose #F7A0D8
RGB
CMYK
RGB Variations
Color information
#F7A0D8 (or 0xF7A0D8) is known color: Lavender Rose. HEX triplet: F7, A0 and D8. RGB value is (247,160,216). Sum of RGB (Red+Green+Blue) = 247+160+216=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0D8 is #085F27. Grayscale: #C0C0C0. Windows color (decimal): -548648 or 14196983. OLE color: 14196983.
HSL color Cylindrical-coordinate representation of color #F7A0D8: hue angle of 321.38º 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 #F7A0D8 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 216 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.03 |
| HSL | 321.38º | 0.84% | 0.8% | - |
| HSV(B) | 321.38º | 0.35% | 0.97% | - |
| XYZ | 63.32 | 49.87 | 71.25 | - |
| YUV | 192.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 216 | 0 | 0.35 | 0.13 | 0.03 | 321.38 | 0.84 | 0.8 |
| Hex | F7 | A0 | D8 | 0 | 23 | D | 3 | 141 | 54 | 50 |
| Octal | 367 | 240 | 330 | 0 | 43 | 15 | 3 | 501 | 124 | 120 |
| Binary | 11110111 | 10100000 | 11011000 | 0 | 100011 | 1101 | 11 | 101000001 | 1010100 | 1010000 |
Color Harmonies of #F7A0D8
Complementary color
Monochromatic Colors of #F7A0D8
Black with #F7A0D8
Text Example
Text Example
White with #F7A0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0D8; }
p { color: rgb(247,160,216); }
H1.HeaderClassName
{
color: #F7A0D8;
}
.AnyTagClassName
{
color: #F7A0D8;
}
</style>
background-color css
<style>
a { background-color: #F7A0D8; }
a { background-color: rgb(247,160,216); }
div.DivClassName
{
background-color: #F7A0D8;
}
.BgClassName
{
background-color: #F7A0D8;
}
</style>
border-color css
<style>
span { border-color: #F7A0D8; }
span { border-color: rgb(247,160,216); }
td.TdClassName
{
border-color: #F7A0D8;
}
.TagClassName
{
border-color: #F7A0D8;
}
</style>