Shades of Pink Lady #EFD4B6
Tints of Pink Lady #EFD4B6
RGB
CMYK
RGB Variations
Color information
#EFD4B6 (or 0xEFD4B6) is known color: Pink Lady. HEX triplet: EF, D4 and B6. RGB value is (239,212,182). Sum of RGB (Red+Green+Blue) = 239+212+182=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4B6 is #102B49. Grayscale: #D8D8D8. Windows color (decimal): -1059658 or 11982063. OLE color: 11982063.
HSL color Cylindrical-coordinate representation of color #EFD4B6: hue angle of 31.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD4B6 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 182 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.06 |
| HSL | 31.58º | 0.64% | 0.83% | - |
| HSV(B) | 31.58º | 0.24% | 0.94% | - |
| XYZ | 67.58 | 68.82 | 53.98 | - |
| YUV | 216.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 182 | 0 | 0.11 | 0.24 | 0.06 | 31.58 | 0.64 | 0.83 |
| Hex | EF | D4 | B6 | 0 | B | 18 | 6 | 20 | 40 | 53 |
| Octal | 357 | 324 | 266 | 0 | 13 | 30 | 6 | 40 | 100 | 123 |
| Binary | 11101111 | 11010100 | 10110110 | 0 | 1011 | 11000 | 110 | 100000 | 1000000 | 1010011 |
Color Harmonies of #EFD4B6
Complementary color
Monochromatic Colors of #EFD4B6
Black with #EFD4B6
Text Example
Text Example
White with #EFD4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4B6; }
p { color: rgb(239,212,182); }
H1.HeaderClassName
{
color: #EFD4B6;
}
.AnyTagClassName
{
color: #EFD4B6;
}
</style>
background-color css
<style>
a { background-color: #EFD4B6; }
a { background-color: rgb(239,212,182); }
div.DivClassName
{
background-color: #EFD4B6;
}
.BgClassName
{
background-color: #EFD4B6;
}
</style>
border-color css
<style>
span { border-color: #EFD4B6; }
span { border-color: rgb(239,212,182); }
td.TdClassName
{
border-color: #EFD4B6;
}
.TagClassName
{
border-color: #EFD4B6;
}
</style>