Shades of Lavender Pink #F6A6CD
Tints of Lavender Pink #F6A6CD
RGB
CMYK
RGB Variations
Color information
#F6A6CD (or 0xF6A6CD) is known color: Lavender Pink. HEX triplet: F6, A6 and CD. RGB value is (246,166,205). Sum of RGB (Red+Green+Blue) = 246+166+205=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6CD is #095932. Grayscale: #C2C2C2. Windows color (decimal): -612659 or 13477622. OLE color: 13477622.
HSL color Cylindrical-coordinate representation of color #F6A6CD: hue angle of 330.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6CD is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 205 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.04 |
| HSL | 330.75º | 0.82% | 0.81% | - |
| HSV(B) | 330.75º | 0.33% | 0.96% | - |
| XYZ | 62.66 | 51.27 | 64.35 | - |
| YUV | 194.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 205 | 0 | 0.33 | 0.17 | 0.04 | 330.75 | 0.82 | 0.81 |
| Hex | F6 | A6 | CD | 0 | 21 | 11 | 4 | 14B | 52 | 51 |
| Octal | 366 | 246 | 315 | 0 | 41 | 21 | 4 | 513 | 122 | 121 |
| Binary | 11110110 | 10100110 | 11001101 | 0 | 100001 | 10001 | 100 | 101001011 | 1010010 | 1010001 |
Color Harmonies of #F6A6CD
Complementary color
Monochromatic Colors of #F6A6CD
Black with #F6A6CD
Text Example
Text Example
White with #F6A6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6CD; }
p { color: rgb(246,166,205); }
H1.HeaderClassName
{
color: #F6A6CD;
}
.AnyTagClassName
{
color: #F6A6CD;
}
</style>
background-color css
<style>
a { background-color: #F6A6CD; }
a { background-color: rgb(246,166,205); }
div.DivClassName
{
background-color: #F6A6CD;
}
.BgClassName
{
background-color: #F6A6CD;
}
</style>
border-color css
<style>
span { border-color: #F6A6CD; }
span { border-color: rgb(246,166,205); }
td.TdClassName
{
border-color: #F6A6CD;
}
.TagClassName
{
border-color: #F6A6CD;
}
</style>