Shades of Pink Lady #F6D7BB
Tints of Pink Lady #F6D7BB
RGB
CMYK
RGB Variations
Color information
#F6D7BB (or 0xF6D7BB) is known color: Pink Lady. HEX triplet: F6, D7 and BB. RGB value is (246,215,187). Sum of RGB (Red+Green+Blue) = 246+215+187=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D7BB is #092844. Grayscale: #DDDDDD. Windows color (decimal): -600133 or 12310518. OLE color: 12310518.
HSL color Cylindrical-coordinate representation of color #F6D7BB: hue angle of 28.47º 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 #F6D7BB is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 187 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.04 |
| HSL | 28.47º | 0.77% | 0.85% | - |
| HSV(B) | 28.47º | 0.24% | 0.96% | - |
| XYZ | 71.28 | 71.78 | 57.11 | - |
| YUV | 221.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 187 | 0 | 0.13 | 0.24 | 0.04 | 28.47 | 0.77 | 0.85 |
| Hex | F6 | D7 | BB | 0 | D | 18 | 4 | 1C | 4D | 55 |
| Octal | 366 | 327 | 273 | 0 | 15 | 30 | 4 | 34 | 115 | 125 |
| Binary | 11110110 | 11010111 | 10111011 | 0 | 1101 | 11000 | 100 | 11100 | 1001101 | 1010101 |
Color Harmonies of #F6D7BB
Complementary color
Monochromatic Colors of #F6D7BB
Black with #F6D7BB
Text Example
Text Example
White with #F6D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D7BB; }
p { color: rgb(246,215,187); }
H1.HeaderClassName
{
color: #F6D7BB;
}
.AnyTagClassName
{
color: #F6D7BB;
}
</style>
background-color css
<style>
a { background-color: #F6D7BB; }
a { background-color: rgb(246,215,187); }
div.DivClassName
{
background-color: #F6D7BB;
}
.BgClassName
{
background-color: #F6D7BB;
}
</style>
border-color css
<style>
span { border-color: #F6D7BB; }
span { border-color: rgb(246,215,187); }
td.TdClassName
{
border-color: #F6D7BB;
}
.TagClassName
{
border-color: #F6D7BB;
}
</style>