Shades of Pink Lady #F7D7B2
Tints of Pink Lady #F7D7B2
RGB
CMYK
RGB Variations
Color information
#F7D7B2 (or 0xF7D7B2) is known color: Pink Lady. HEX triplet: F7, D7 and B2. RGB value is (247,215,178). Sum of RGB (Red+Green+Blue) = 247+215+178=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D7B2 is #08284D. Grayscale: #DCDCDC. Windows color (decimal): -534606 or 11720695. OLE color: 11720695.
HSL color Cylindrical-coordinate representation of color #F7D7B2: hue angle of 32.17º 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 #F7D7B2 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 178 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.03 |
| HSL | 32.17º | 0.81% | 0.83% | - |
| HSV(B) | 32.17º | 0.28% | 0.97% | - |
| XYZ | 70.69 | 71.59 | 52.21 | - |
| YUV | 220.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 178 | 0 | 0.13 | 0.28 | 0.03 | 32.17 | 0.81 | 0.83 |
| Hex | F7 | D7 | B2 | 0 | D | 1C | 3 | 20 | 51 | 53 |
| Octal | 367 | 327 | 262 | 0 | 15 | 34 | 3 | 40 | 121 | 123 |
| Binary | 11110111 | 11010111 | 10110010 | 0 | 1101 | 11100 | 11 | 100000 | 1010001 | 1010011 |
Color Harmonies of #F7D7B2
Complementary color
Monochromatic Colors of #F7D7B2
Black with #F7D7B2
Text Example
Text Example
White with #F7D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D7B2; }
p { color: rgb(247,215,178); }
H1.HeaderClassName
{
color: #F7D7B2;
}
.AnyTagClassName
{
color: #F7D7B2;
}
</style>
background-color css
<style>
a { background-color: #F7D7B2; }
a { background-color: rgb(247,215,178); }
div.DivClassName
{
background-color: #F7D7B2;
}
.BgClassName
{
background-color: #F7D7B2;
}
</style>
border-color css
<style>
span { border-color: #F7D7B2; }
span { border-color: rgb(247,215,178); }
td.TdClassName
{
border-color: #F7D7B2;
}
.TagClassName
{
border-color: #F7D7B2;
}
</style>