Shades of Pink Lady #F4DABB
Tints of Pink Lady #F4DABB
RGB
CMYK
RGB Variations
Color information
#F4DABB (or 0xF4DABB) is known color: Pink Lady. HEX triplet: F4, DA and BB. RGB value is (244,218,187). Sum of RGB (Red+Green+Blue) = 244+218+187=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DABB is #0B2544. Grayscale: #DEDEDE. Windows color (decimal): -730437 or 12311284. OLE color: 12311284.
HSL color Cylindrical-coordinate representation of color #F4DABB: hue angle of 32.63º degrees, saturation: 0.72, 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 #F4DABB is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 187 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.04 |
| HSL | 32.63º | 0.72% | 0.85% | - |
| HSV(B) | 32.63º | 0.23% | 0.96% | - |
| XYZ | 71.35 | 72.96 | 57.34 | - |
| YUV | 222.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 187 | 0 | 0.11 | 0.23 | 0.04 | 32.63 | 0.72 | 0.85 |
| Hex | F4 | DA | BB | 0 | B | 17 | 4 | 21 | 48 | 55 |
| Octal | 364 | 332 | 273 | 0 | 13 | 27 | 4 | 41 | 110 | 125 |
| Binary | 11110100 | 11011010 | 10111011 | 0 | 1011 | 10111 | 100 | 100001 | 1001000 | 1010101 |
Color Harmonies of #F4DABB
Complementary color
Monochromatic Colors of #F4DABB
Black with #F4DABB
Text Example
Text Example
White with #F4DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DABB; }
p { color: rgb(244,218,187); }
H1.HeaderClassName
{
color: #F4DABB;
}
.AnyTagClassName
{
color: #F4DABB;
}
</style>
background-color css
<style>
a { background-color: #F4DABB; }
a { background-color: rgb(244,218,187); }
div.DivClassName
{
background-color: #F4DABB;
}
.BgClassName
{
background-color: #F4DABB;
}
</style>
border-color css
<style>
span { border-color: #F4DABB; }
span { border-color: rgb(244,218,187); }
td.TdClassName
{
border-color: #F4DABB;
}
.TagClassName
{
border-color: #F4DABB;
}
</style>