Shades of Lavender Pink #F6ADCC
Tints of Lavender Pink #F6ADCC
RGB
CMYK
RGB Variations
Color information
#F6ADCC (or 0xF6ADCC) is known color: Lavender Pink. HEX triplet: F6, AD and CC. RGB value is (246,173,204). Sum of RGB (Red+Green+Blue) = 246+173+204=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADCC is #095233. Grayscale: #C6C6C6. Windows color (decimal): -610868 or 13413878. OLE color: 13413878.
HSL color Cylindrical-coordinate representation of color #F6ADCC: hue angle of 334.52º 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 #F6ADCC is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 204 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.04 |
| HSL | 334.52º | 0.8% | 0.82% | - |
| HSV(B) | 334.52º | 0.3% | 0.96% | - |
| XYZ | 63.85 | 53.84 | 64.15 | - |
| YUV | 198.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 204 | 0 | 0.30 | 0.17 | 0.04 | 334.52 | 0.8 | 0.82 |
| Hex | F6 | AD | CC | 0 | 1E | 11 | 4 | 14F | 50 | 52 |
| Octal | 366 | 255 | 314 | 0 | 36 | 21 | 4 | 517 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11001100 | 0 | 11110 | 10001 | 100 | 101001111 | 1010000 | 1010010 |
Color Harmonies of #F6ADCC
Complementary color
Monochromatic Colors of #F6ADCC
Black with #F6ADCC
Text Example
Text Example
White with #F6ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADCC; }
p { color: rgb(246,173,204); }
H1.HeaderClassName
{
color: #F6ADCC;
}
.AnyTagClassName
{
color: #F6ADCC;
}
</style>
background-color css
<style>
a { background-color: #F6ADCC; }
a { background-color: rgb(246,173,204); }
div.DivClassName
{
background-color: #F6ADCC;
}
.BgClassName
{
background-color: #F6ADCC;
}
</style>
border-color css
<style>
span { border-color: #F6ADCC; }
span { border-color: rgb(246,173,204); }
td.TdClassName
{
border-color: #F6ADCC;
}
.TagClassName
{
border-color: #F6ADCC;
}
</style>