Shades of Lavender Rose #F7ADDF
Tints of Lavender Rose #F7ADDF
RGB
CMYK
RGB Variations
Color information
#F7ADDF (or 0xF7ADDF) is known color: Lavender Rose. HEX triplet: F7, AD and DF. RGB value is (247,173,223). Sum of RGB (Red+Green+Blue) = 247+173+223=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADDF is #085220. Grayscale: #C8C8C8. Windows color (decimal): -545313 or 14659063. OLE color: 14659063.
HSL color Cylindrical-coordinate representation of color #F7ADDF: hue angle of 319.46º 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 #F7ADDF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 223 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.03 |
| HSL | 319.46º | 0.82% | 0.82% | - |
| HSV(B) | 319.46º | 0.3% | 0.97% | - |
| XYZ | 66.62 | 54.99 | 76.91 | - |
| YUV | 200.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 223 | 0 | 0.30 | 0.10 | 0.03 | 319.46 | 0.82 | 0.82 |
| Hex | F7 | AD | DF | 0 | 1E | A | 3 | 13F | 52 | 52 |
| Octal | 367 | 255 | 337 | 0 | 36 | 12 | 3 | 477 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11011111 | 0 | 11110 | 1010 | 11 | 100111111 | 1010010 | 1010010 |
Color Harmonies of #F7ADDF
Complementary color
Monochromatic Colors of #F7ADDF
Black with #F7ADDF
Text Example
Text Example
White with #F7ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADDF; }
p { color: rgb(247,173,223); }
H1.HeaderClassName
{
color: #F7ADDF;
}
.AnyTagClassName
{
color: #F7ADDF;
}
</style>
background-color css
<style>
a { background-color: #F7ADDF; }
a { background-color: rgb(247,173,223); }
div.DivClassName
{
background-color: #F7ADDF;
}
.BgClassName
{
background-color: #F7ADDF;
}
</style>
border-color css
<style>
span { border-color: #F7ADDF; }
span { border-color: rgb(247,173,223); }
td.TdClassName
{
border-color: #F7ADDF;
}
.TagClassName
{
border-color: #F7ADDF;
}
</style>