Shades of Pink Lady #EFD5BA
Tints of Pink Lady #EFD5BA
RGB
CMYK
RGB Variations
Color information
#EFD5BA (or 0xEFD5BA) is known color: Pink Lady. HEX triplet: EF, D5 and BA. RGB value is (239,213,186). Sum of RGB (Red+Green+Blue) = 239+213+186=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5BA is #102A45. Grayscale: #D9D9D9. Windows color (decimal): -1059398 or 12244463. OLE color: 12244463.
HSL color Cylindrical-coordinate representation of color #EFD5BA: hue angle of 30.57º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD5BA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 186 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.06 |
| HSL | 30.57º | 0.62% | 0.83% | - |
| HSV(B) | 30.57º | 0.22% | 0.94% | - |
| XYZ | 68.25 | 69.48 | 56.27 | - |
| YUV | 217.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 186 | 0 | 0.11 | 0.22 | 0.06 | 30.57 | 0.62 | 0.83 |
| Hex | EF | D5 | BA | 0 | B | 16 | 6 | 1F | 3E | 53 |
| Octal | 357 | 325 | 272 | 0 | 13 | 26 | 6 | 37 | 76 | 123 |
| Binary | 11101111 | 11010101 | 10111010 | 0 | 1011 | 10110 | 110 | 11111 | 111110 | 1010011 |
Color Harmonies of #EFD5BA
Complementary color
Monochromatic Colors of #EFD5BA
Black with #EFD5BA
Text Example
Text Example
White with #EFD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5BA; }
p { color: rgb(239,213,186); }
H1.HeaderClassName
{
color: #EFD5BA;
}
.AnyTagClassName
{
color: #EFD5BA;
}
</style>
background-color css
<style>
a { background-color: #EFD5BA; }
a { background-color: rgb(239,213,186); }
div.DivClassName
{
background-color: #EFD5BA;
}
.BgClassName
{
background-color: #EFD5BA;
}
</style>
border-color css
<style>
span { border-color: #EFD5BA; }
span { border-color: rgb(239,213,186); }
td.TdClassName
{
border-color: #EFD5BA;
}
.TagClassName
{
border-color: #EFD5BA;
}
</style>