Shades of Lavender Pink #F6A0D4
Tints of Lavender Pink #F6A0D4
RGB
CMYK
RGB Variations
Color information
#F6A0D4 (or 0xF6A0D4) is known color: Lavender Pink. HEX triplet: F6, A0 and D4. RGB value is (246,160,212). Sum of RGB (Red+Green+Blue) = 246+160+212=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0D4 is #095F2B. Grayscale: #BFBFBF. Windows color (decimal): -614188 or 13934838. OLE color: 13934838.
HSL color Cylindrical-coordinate representation of color #F6A0D4: hue angle of 323.72º 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 #F6A0D4 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 212 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.04 |
| HSL | 323.72º | 0.83% | 0.8% | - |
| HSV(B) | 323.72º | 0.35% | 0.96% | - |
| XYZ | 62.46 | 49.49 | 68.55 | - |
| YUV | 191.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 212 | 0 | 0.35 | 0.14 | 0.04 | 323.72 | 0.83 | 0.8 |
| Hex | F6 | A0 | D4 | 0 | 23 | E | 4 | 144 | 53 | 50 |
| Octal | 366 | 240 | 324 | 0 | 43 | 16 | 4 | 504 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11010100 | 0 | 100011 | 1110 | 100 | 101000100 | 1010011 | 1010000 |
Color Harmonies of #F6A0D4
Complementary color
Monochromatic Colors of #F6A0D4
Black with #F6A0D4
Text Example
Text Example
White with #F6A0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0D4; }
p { color: rgb(246,160,212); }
H1.HeaderClassName
{
color: #F6A0D4;
}
.AnyTagClassName
{
color: #F6A0D4;
}
</style>
background-color css
<style>
a { background-color: #F6A0D4; }
a { background-color: rgb(246,160,212); }
div.DivClassName
{
background-color: #F6A0D4;
}
.BgClassName
{
background-color: #F6A0D4;
}
</style>
border-color css
<style>
span { border-color: #F6A0D4; }
span { border-color: rgb(246,160,212); }
td.TdClassName
{
border-color: #F6A0D4;
}
.TagClassName
{
border-color: #F6A0D4;
}
</style>