Shades of Pink Lady #EFD8BC
Tints of Pink Lady #EFD8BC
RGB
CMYK
RGB Variations
Color information
#EFD8BC (or 0xEFD8BC) is known color: Pink Lady. HEX triplet: EF, D8 and BC. RGB value is (239,216,188). Sum of RGB (Red+Green+Blue) = 239+216+188=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8BC is #102743. Grayscale: #DBDBDB. Windows color (decimal): -1058628 or 12376303. OLE color: 12376303.
HSL color Cylindrical-coordinate representation of color #EFD8BC: hue angle of 32.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD8BC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 188 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.06 |
| HSL | 32.94º | 0.61% | 0.84% | - |
| HSV(B) | 32.94º | 0.21% | 0.94% | - |
| XYZ | 69.23 | 71.09 | 57.65 | - |
| YUV | 219.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 188 | 0 | 0.10 | 0.21 | 0.06 | 32.94 | 0.61 | 0.84 |
| Hex | EF | D8 | BC | 0 | A | 15 | 6 | 21 | 3D | 54 |
| Octal | 357 | 330 | 274 | 0 | 12 | 25 | 6 | 41 | 75 | 124 |
| Binary | 11101111 | 11011000 | 10111100 | 0 | 1010 | 10101 | 110 | 100001 | 111101 | 1010100 |
Color Harmonies of #EFD8BC
Complementary color
Monochromatic Colors of #EFD8BC
Black with #EFD8BC
Text Example
Text Example
White with #EFD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8BC; }
p { color: rgb(239,216,188); }
H1.HeaderClassName
{
color: #EFD8BC;
}
.AnyTagClassName
{
color: #EFD8BC;
}
</style>
background-color css
<style>
a { background-color: #EFD8BC; }
a { background-color: rgb(239,216,188); }
div.DivClassName
{
background-color: #EFD8BC;
}
.BgClassName
{
background-color: #EFD8BC;
}
</style>
border-color css
<style>
span { border-color: #EFD8BC; }
span { border-color: rgb(239,216,188); }
td.TdClassName
{
border-color: #EFD8BC;
}
.TagClassName
{
border-color: #EFD8BC;
}
</style>