Shades of Lavender Rose #F7AADB
Tints of Lavender Rose #F7AADB
RGB
CMYK
RGB Variations
Color information
#F7AADB (or 0xF7AADB) is known color: Lavender Rose. HEX triplet: F7, AA and DB. RGB value is (247,170,219). Sum of RGB (Red+Green+Blue) = 247+170+219=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AADB is #085524. Grayscale: #C6C6C6. Windows color (decimal): -546085 or 14396151. OLE color: 14396151.
HSL color Cylindrical-coordinate representation of color #F7AADB: hue angle of 321.82º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AADB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 219 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.82º | 0.83% | 0.82% | - |
| HSV(B) | 321.82º | 0.31% | 0.97% | - |
| XYZ | 65.52 | 53.64 | 73.92 | - |
| YUV | 198.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 219 | 0 | 0.31 | 0.11 | 0.03 | 321.82 | 0.83 | 0.82 |
| Hex | F7 | AA | DB | 0 | 1F | B | 3 | 142 | 53 | 52 |
| Octal | 367 | 252 | 333 | 0 | 37 | 13 | 3 | 502 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11011011 | 0 | 11111 | 1011 | 11 | 101000010 | 1010011 | 1010010 |
Color Harmonies of #F7AADB
Complementary color
Monochromatic Colors of #F7AADB
Black with #F7AADB
Text Example
Text Example
White with #F7AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AADB; }
p { color: rgb(247,170,219); }
H1.HeaderClassName
{
color: #F7AADB;
}
.AnyTagClassName
{
color: #F7AADB;
}
</style>
background-color css
<style>
a { background-color: #F7AADB; }
a { background-color: rgb(247,170,219); }
div.DivClassName
{
background-color: #F7AADB;
}
.BgClassName
{
background-color: #F7AADB;
}
</style>
border-color css
<style>
span { border-color: #F7AADB; }
span { border-color: rgb(247,170,219); }
td.TdClassName
{
border-color: #F7AADB;
}
.TagClassName
{
border-color: #F7AADB;
}
</style>