Shades of Pink Lady #F7D9B1
Tints of Pink Lady #F7D9B1
RGB
CMYK
RGB Variations
Color information
#F7D9B1 (or 0xF7D9B1) is known color: Pink Lady. HEX triplet: F7, D9 and B1. RGB value is (247,217,177). Sum of RGB (Red+Green+Blue) = 247+217+177=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D9B1 is #08264E. Grayscale: #DDDDDD. Windows color (decimal): -534095 or 11655671. OLE color: 11655671.
HSL color Cylindrical-coordinate representation of color #F7D9B1: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7D9B1 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 177 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.03 |
| HSL | 34.29º | 0.81% | 0.83% | - |
| HSV(B) | 34.29º | 0.28% | 0.97% | - |
| XYZ | 71.11 | 72.57 | 51.86 | - |
| YUV | 221.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 177 | 0 | 0.12 | 0.28 | 0.03 | 34.29 | 0.81 | 0.83 |
| Hex | F7 | D9 | B1 | 0 | C | 1C | 3 | 22 | 51 | 53 |
| Octal | 367 | 331 | 261 | 0 | 14 | 34 | 3 | 42 | 121 | 123 |
| Binary | 11110111 | 11011001 | 10110001 | 0 | 1100 | 11100 | 11 | 100010 | 1010001 | 1010011 |
Color Harmonies of #F7D9B1
Complementary color
Monochromatic Colors of #F7D9B1
Black with #F7D9B1
Text Example
Text Example
White with #F7D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9B1; }
p { color: rgb(247,217,177); }
H1.HeaderClassName
{
color: #F7D9B1;
}
.AnyTagClassName
{
color: #F7D9B1;
}
</style>
background-color css
<style>
a { background-color: #F7D9B1; }
a { background-color: rgb(247,217,177); }
div.DivClassName
{
background-color: #F7D9B1;
}
.BgClassName
{
background-color: #F7D9B1;
}
</style>
border-color css
<style>
span { border-color: #F7D9B1; }
span { border-color: rgb(247,217,177); }
td.TdClassName
{
border-color: #F7D9B1;
}
.TagClassName
{
border-color: #F7D9B1;
}
</style>