Shades of Pink Lady #EFD3BA
Tints of Pink Lady #EFD3BA
RGB
CMYK
RGB Variations
Color information
#EFD3BA (or 0xEFD3BA) is known color: Pink Lady. HEX triplet: EF, D3 and BA. RGB value is (239,211,186). Sum of RGB (Red+Green+Blue) = 239+211+186=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BA is #102C45. Grayscale: #D8D8D8. Windows color (decimal): -1059910 or 12243951. OLE color: 12243951.
HSL color Cylindrical-coordinate representation of color #EFD3BA: hue angle of 28.3º 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 #EFD3BA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 186 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.06 |
| HSL | 28.3º | 0.62% | 0.83% | - |
| HSV(B) | 28.3º | 0.22% | 0.94% | - |
| XYZ | 67.75 | 68.48 | 56.1 | - |
| YUV | 216.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 186 | 0 | 0.12 | 0.22 | 0.06 | 28.3 | 0.62 | 0.83 |
| Hex | EF | D3 | BA | 0 | C | 16 | 6 | 1C | 3E | 53 |
| Octal | 357 | 323 | 272 | 0 | 14 | 26 | 6 | 34 | 76 | 123 |
| Binary | 11101111 | 11010011 | 10111010 | 0 | 1100 | 10110 | 110 | 11100 | 111110 | 1010011 |
Color Harmonies of #EFD3BA
Complementary color
Monochromatic Colors of #EFD3BA
Black with #EFD3BA
Text Example
Text Example
White with #EFD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3BA; }
p { color: rgb(239,211,186); }
H1.HeaderClassName
{
color: #EFD3BA;
}
.AnyTagClassName
{
color: #EFD3BA;
}
</style>
background-color css
<style>
a { background-color: #EFD3BA; }
a { background-color: rgb(239,211,186); }
div.DivClassName
{
background-color: #EFD3BA;
}
.BgClassName
{
background-color: #EFD3BA;
}
</style>
border-color css
<style>
span { border-color: #EFD3BA; }
span { border-color: rgb(239,211,186); }
td.TdClassName
{
border-color: #EFD3BA;
}
.TagClassName
{
border-color: #EFD3BA;
}
</style>