Shades of Pink Lady #F4D6AD
Tints of Pink Lady #F4D6AD
RGB
CMYK
RGB Variations
Color information
#F4D6AD (or 0xF4D6AD) is known color: Pink Lady. HEX triplet: F4, D6 and AD. RGB value is (244,214,173). Sum of RGB (Red+Green+Blue) = 244+214+173=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D6AD is #0B2952. Grayscale: #DADADA. Windows color (decimal): -731475 or 11392756. OLE color: 11392756.
HSL color Cylindrical-coordinate representation of color #F4D6AD: hue angle of 34.65º 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 #F4D6AD is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 173 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.04 |
| HSL | 34.65º | 0.76% | 0.82% | - |
| HSV(B) | 34.65º | 0.29% | 0.96% | - |
| XYZ | 68.9 | 70.34 | 49.48 | - |
| YUV | 218.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 173 | 0 | 0.12 | 0.29 | 0.04 | 34.65 | 0.76 | 0.82 |
| Hex | F4 | D6 | AD | 0 | C | 1D | 4 | 23 | 4C | 52 |
| Octal | 364 | 326 | 255 | 0 | 14 | 35 | 4 | 43 | 114 | 122 |
| Binary | 11110100 | 11010110 | 10101101 | 0 | 1100 | 11101 | 100 | 100011 | 1001100 | 1010010 |
Color Harmonies of #F4D6AD
Complementary color
Monochromatic Colors of #F4D6AD
Black with #F4D6AD
Text Example
Text Example
White with #F4D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D6AD; }
p { color: rgb(244,214,173); }
H1.HeaderClassName
{
color: #F4D6AD;
}
.AnyTagClassName
{
color: #F4D6AD;
}
</style>
background-color css
<style>
a { background-color: #F4D6AD; }
a { background-color: rgb(244,214,173); }
div.DivClassName
{
background-color: #F4D6AD;
}
.BgClassName
{
background-color: #F4D6AD;
}
</style>
border-color css
<style>
span { border-color: #F4D6AD; }
span { border-color: rgb(244,214,173); }
td.TdClassName
{
border-color: #F4D6AD;
}
.TagClassName
{
border-color: #F4D6AD;
}
</style>