Shades of Pink Lady #F7D8BA
Tints of Pink Lady #F7D8BA
RGB
CMYK
RGB Variations
Color information
#F7D8BA (or 0xF7D8BA) is known color: Pink Lady. HEX triplet: F7, D8 and BA. RGB value is (247,216,186). Sum of RGB (Red+Green+Blue) = 247+216+186=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8BA is #082745. Grayscale: #DEDEDE. Windows color (decimal): -534342 or 12245239. OLE color: 12245239.
HSL color Cylindrical-coordinate representation of color #F7D8BA: hue angle of 29.51º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7D8BA is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 186 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.03 |
| HSL | 29.51º | 0.79% | 0.85% | - |
| HSV(B) | 29.51º | 0.25% | 0.97% | - |
| XYZ | 71.78 | 72.43 | 56.65 | - |
| YUV | 221.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 186 | 0 | 0.13 | 0.25 | 0.03 | 29.51 | 0.79 | 0.85 |
| Hex | F7 | D8 | BA | 0 | D | 19 | 3 | 1E | 4F | 55 |
| Octal | 367 | 330 | 272 | 0 | 15 | 31 | 3 | 36 | 117 | 125 |
| Binary | 11110111 | 11011000 | 10111010 | 0 | 1101 | 11001 | 11 | 11110 | 1001111 | 1010101 |
Color Harmonies of #F7D8BA
Complementary color
Monochromatic Colors of #F7D8BA
Black with #F7D8BA
Text Example
Text Example
White with #F7D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8BA; }
p { color: rgb(247,216,186); }
H1.HeaderClassName
{
color: #F7D8BA;
}
.AnyTagClassName
{
color: #F7D8BA;
}
</style>
background-color css
<style>
a { background-color: #F7D8BA; }
a { background-color: rgb(247,216,186); }
div.DivClassName
{
background-color: #F7D8BA;
}
.BgClassName
{
background-color: #F7D8BA;
}
</style>
border-color css
<style>
span { border-color: #F7D8BA; }
span { border-color: rgb(247,216,186); }
td.TdClassName
{
border-color: #F7D8BA;
}
.TagClassName
{
border-color: #F7D8BA;
}
</style>