Shades of Lavender Rose #F7A6D8
Tints of Lavender Rose #F7A6D8
RGB
CMYK
RGB Variations
Color information
#F7A6D8 (or 0xF7A6D8) is known color: Lavender Rose. HEX triplet: F7, A6 and D8. RGB value is (247,166,216). Sum of RGB (Red+Green+Blue) = 247+166+216=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6D8 is #085927. Grayscale: #C3C3C3. Windows color (decimal): -547112 or 14198519. OLE color: 14198519.
HSL color Cylindrical-coordinate representation of color #F7A6D8: hue angle of 322.96º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6D8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 216 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.03 |
| HSL | 322.96º | 0.84% | 0.81% | - |
| HSV(B) | 322.96º | 0.33% | 0.97% | - |
| XYZ | 64.39 | 52 | 71.61 | - |
| YUV | 195.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 216 | 0 | 0.33 | 0.13 | 0.03 | 322.96 | 0.84 | 0.81 |
| Hex | F7 | A6 | D8 | 0 | 21 | D | 3 | 143 | 54 | 51 |
| Octal | 367 | 246 | 330 | 0 | 41 | 15 | 3 | 503 | 124 | 121 |
| Binary | 11110111 | 10100110 | 11011000 | 0 | 100001 | 1101 | 11 | 101000011 | 1010100 | 1010001 |
Color Harmonies of #F7A6D8
Complementary color
Monochromatic Colors of #F7A6D8
Black with #F7A6D8
Text Example
Text Example
White with #F7A6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A6D8; }
p { color: rgb(247,166,216); }
H1.HeaderClassName
{
color: #F7A6D8;
}
.AnyTagClassName
{
color: #F7A6D8;
}
</style>
background-color css
<style>
a { background-color: #F7A6D8; }
a { background-color: rgb(247,166,216); }
div.DivClassName
{
background-color: #F7A6D8;
}
.BgClassName
{
background-color: #F7A6D8;
}
</style>
border-color css
<style>
span { border-color: #F7A6D8; }
span { border-color: rgb(247,166,216); }
td.TdClassName
{
border-color: #F7A6D8;
}
.TagClassName
{
border-color: #F7A6D8;
}
</style>