Shades of Lavender Rose #F7A7DA
Tints of Lavender Rose #F7A7DA
RGB
CMYK
RGB Variations
Color information
#F7A7DA (or 0xF7A7DA) is known color: Lavender Rose. HEX triplet: F7, A7 and DA. RGB value is (247,167,218). Sum of RGB (Red+Green+Blue) = 247+167+218=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7DA is #085825. Grayscale: #C4C4C4. Windows color (decimal): -546854 or 14329847. OLE color: 14329847.
HSL color Cylindrical-coordinate representation of color #F7A7DA: hue angle of 321.75º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A7DA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 218 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.03 |
| HSL | 321.75º | 0.83% | 0.81% | - |
| HSV(B) | 321.75º | 0.32% | 0.97% | - |
| XYZ | 64.83 | 52.47 | 73.04 | - |
| YUV | 196.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 218 | 0 | 0.32 | 0.12 | 0.03 | 321.75 | 0.83 | 0.81 |
| Hex | F7 | A7 | DA | 0 | 20 | C | 3 | 142 | 53 | 51 |
| Octal | 367 | 247 | 332 | 0 | 40 | 14 | 3 | 502 | 123 | 121 |
| Binary | 11110111 | 10100111 | 11011010 | 0 | 100000 | 1100 | 11 | 101000010 | 1010011 | 1010001 |
Color Harmonies of #F7A7DA
Complementary color
Monochromatic Colors of #F7A7DA
Black with #F7A7DA
Text Example
Text Example
White with #F7A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A7DA; }
p { color: rgb(247,167,218); }
H1.HeaderClassName
{
color: #F7A7DA;
}
.AnyTagClassName
{
color: #F7A7DA;
}
</style>
background-color css
<style>
a { background-color: #F7A7DA; }
a { background-color: rgb(247,167,218); }
div.DivClassName
{
background-color: #F7A7DA;
}
.BgClassName
{
background-color: #F7A7DA;
}
</style>
border-color css
<style>
span { border-color: #F7A7DA; }
span { border-color: rgb(247,167,218); }
td.TdClassName
{
border-color: #F7A7DA;
}
.TagClassName
{
border-color: #F7A7DA;
}
</style>