Shades of Pink Lady #F7DCB7
Tints of Pink Lady #F7DCB7
RGB
CMYK
RGB Variations
Color information
#F7DCB7 (or 0xF7DCB7) is known color: Pink Lady. HEX triplet: F7, DC and B7. RGB value is (247,220,183). Sum of RGB (Red+Green+Blue) = 247+220+183=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCB7 is #082348. Grayscale: #E0E0E0. Windows color (decimal): -533321 or 12049655. OLE color: 12049655.
HSL color Cylindrical-coordinate representation of color #F7DCB7: hue angle of 34.69º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7DCB7 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 183 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.03 |
| HSL | 34.69º | 0.8% | 0.84% | - |
| HSV(B) | 34.69º | 0.26% | 0.97% | - |
| XYZ | 72.5 | 74.38 | 55.34 | - |
| YUV | 223.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 183 | 0 | 0.11 | 0.26 | 0.03 | 34.69 | 0.8 | 0.84 |
| Hex | F7 | DC | B7 | 0 | B | 1A | 3 | 23 | 50 | 54 |
| Octal | 367 | 334 | 267 | 0 | 13 | 32 | 3 | 43 | 120 | 124 |
| Binary | 11110111 | 11011100 | 10110111 | 0 | 1011 | 11010 | 11 | 100011 | 1010000 | 1010100 |
Color Harmonies of #F7DCB7
Complementary color
Monochromatic Colors of #F7DCB7
Black with #F7DCB7
Text Example
Text Example
White with #F7DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCB7; }
p { color: rgb(247,220,183); }
H1.HeaderClassName
{
color: #F7DCB7;
}
.AnyTagClassName
{
color: #F7DCB7;
}
</style>
background-color css
<style>
a { background-color: #F7DCB7; }
a { background-color: rgb(247,220,183); }
div.DivClassName
{
background-color: #F7DCB7;
}
.BgClassName
{
background-color: #F7DCB7;
}
</style>
border-color css
<style>
span { border-color: #F7DCB7; }
span { border-color: rgb(247,220,183); }
td.TdClassName
{
border-color: #F7DCB7;
}
.TagClassName
{
border-color: #F7DCB7;
}
</style>