Shades of Lavender Pink #F6ADD2
Tints of Lavender Pink #F6ADD2
RGB
CMYK
RGB Variations
Color information
#F6ADD2 (or 0xF6ADD2) is known color: Lavender Pink. HEX triplet: F6, AD and D2. RGB value is (246,173,210). Sum of RGB (Red+Green+Blue) = 246+173+210=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD2 is #09522D. Grayscale: #C6C6C6. Windows color (decimal): -610862 or 13807094. OLE color: 13807094.
HSL color Cylindrical-coordinate representation of color #F6ADD2: hue angle of 329.59º 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 #F6ADD2 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 210 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.04 |
| HSL | 329.59º | 0.8% | 0.82% | - |
| HSV(B) | 329.59º | 0.3% | 0.96% | - |
| XYZ | 64.58 | 54.13 | 68.02 | - |
| YUV | 199.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 210 | 0 | 0.30 | 0.15 | 0.04 | 329.59 | 0.8 | 0.82 |
| Hex | F6 | AD | D2 | 0 | 1E | F | 4 | 14A | 50 | 52 |
| Octal | 366 | 255 | 322 | 0 | 36 | 17 | 4 | 512 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11010010 | 0 | 11110 | 1111 | 100 | 101001010 | 1010000 | 1010010 |
Color Harmonies of #F6ADD2
Complementary color
Monochromatic Colors of #F6ADD2
Black with #F6ADD2
Text Example
Text Example
White with #F6ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADD2; }
p { color: rgb(246,173,210); }
H1.HeaderClassName
{
color: #F6ADD2;
}
.AnyTagClassName
{
color: #F6ADD2;
}
</style>
background-color css
<style>
a { background-color: #F6ADD2; }
a { background-color: rgb(246,173,210); }
div.DivClassName
{
background-color: #F6ADD2;
}
.BgClassName
{
background-color: #F6ADD2;
}
</style>
border-color css
<style>
span { border-color: #F6ADD2; }
span { border-color: rgb(246,173,210); }
td.TdClassName
{
border-color: #F6ADD2;
}
.TagClassName
{
border-color: #F6ADD2;
}
</style>