Shades of Pink Lady #EFD4BB
Tints of Pink Lady #EFD4BB
RGB
CMYK
RGB Variations
Color information
#EFD4BB (or 0xEFD4BB) is known color: Pink Lady. HEX triplet: EF, D4 and BB. RGB value is (239,212,187). Sum of RGB (Red+Green+Blue) = 239+212+187=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BB is #102B44. Grayscale: #D9D9D9. Windows color (decimal): -1059653 or 12309743. OLE color: 12309743.
HSL color Cylindrical-coordinate representation of color #EFD4BB: hue angle of 28.85º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD4BB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 187 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.06 |
| HSL | 28.85º | 0.62% | 0.84% | - |
| HSV(B) | 28.85º | 0.22% | 0.94% | - |
| XYZ | 68.11 | 69.03 | 56.75 | - |
| YUV | 217.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 187 | 0 | 0.11 | 0.22 | 0.06 | 28.85 | 0.62 | 0.84 |
| Hex | EF | D4 | BB | 0 | B | 16 | 6 | 1D | 3E | 54 |
| Octal | 357 | 324 | 273 | 0 | 13 | 26 | 6 | 35 | 76 | 124 |
| Binary | 11101111 | 11010100 | 10111011 | 0 | 1011 | 10110 | 110 | 11101 | 111110 | 1010100 |
Color Harmonies of #EFD4BB
Complementary color
Monochromatic Colors of #EFD4BB
Black with #EFD4BB
Text Example
Text Example
White with #EFD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4BB; }
p { color: rgb(239,212,187); }
H1.HeaderClassName
{
color: #EFD4BB;
}
.AnyTagClassName
{
color: #EFD4BB;
}
</style>
background-color css
<style>
a { background-color: #EFD4BB; }
a { background-color: rgb(239,212,187); }
div.DivClassName
{
background-color: #EFD4BB;
}
.BgClassName
{
background-color: #EFD4BB;
}
</style>
border-color css
<style>
span { border-color: #EFD4BB; }
span { border-color: rgb(239,212,187); }
td.TdClassName
{
border-color: #EFD4BB;
}
.TagClassName
{
border-color: #EFD4BB;
}
</style>