Shades of Pink Lady #F7DAB6
Tints of Pink Lady #F7DAB6
RGB
CMYK
RGB Variations
Color information
#F7DAB6 (or 0xF7DAB6) is known color: Pink Lady. HEX triplet: F7, DA and B6. RGB value is (247,218,182). Sum of RGB (Red+Green+Blue) = 247+218+182=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DAB6 is #082549. Grayscale: #DEDEDE. Windows color (decimal): -533834 or 11983607. OLE color: 11983607.
HSL color Cylindrical-coordinate representation of color #F7DAB6: hue angle of 33.23º 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 #F7DAB6 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 182 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.03 |
| HSL | 33.23º | 0.8% | 0.84% | - |
| HSV(B) | 33.23º | 0.26% | 0.97% | - |
| XYZ | 71.87 | 73.29 | 54.62 | - |
| YUV | 222.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 182 | 0 | 0.12 | 0.26 | 0.03 | 33.23 | 0.8 | 0.84 |
| Hex | F7 | DA | B6 | 0 | C | 1A | 3 | 21 | 50 | 54 |
| Octal | 367 | 332 | 266 | 0 | 14 | 32 | 3 | 41 | 120 | 124 |
| Binary | 11110111 | 11011010 | 10110110 | 0 | 1100 | 11010 | 11 | 100001 | 1010000 | 1010100 |
Color Harmonies of #F7DAB6
Complementary color
Monochromatic Colors of #F7DAB6
Black with #F7DAB6
Text Example
Text Example
White with #F7DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAB6; }
p { color: rgb(247,218,182); }
H1.HeaderClassName
{
color: #F7DAB6;
}
.AnyTagClassName
{
color: #F7DAB6;
}
</style>
background-color css
<style>
a { background-color: #F7DAB6; }
a { background-color: rgb(247,218,182); }
div.DivClassName
{
background-color: #F7DAB6;
}
.BgClassName
{
background-color: #F7DAB6;
}
</style>
border-color css
<style>
span { border-color: #F7DAB6; }
span { border-color: rgb(247,218,182); }
td.TdClassName
{
border-color: #F7DAB6;
}
.TagClassName
{
border-color: #F7DAB6;
}
</style>