Shades of Pink Lady #F4D5AD
Tints of Pink Lady #F4D5AD
RGB
CMYK
RGB Variations
Color information
#F4D5AD (or 0xF4D5AD) is known color: Pink Lady. HEX triplet: F4, D5 and AD. RGB value is (244,213,173). Sum of RGB (Red+Green+Blue) = 244+213+173=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D5AD is #0B2A52. Grayscale: #D9D9D9. Windows color (decimal): -731731 or 11392500. OLE color: 11392500.
HSL color Cylindrical-coordinate representation of color #F4D5AD: hue angle of 33.8º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4D5AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 173 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.04 |
| HSL | 33.8º | 0.76% | 0.82% | - |
| HSV(B) | 33.8º | 0.29% | 0.96% | - |
| XYZ | 68.65 | 69.84 | 49.4 | - |
| YUV | 217.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 173 | 0 | 0.13 | 0.29 | 0.04 | 33.8 | 0.76 | 0.82 |
| Hex | F4 | D5 | AD | 0 | D | 1D | 4 | 22 | 4C | 52 |
| Octal | 364 | 325 | 255 | 0 | 15 | 35 | 4 | 42 | 114 | 122 |
| Binary | 11110100 | 11010101 | 10101101 | 0 | 1101 | 11101 | 100 | 100010 | 1001100 | 1010010 |
Color Harmonies of #F4D5AD
Complementary color
Monochromatic Colors of #F4D5AD
Black with #F4D5AD
Text Example
Text Example
White with #F4D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D5AD; }
p { color: rgb(244,213,173); }
H1.HeaderClassName
{
color: #F4D5AD;
}
.AnyTagClassName
{
color: #F4D5AD;
}
</style>
background-color css
<style>
a { background-color: #F4D5AD; }
a { background-color: rgb(244,213,173); }
div.DivClassName
{
background-color: #F4D5AD;
}
.BgClassName
{
background-color: #F4D5AD;
}
</style>
border-color css
<style>
span { border-color: #F4D5AD; }
span { border-color: rgb(244,213,173); }
td.TdClassName
{
border-color: #F4D5AD;
}
.TagClassName
{
border-color: #F4D5AD;
}
</style>