Shades of Pink Lady #F4D1AE
Tints of Pink Lady #F4D1AE
RGB
CMYK
RGB Variations
Color information
#F4D1AE (or 0xF4D1AE) is known color: Pink Lady. HEX triplet: F4, D1 and AE. RGB value is (244,209,174). Sum of RGB (Red+Green+Blue) = 244+209+174=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D1AE is #0B2E51. Grayscale: #D7D7D7. Windows color (decimal): -732754 or 11457012. OLE color: 11457012.
HSL color Cylindrical-coordinate representation of color #F4D1AE: hue angle of 30º 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 #F4D1AE is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 174 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.04 |
| HSL | 30º | 0.76% | 0.82% | - |
| HSV(B) | 30º | 0.29% | 0.96% | - |
| XYZ | 67.75 | 67.89 | 49.58 | - |
| YUV | 215.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 174 | 0 | 0.14 | 0.29 | 0.04 | 30 | 0.76 | 0.82 |
| Hex | F4 | D1 | AE | 0 | E | 1D | 4 | 1E | 4C | 52 |
| Octal | 364 | 321 | 256 | 0 | 16 | 35 | 4 | 36 | 114 | 122 |
| Binary | 11110100 | 11010001 | 10101110 | 0 | 1110 | 11101 | 100 | 11110 | 1001100 | 1010010 |
Color Harmonies of #F4D1AE
Complementary color
Monochromatic Colors of #F4D1AE
Black with #F4D1AE
Text Example
Text Example
White with #F4D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1AE; }
p { color: rgb(244,209,174); }
H1.HeaderClassName
{
color: #F4D1AE;
}
.AnyTagClassName
{
color: #F4D1AE;
}
</style>
background-color css
<style>
a { background-color: #F4D1AE; }
a { background-color: rgb(244,209,174); }
div.DivClassName
{
background-color: #F4D1AE;
}
.BgClassName
{
background-color: #F4D1AE;
}
</style>
border-color css
<style>
span { border-color: #F4D1AE; }
span { border-color: rgb(244,209,174); }
td.TdClassName
{
border-color: #F4D1AE;
}
.TagClassName
{
border-color: #F4D1AE;
}
</style>