Shades of Lavender Pink #F6A1D3
Tints of Lavender Pink #F6A1D3
RGB
CMYK
RGB Variations
Color information
#F6A1D3 (or 0xF6A1D3) is known color: Lavender Pink. HEX triplet: F6, A1 and D3. RGB value is (246,161,211). Sum of RGB (Red+Green+Blue) = 246+161+211=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1D3 is #095E2C. Grayscale: #C0C0C0. Windows color (decimal): -613933 or 13869558. OLE color: 13869558.
HSL color Cylindrical-coordinate representation of color #F6A1D3: hue angle of 324.71º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A1D3 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 211 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.04 |
| HSL | 324.71º | 0.83% | 0.8% | - |
| HSV(B) | 324.71º | 0.35% | 0.96% | - |
| XYZ | 62.51 | 49.79 | 67.94 | - |
| YUV | 192.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 211 | 0 | 0.35 | 0.14 | 0.04 | 324.71 | 0.83 | 0.8 |
| Hex | F6 | A1 | D3 | 0 | 23 | E | 4 | 145 | 53 | 50 |
| Octal | 366 | 241 | 323 | 0 | 43 | 16 | 4 | 505 | 123 | 120 |
| Binary | 11110110 | 10100001 | 11010011 | 0 | 100011 | 1110 | 100 | 101000101 | 1010011 | 1010000 |
Color Harmonies of #F6A1D3
Complementary color
Monochromatic Colors of #F6A1D3
Black with #F6A1D3
Text Example
Text Example
White with #F6A1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1D3; }
p { color: rgb(246,161,211); }
H1.HeaderClassName
{
color: #F6A1D3;
}
.AnyTagClassName
{
color: #F6A1D3;
}
</style>
background-color css
<style>
a { background-color: #F6A1D3; }
a { background-color: rgb(246,161,211); }
div.DivClassName
{
background-color: #F6A1D3;
}
.BgClassName
{
background-color: #F6A1D3;
}
</style>
border-color css
<style>
span { border-color: #F6A1D3; }
span { border-color: rgb(246,161,211); }
td.TdClassName
{
border-color: #F6A1D3;
}
.TagClassName
{
border-color: #F6A1D3;
}
</style>