Shades of Lavender Rose #F7A8DD
Tints of Lavender Rose #F7A8DD
RGB
CMYK
RGB Variations
Color information
#F7A8DD (or 0xF7A8DD) is known color: Lavender Rose. HEX triplet: F7, A8 and DD. RGB value is (247,168,221). Sum of RGB (Red+Green+Blue) = 247+168+221=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8DD is #085722. Grayscale: #C5C5C5. Windows color (decimal): -546595 or 14526711. OLE color: 14526711.
HSL color Cylindrical-coordinate representation of color #F7A8DD: hue angle of 319.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 #F7A8DD is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 221 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.03 |
| HSL | 319.75º | 0.83% | 0.81% | - |
| HSV(B) | 319.75º | 0.32% | 0.97% | - |
| XYZ | 65.41 | 53 | 75.19 | - |
| YUV | 197.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 221 | 0 | 0.32 | 0.11 | 0.03 | 319.75 | 0.83 | 0.81 |
| Hex | F7 | A8 | DD | 0 | 20 | B | 3 | 140 | 53 | 51 |
| Octal | 367 | 250 | 335 | 0 | 40 | 13 | 3 | 500 | 123 | 121 |
| Binary | 11110111 | 10101000 | 11011101 | 0 | 100000 | 1011 | 11 | 101000000 | 1010011 | 1010001 |
Color Harmonies of #F7A8DD
Complementary color
Monochromatic Colors of #F7A8DD
Black with #F7A8DD
Text Example
Text Example
White with #F7A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8DD; }
p { color: rgb(247,168,221); }
H1.HeaderClassName
{
color: #F7A8DD;
}
.AnyTagClassName
{
color: #F7A8DD;
}
</style>
background-color css
<style>
a { background-color: #F7A8DD; }
a { background-color: rgb(247,168,221); }
div.DivClassName
{
background-color: #F7A8DD;
}
.BgClassName
{
background-color: #F7A8DD;
}
</style>
border-color css
<style>
span { border-color: #F7A8DD; }
span { border-color: rgb(247,168,221); }
td.TdClassName
{
border-color: #F7A8DD;
}
.TagClassName
{
border-color: #F7A8DD;
}
</style>