Shades of Pink Lady #F6D8BD
Tints of Pink Lady #F6D8BD
RGB
CMYK
RGB Variations
Color information
#F6D8BD (or 0xF6D8BD) is known color: Pink Lady. HEX triplet: F6, D8 and BD. RGB value is (246,216,189). Sum of RGB (Red+Green+Blue) = 246+216+189=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8BD is #092742. Grayscale: #DEDEDE. Windows color (decimal): -599875 or 12441846. OLE color: 12441846.
HSL color Cylindrical-coordinate representation of color #F6D8BD: hue angle of 28.42º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6D8BD is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 189 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.04 |
| HSL | 28.42º | 0.76% | 0.85% | - |
| HSV(B) | 28.42º | 0.23% | 0.96% | - |
| XYZ | 71.75 | 72.38 | 58.33 | - |
| YUV | 221.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 189 | 0 | 0.12 | 0.23 | 0.04 | 28.42 | 0.76 | 0.85 |
| Hex | F6 | D8 | BD | 0 | C | 17 | 4 | 1C | 4C | 55 |
| Octal | 366 | 330 | 275 | 0 | 14 | 27 | 4 | 34 | 114 | 125 |
| Binary | 11110110 | 11011000 | 10111101 | 0 | 1100 | 10111 | 100 | 11100 | 1001100 | 1010101 |
Color Harmonies of #F6D8BD
Complementary color
Monochromatic Colors of #F6D8BD
Black with #F6D8BD
Text Example
Text Example
White with #F6D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8BD; }
p { color: rgb(246,216,189); }
H1.HeaderClassName
{
color: #F6D8BD;
}
.AnyTagClassName
{
color: #F6D8BD;
}
</style>
background-color css
<style>
a { background-color: #F6D8BD; }
a { background-color: rgb(246,216,189); }
div.DivClassName
{
background-color: #F6D8BD;
}
.BgClassName
{
background-color: #F6D8BD;
}
</style>
border-color css
<style>
span { border-color: #F6D8BD; }
span { border-color: rgb(246,216,189); }
td.TdClassName
{
border-color: #F6D8BD;
}
.TagClassName
{
border-color: #F6D8BD;
}
</style>