Shades of Pink Lady #F4DCBA
Tints of Pink Lady #F4DCBA
RGB
CMYK
RGB Variations
Color information
#F4DCBA (or 0xF4DCBA) is known color: Pink Lady. HEX triplet: F4, DC and BA. RGB value is (244,220,186). Sum of RGB (Red+Green+Blue) = 244+220+186=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCBA is #0B2345. Grayscale: #DFDFDF. Windows color (decimal): -729926 or 12246260. OLE color: 12246260.
HSL color Cylindrical-coordinate representation of color #F4DCBA: hue angle of 35.17º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4DCBA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 186 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 35.17º | 0.73% | 0.84% | - |
| HSV(B) | 35.17º | 0.24% | 0.96% | - |
| XYZ | 71.76 | 73.96 | 56.95 | - |
| YUV | 223.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 186 | 0 | 0.10 | 0.24 | 0.04 | 35.17 | 0.73 | 0.84 |
| Hex | F4 | DC | BA | 0 | A | 18 | 4 | 23 | 48 | 54 |
| Octal | 364 | 334 | 272 | 0 | 12 | 30 | 4 | 43 | 110 | 124 |
| Binary | 11110100 | 11011100 | 10111010 | 0 | 1010 | 11000 | 100 | 100011 | 1001000 | 1010100 |
Color Harmonies of #F4DCBA
Complementary color
Monochromatic Colors of #F4DCBA
Black with #F4DCBA
Text Example
Text Example
White with #F4DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCBA; }
p { color: rgb(244,220,186); }
H1.HeaderClassName
{
color: #F4DCBA;
}
.AnyTagClassName
{
color: #F4DCBA;
}
</style>
background-color css
<style>
a { background-color: #F4DCBA; }
a { background-color: rgb(244,220,186); }
div.DivClassName
{
background-color: #F4DCBA;
}
.BgClassName
{
background-color: #F4DCBA;
}
</style>
border-color css
<style>
span { border-color: #F4DCBA; }
span { border-color: rgb(244,220,186); }
td.TdClassName
{
border-color: #F4DCBA;
}
.TagClassName
{
border-color: #F4DCBA;
}
</style>