Shades of Lavender Pink #F6ADDA
Tints of Lavender Pink #F6ADDA
RGB
CMYK
RGB Variations
Color information
#F6ADDA (or 0xF6ADDA) is known color: Lavender Pink. HEX triplet: F6, AD and DA. RGB value is (246,173,218). Sum of RGB (Red+Green+Blue) = 246+173+218=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDA is #095225. Grayscale: #C7C7C7. Windows color (decimal): -610854 or 14331382. OLE color: 14331382.
HSL color Cylindrical-coordinate representation of color #F6ADDA: hue angle of 323.01º 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 #F6ADDA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 218 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 323.01º | 0.8% | 0.82% | - |
| HSV(B) | 323.01º | 0.3% | 0.96% | - |
| XYZ | 65.6 | 54.54 | 73.4 | - |
| YUV | 199.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 218 | 0 | 0.30 | 0.11 | 0.04 | 323.01 | 0.8 | 0.82 |
| Hex | F6 | AD | DA | 0 | 1E | B | 4 | 143 | 50 | 52 |
| Octal | 366 | 255 | 332 | 0 | 36 | 13 | 4 | 503 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011010 | 0 | 11110 | 1011 | 100 | 101000011 | 1010000 | 1010010 |
Color Harmonies of #F6ADDA
Complementary color
Monochromatic Colors of #F6ADDA
Black with #F6ADDA
Text Example
Text Example
White with #F6ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADDA; }
p { color: rgb(246,173,218); }
H1.HeaderClassName
{
color: #F6ADDA;
}
.AnyTagClassName
{
color: #F6ADDA;
}
</style>
background-color css
<style>
a { background-color: #F6ADDA; }
a { background-color: rgb(246,173,218); }
div.DivClassName
{
background-color: #F6ADDA;
}
.BgClassName
{
background-color: #F6ADDA;
}
</style>
border-color css
<style>
span { border-color: #F6ADDA; }
span { border-color: rgb(246,173,218); }
td.TdClassName
{
border-color: #F6ADDA;
}
.TagClassName
{
border-color: #F6ADDA;
}
</style>