Shades of Lavender Rose #F7ADDC
Tints of Lavender Rose #F7ADDC
RGB
CMYK
RGB Variations
Color information
#F7ADDC (or 0xF7ADDC) is known color: Lavender Rose. HEX triplet: F7, AD and DC. RGB value is (247,173,220). Sum of RGB (Red+Green+Blue) = 247+173+220=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADDC is #085223. Grayscale: #C8C8C8. Windows color (decimal): -545316 or 14462455. OLE color: 14462455.
HSL color Cylindrical-coordinate representation of color #F7ADDC: hue angle of 321.89º 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 #F7ADDC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 220 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 321.89º | 0.82% | 0.82% | - |
| HSV(B) | 321.89º | 0.3% | 0.97% | - |
| XYZ | 66.22 | 54.83 | 74.8 | - |
| YUV | 200.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 220 | 0 | 0.30 | 0.11 | 0.03 | 321.89 | 0.82 | 0.82 |
| Hex | F7 | AD | DC | 0 | 1E | B | 3 | 142 | 52 | 52 |
| Octal | 367 | 255 | 334 | 0 | 36 | 13 | 3 | 502 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11011100 | 0 | 11110 | 1011 | 11 | 101000010 | 1010010 | 1010010 |
Color Harmonies of #F7ADDC
Complementary color
Monochromatic Colors of #F7ADDC
Black with #F7ADDC
Text Example
Text Example
White with #F7ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADDC; }
p { color: rgb(247,173,220); }
H1.HeaderClassName
{
color: #F7ADDC;
}
.AnyTagClassName
{
color: #F7ADDC;
}
</style>
background-color css
<style>
a { background-color: #F7ADDC; }
a { background-color: rgb(247,173,220); }
div.DivClassName
{
background-color: #F7ADDC;
}
.BgClassName
{
background-color: #F7ADDC;
}
</style>
border-color css
<style>
span { border-color: #F7ADDC; }
span { border-color: rgb(247,173,220); }
td.TdClassName
{
border-color: #F7ADDC;
}
.TagClassName
{
border-color: #F7ADDC;
}
</style>