Shades of Pink Lady #F6D3B6
Tints of Pink Lady #F6D3B6
RGB
CMYK
RGB Variations
Color information
#F6D3B6 (or 0xF6D3B6) is known color: Pink Lady. HEX triplet: F6, D3 and B6. RGB value is (246,211,182). Sum of RGB (Red+Green+Blue) = 246+211+182=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3B6 is #092C49. Grayscale: #DADADA. Windows color (decimal): -601162 or 11981814. OLE color: 11981814.
HSL color Cylindrical-coordinate representation of color #F6D3B6: hue angle of 27.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6D3B6 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 182 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.04 |
| HSL | 27.19º | 0.78% | 0.84% | - |
| HSV(B) | 27.19º | 0.26% | 0.96% | - |
| XYZ | 69.74 | 69.56 | 54.01 | - |
| YUV | 218.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 182 | 0 | 0.14 | 0.26 | 0.04 | 27.19 | 0.78 | 0.84 |
| Hex | F6 | D3 | B6 | 0 | E | 1A | 4 | 1B | 4E | 54 |
| Octal | 366 | 323 | 266 | 0 | 16 | 32 | 4 | 33 | 116 | 124 |
| Binary | 11110110 | 11010011 | 10110110 | 0 | 1110 | 11010 | 100 | 11011 | 1001110 | 1010100 |
Color Harmonies of #F6D3B6
Complementary color
Monochromatic Colors of #F6D3B6
Black with #F6D3B6
Text Example
Text Example
White with #F6D3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3B6; }
p { color: rgb(246,211,182); }
H1.HeaderClassName
{
color: #F6D3B6;
}
.AnyTagClassName
{
color: #F6D3B6;
}
</style>
background-color css
<style>
a { background-color: #F6D3B6; }
a { background-color: rgb(246,211,182); }
div.DivClassName
{
background-color: #F6D3B6;
}
.BgClassName
{
background-color: #F6D3B6;
}
</style>
border-color css
<style>
span { border-color: #F6D3B6; }
span { border-color: rgb(246,211,182); }
td.TdClassName
{
border-color: #F6D3B6;
}
.TagClassName
{
border-color: #F6D3B6;
}
</style>