Shades of Pink Lady #F7D5AD
Tints of Pink Lady #F7D5AD
RGB
CMYK
RGB Variations
Color information
#F7D5AD (or 0xF7D5AD) is known color: Pink Lady. HEX triplet: F7, D5 and AD. RGB value is (247,213,173). Sum of RGB (Red+Green+Blue) = 247+213+173=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D5AD is #082A52. Grayscale: #DADADA. Windows color (decimal): -535123 or 11392503. OLE color: 11392503.
HSL color Cylindrical-coordinate representation of color #F7D5AD: hue angle of 32.43º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D5AD is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 173 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.03 |
| HSL | 32.43º | 0.82% | 0.82% | - |
| HSV(B) | 32.43º | 0.3% | 0.97% | - |
| XYZ | 69.69 | 70.38 | 49.45 | - |
| YUV | 218.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 173 | 0 | 0.14 | 0.30 | 0.03 | 32.43 | 0.82 | 0.82 |
| Hex | F7 | D5 | AD | 0 | E | 1E | 3 | 20 | 52 | 52 |
| Octal | 367 | 325 | 255 | 0 | 16 | 36 | 3 | 40 | 122 | 122 |
| Binary | 11110111 | 11010101 | 10101101 | 0 | 1110 | 11110 | 11 | 100000 | 1010010 | 1010010 |
Color Harmonies of #F7D5AD
Complementary color
Monochromatic Colors of #F7D5AD
Black with #F7D5AD
Text Example
Text Example
White with #F7D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5AD; }
p { color: rgb(247,213,173); }
H1.HeaderClassName
{
color: #F7D5AD;
}
.AnyTagClassName
{
color: #F7D5AD;
}
</style>
background-color css
<style>
a { background-color: #F7D5AD; }
a { background-color: rgb(247,213,173); }
div.DivClassName
{
background-color: #F7D5AD;
}
.BgClassName
{
background-color: #F7D5AD;
}
</style>
border-color css
<style>
span { border-color: #F7D5AD; }
span { border-color: rgb(247,213,173); }
td.TdClassName
{
border-color: #F7D5AD;
}
.TagClassName
{
border-color: #F7D5AD;
}
</style>