Shades of Pink Lady #F6D6BA
Tints of Pink Lady #F6D6BA
RGB
CMYK
RGB Variations
Color information
#F6D6BA (or 0xF6D6BA) is known color: Pink Lady. HEX triplet: F6, D6 and BA. RGB value is (246,214,186). Sum of RGB (Red+Green+Blue) = 246+214+186=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6BA is #092945. Grayscale: #DCDCDC. Windows color (decimal): -600390 or 12244726. OLE color: 12244726.
HSL color Cylindrical-coordinate representation of color #F6D6BA: hue angle of 28º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6D6BA is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 186 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.04 |
| HSL | 28º | 0.77% | 0.85% | - |
| HSV(B) | 28º | 0.24% | 0.96% | - |
| XYZ | 70.92 | 71.23 | 56.47 | - |
| YUV | 220.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 186 | 0 | 0.13 | 0.24 | 0.04 | 28 | 0.77 | 0.85 |
| Hex | F6 | D6 | BA | 0 | D | 18 | 4 | 1C | 4D | 55 |
| Octal | 366 | 326 | 272 | 0 | 15 | 30 | 4 | 34 | 115 | 125 |
| Binary | 11110110 | 11010110 | 10111010 | 0 | 1101 | 11000 | 100 | 11100 | 1001101 | 1010101 |
Color Harmonies of #F6D6BA
Complementary color
Monochromatic Colors of #F6D6BA
Black with #F6D6BA
Text Example
Text Example
White with #F6D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6BA; }
p { color: rgb(246,214,186); }
H1.HeaderClassName
{
color: #F6D6BA;
}
.AnyTagClassName
{
color: #F6D6BA;
}
</style>
background-color css
<style>
a { background-color: #F6D6BA; }
a { background-color: rgb(246,214,186); }
div.DivClassName
{
background-color: #F6D6BA;
}
.BgClassName
{
background-color: #F6D6BA;
}
</style>
border-color css
<style>
span { border-color: #F6D6BA; }
span { border-color: rgb(246,214,186); }
td.TdClassName
{
border-color: #F6D6BA;
}
.TagClassName
{
border-color: #F6D6BA;
}
</style>