Shades of Lavender Rose #F7ADDD
Tints of Lavender Rose #F7ADDD
RGB
CMYK
RGB Variations
Color information
#F7ADDD (or 0xF7ADDD) is known color: Lavender Rose. HEX triplet: F7, AD and DD. RGB value is (247,173,221). Sum of RGB (Red+Green+Blue) = 247+173+221=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADDD is #085222. Grayscale: #C8C8C8. Windows color (decimal): -545315 or 14527991. OLE color: 14527991.
HSL color Cylindrical-coordinate representation of color #F7ADDD: hue angle of 321.08º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADDD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 221 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 321.08º | 0.82% | 0.82% | - |
| HSV(B) | 321.08º | 0.3% | 0.97% | - |
| XYZ | 66.35 | 54.88 | 75.5 | - |
| YUV | 200.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 221 | 0 | 0.30 | 0.11 | 0.03 | 321.08 | 0.82 | 0.82 |
| Hex | F7 | AD | DD | 0 | 1E | B | 3 | 141 | 52 | 52 |
| Octal | 367 | 255 | 335 | 0 | 36 | 13 | 3 | 501 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11011101 | 0 | 11110 | 1011 | 11 | 101000001 | 1010010 | 1010010 |
Color Harmonies of #F7ADDD
Complementary color
Monochromatic Colors of #F7ADDD
Black with #F7ADDD
Text Example
Text Example
White with #F7ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADDD; }
p { color: rgb(247,173,221); }
H1.HeaderClassName
{
color: #F7ADDD;
}
.AnyTagClassName
{
color: #F7ADDD;
}
</style>
background-color css
<style>
a { background-color: #F7ADDD; }
a { background-color: rgb(247,173,221); }
div.DivClassName
{
background-color: #F7ADDD;
}
.BgClassName
{
background-color: #F7ADDD;
}
</style>
border-color css
<style>
span { border-color: #F7ADDD; }
span { border-color: rgb(247,173,221); }
td.TdClassName
{
border-color: #F7ADDD;
}
.TagClassName
{
border-color: #F7ADDD;
}
</style>