Shades of Pink Lady #EFD8BA
Tints of Pink Lady #EFD8BA
RGB
CMYK
RGB Variations
Color information
#EFD8BA (or 0xEFD8BA) is known color: Pink Lady. HEX triplet: EF, D8 and BA. RGB value is (239,216,186). Sum of RGB (Red+Green+Blue) = 239+216+186=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8BA is #102745. Grayscale: #DBDBDB. Windows color (decimal): -1058630 or 12245231. OLE color: 12245231.
HSL color Cylindrical-coordinate representation of color #EFD8BA: hue angle of 33.96º 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 #EFD8BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 186 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.06 |
| HSL | 33.96º | 0.62% | 0.83% | - |
| HSV(B) | 33.96º | 0.22% | 0.94% | - |
| XYZ | 69.02 | 71.01 | 56.52 | - |
| YUV | 219.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 186 | 0 | 0.10 | 0.22 | 0.06 | 33.96 | 0.62 | 0.83 |
| Hex | EF | D8 | BA | 0 | A | 16 | 6 | 22 | 3E | 53 |
| Octal | 357 | 330 | 272 | 0 | 12 | 26 | 6 | 42 | 76 | 123 |
| Binary | 11101111 | 11011000 | 10111010 | 0 | 1010 | 10110 | 110 | 100010 | 111110 | 1010011 |
Color Harmonies of #EFD8BA
Complementary color
Monochromatic Colors of #EFD8BA
Black with #EFD8BA
Text Example
Text Example
White with #EFD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8BA; }
p { color: rgb(239,216,186); }
H1.HeaderClassName
{
color: #EFD8BA;
}
.AnyTagClassName
{
color: #EFD8BA;
}
</style>
background-color css
<style>
a { background-color: #EFD8BA; }
a { background-color: rgb(239,216,186); }
div.DivClassName
{
background-color: #EFD8BA;
}
.BgClassName
{
background-color: #EFD8BA;
}
</style>
border-color css
<style>
span { border-color: #EFD8BA; }
span { border-color: rgb(239,216,186); }
td.TdClassName
{
border-color: #EFD8BA;
}
.TagClassName
{
border-color: #EFD8BA;
}
</style>