Shades of Pink Lady #F4DCBC
Tints of Pink Lady #F4DCBC
RGB
CMYK
RGB Variations
Color information
#F4DCBC (or 0xF4DCBC) is known color: Pink Lady. HEX triplet: F4, DC and BC. RGB value is (244,220,188). Sum of RGB (Red+Green+Blue) = 244+220+188=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCBC is #0B2343. Grayscale: #DFDFDF. Windows color (decimal): -729924 or 12377332. OLE color: 12377332.
HSL color Cylindrical-coordinate representation of color #F4DCBC: hue angle of 34.29º 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 #F4DCBC is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 188 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.04 |
| HSL | 34.29º | 0.72% | 0.85% | - |
| HSV(B) | 34.29º | 0.23% | 0.96% | - |
| XYZ | 71.98 | 74.05 | 58.08 | - |
| YUV | 223.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 188 | 0 | 0.10 | 0.23 | 0.04 | 34.29 | 0.72 | 0.85 |
| Hex | F4 | DC | BC | 0 | A | 17 | 4 | 22 | 48 | 55 |
| Octal | 364 | 334 | 274 | 0 | 12 | 27 | 4 | 42 | 110 | 125 |
| Binary | 11110100 | 11011100 | 10111100 | 0 | 1010 | 10111 | 100 | 100010 | 1001000 | 1010101 |
Color Harmonies of #F4DCBC
Complementary color
Monochromatic Colors of #F4DCBC
Black with #F4DCBC
Text Example
Text Example
White with #F4DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCBC; }
p { color: rgb(244,220,188); }
H1.HeaderClassName
{
color: #F4DCBC;
}
.AnyTagClassName
{
color: #F4DCBC;
}
</style>
background-color css
<style>
a { background-color: #F4DCBC; }
a { background-color: rgb(244,220,188); }
div.DivClassName
{
background-color: #F4DCBC;
}
.BgClassName
{
background-color: #F4DCBC;
}
</style>
border-color css
<style>
span { border-color: #F4DCBC; }
span { border-color: rgb(244,220,188); }
td.TdClassName
{
border-color: #F4DCBC;
}
.TagClassName
{
border-color: #F4DCBC;
}
</style>