Shades of Pink Lady #F7D9B3
Tints of Pink Lady #F7D9B3
RGB
CMYK
RGB Variations
Color information
#F7D9B3 (or 0xF7D9B3) is known color: Pink Lady. HEX triplet: F7, D9 and B3. RGB value is (247,217,179). Sum of RGB (Red+Green+Blue) = 247+217+179=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D9B3 is #08264C. Grayscale: #DDDDDD. Windows color (decimal): -534093 or 11786743. OLE color: 11786743.
HSL color Cylindrical-coordinate representation of color #F7D9B3: hue angle of 33.53º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7D9B3 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 179 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.03 |
| HSL | 33.53º | 0.81% | 0.84% | - |
| HSV(B) | 33.53º | 0.28% | 0.97% | - |
| XYZ | 71.31 | 72.65 | 52.91 | - |
| YUV | 221.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 179 | 0 | 0.12 | 0.28 | 0.03 | 33.53 | 0.81 | 0.84 |
| Hex | F7 | D9 | B3 | 0 | C | 1C | 3 | 22 | 51 | 54 |
| Octal | 367 | 331 | 263 | 0 | 14 | 34 | 3 | 42 | 121 | 124 |
| Binary | 11110111 | 11011001 | 10110011 | 0 | 1100 | 11100 | 11 | 100010 | 1010001 | 1010100 |
Color Harmonies of #F7D9B3
Complementary color
Monochromatic Colors of #F7D9B3
Black with #F7D9B3
Text Example
Text Example
White with #F7D9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9B3; }
p { color: rgb(247,217,179); }
H1.HeaderClassName
{
color: #F7D9B3;
}
.AnyTagClassName
{
color: #F7D9B3;
}
</style>
background-color css
<style>
a { background-color: #F7D9B3; }
a { background-color: rgb(247,217,179); }
div.DivClassName
{
background-color: #F7D9B3;
}
.BgClassName
{
background-color: #F7D9B3;
}
</style>
border-color css
<style>
span { border-color: #F7D9B3; }
span { border-color: rgb(247,217,179); }
td.TdClassName
{
border-color: #F7D9B3;
}
.TagClassName
{
border-color: #F7D9B3;
}
</style>