Shades of Lavender Rose #F7ABDB
Tints of Lavender Rose #F7ABDB
RGB
CMYK
RGB Variations
Color information
#F7ABDB (or 0xF7ABDB) is known color: Lavender Rose. HEX triplet: F7, AB and DB. RGB value is (247,171,219). Sum of RGB (Red+Green+Blue) = 247+171+219=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABDB is #085424. Grayscale: #C7C7C7. Windows color (decimal): -545829 or 14396407. OLE color: 14396407.
HSL color Cylindrical-coordinate representation of color #F7ABDB: hue angle of 322.11º 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 #F7ABDB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 219 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 322.11º | 0.83% | 0.82% | - |
| HSV(B) | 322.11º | 0.31% | 0.97% | - |
| XYZ | 65.71 | 54.01 | 73.98 | - |
| YUV | 199.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 219 | 0 | 0.31 | 0.11 | 0.03 | 322.11 | 0.83 | 0.82 |
| Hex | F7 | AB | DB | 0 | 1F | B | 3 | 142 | 53 | 52 |
| Octal | 367 | 253 | 333 | 0 | 37 | 13 | 3 | 502 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11011011 | 0 | 11111 | 1011 | 11 | 101000010 | 1010011 | 1010010 |
Color Harmonies of #F7ABDB
Complementary color
Monochromatic Colors of #F7ABDB
Black with #F7ABDB
Text Example
Text Example
White with #F7ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABDB; }
p { color: rgb(247,171,219); }
H1.HeaderClassName
{
color: #F7ABDB;
}
.AnyTagClassName
{
color: #F7ABDB;
}
</style>
background-color css
<style>
a { background-color: #F7ABDB; }
a { background-color: rgb(247,171,219); }
div.DivClassName
{
background-color: #F7ABDB;
}
.BgClassName
{
background-color: #F7ABDB;
}
</style>
border-color css
<style>
span { border-color: #F7ABDB; }
span { border-color: rgb(247,171,219); }
td.TdClassName
{
border-color: #F7ABDB;
}
.TagClassName
{
border-color: #F7ABDB;
}
</style>