Shades of Lavender Pink #F6ADDB
Tints of Lavender Pink #F6ADDB
RGB
CMYK
RGB Variations
Color information
#F6ADDB (or 0xF6ADDB) is known color: Lavender Pink. HEX triplet: F6, AD and DB. RGB value is (246,173,219). Sum of RGB (Red+Green+Blue) = 246+173+219=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDB is #095224. Grayscale: #C7C7C7. Windows color (decimal): -610853 or 14396918. OLE color: 14396918.
HSL color Cylindrical-coordinate representation of color #F6ADDB: hue angle of 322.19º degrees, saturation: 0.8, 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 #F6ADDB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 219 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 322.19º | 0.8% | 0.82% | - |
| HSV(B) | 322.19º | 0.3% | 0.96% | - |
| XYZ | 65.74 | 54.59 | 74.09 | - |
| YUV | 200.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 219 | 0 | 0.30 | 0.11 | 0.04 | 322.19 | 0.8 | 0.82 |
| Hex | F6 | AD | DB | 0 | 1E | B | 4 | 142 | 50 | 52 |
| Octal | 366 | 255 | 333 | 0 | 36 | 13 | 4 | 502 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011011 | 0 | 11110 | 1011 | 100 | 101000010 | 1010000 | 1010010 |
Color Harmonies of #F6ADDB
Complementary color
Monochromatic Colors of #F6ADDB
Black with #F6ADDB
Text Example
Text Example
White with #F6ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADDB; }
p { color: rgb(246,173,219); }
H1.HeaderClassName
{
color: #F6ADDB;
}
.AnyTagClassName
{
color: #F6ADDB;
}
</style>
background-color css
<style>
a { background-color: #F6ADDB; }
a { background-color: rgb(246,173,219); }
div.DivClassName
{
background-color: #F6ADDB;
}
.BgClassName
{
background-color: #F6ADDB;
}
</style>
border-color css
<style>
span { border-color: #F6ADDB; }
span { border-color: rgb(246,173,219); }
td.TdClassName
{
border-color: #F6ADDB;
}
.TagClassName
{
border-color: #F6ADDB;
}
</style>