Shades of Pink Lady #F4D9BD
Tints of Pink Lady #F4D9BD
RGB
CMYK
RGB Variations
Color information
#F4D9BD (or 0xF4D9BD) is known color: Pink Lady. HEX triplet: F4, D9 and BD. RGB value is (244,217,189). Sum of RGB (Red+Green+Blue) = 244+217+189=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D9BD is #0B2642. Grayscale: #DEDEDE. Windows color (decimal): -730691 or 12442100. OLE color: 12442100.
HSL color Cylindrical-coordinate representation of color #F4D9BD: hue angle of 30.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4D9BD is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 189 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.04 |
| HSL | 30.55º | 0.71% | 0.85% | - |
| HSV(B) | 30.55º | 0.23% | 0.96% | - |
| XYZ | 71.31 | 72.53 | 58.39 | - |
| YUV | 221.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 189 | 0 | 0.11 | 0.23 | 0.04 | 30.55 | 0.71 | 0.85 |
| Hex | F4 | D9 | BD | 0 | B | 17 | 4 | 1F | 47 | 55 |
| Octal | 364 | 331 | 275 | 0 | 13 | 27 | 4 | 37 | 107 | 125 |
| Binary | 11110100 | 11011001 | 10111101 | 0 | 1011 | 10111 | 100 | 11111 | 1000111 | 1010101 |
Color Harmonies of #F4D9BD
Complementary color
Monochromatic Colors of #F4D9BD
Black with #F4D9BD
Text Example
Text Example
White with #F4D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D9BD; }
p { color: rgb(244,217,189); }
H1.HeaderClassName
{
color: #F4D9BD;
}
.AnyTagClassName
{
color: #F4D9BD;
}
</style>
background-color css
<style>
a { background-color: #F4D9BD; }
a { background-color: rgb(244,217,189); }
div.DivClassName
{
background-color: #F4D9BD;
}
.BgClassName
{
background-color: #F4D9BD;
}
</style>
border-color css
<style>
span { border-color: #F4D9BD; }
span { border-color: rgb(244,217,189); }
td.TdClassName
{
border-color: #F4D9BD;
}
.TagClassName
{
border-color: #F4D9BD;
}
</style>