Shades of Lavender Rose #F6ABDB
Tints of Lavender Rose #F6ABDB
RGB
CMYK
RGB Variations
Color information
#F6ABDB (or 0xF6ABDB) is known color: Lavender Rose. HEX triplet: F6, AB and DB. RGB value is (246,171,219). Sum of RGB (Red+Green+Blue) = 246+171+219=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABDB is #095424. Grayscale: #C6C6C6. Windows color (decimal): -611365 or 14396406. OLE color: 14396406.
HSL color Cylindrical-coordinate representation of color #F6ABDB: hue angle of 321.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABDB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 219 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 321.6º | 0.81% | 0.82% | - |
| HSV(B) | 321.6º | 0.3% | 0.96% | - |
| XYZ | 65.36 | 53.83 | 73.96 | - |
| YUV | 198.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 219 | 0 | 0.30 | 0.11 | 0.04 | 321.6 | 0.81 | 0.82 |
| Hex | F6 | AB | DB | 0 | 1E | B | 4 | 142 | 51 | 52 |
| Octal | 366 | 253 | 333 | 0 | 36 | 13 | 4 | 502 | 121 | 122 |
| Binary | 11110110 | 10101011 | 11011011 | 0 | 11110 | 1011 | 100 | 101000010 | 1010001 | 1010010 |
Color Harmonies of #F6ABDB
Complementary color
Monochromatic Colors of #F6ABDB
Black with #F6ABDB
Text Example
Text Example
White with #F6ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABDB; }
p { color: rgb(246,171,219); }
H1.HeaderClassName
{
color: #F6ABDB;
}
.AnyTagClassName
{
color: #F6ABDB;
}
</style>
background-color css
<style>
a { background-color: #F6ABDB; }
a { background-color: rgb(246,171,219); }
div.DivClassName
{
background-color: #F6ABDB;
}
.BgClassName
{
background-color: #F6ABDB;
}
</style>
border-color css
<style>
span { border-color: #F6ABDB; }
span { border-color: rgb(246,171,219); }
td.TdClassName
{
border-color: #F6ABDB;
}
.TagClassName
{
border-color: #F6ABDB;
}
</style>