Shades of Pink Lady #EFD5BC
Tints of Pink Lady #EFD5BC
RGB
CMYK
RGB Variations
Color information
#EFD5BC (or 0xEFD5BC) is known color: Pink Lady. HEX triplet: EF, D5 and BC. RGB value is (239,213,188). Sum of RGB (Red+Green+Blue) = 239+213+188=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5BC is #102A43. Grayscale: #DADADA. Windows color (decimal): -1059396 or 12375535. OLE color: 12375535.
HSL color Cylindrical-coordinate representation of color #EFD5BC: hue angle of 29.41º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD5BC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 188 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.06 |
| HSL | 29.41º | 0.61% | 0.84% | - |
| HSV(B) | 29.41º | 0.21% | 0.94% | - |
| XYZ | 68.47 | 69.57 | 57.4 | - |
| YUV | 217.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 188 | 0 | 0.11 | 0.21 | 0.06 | 29.41 | 0.61 | 0.84 |
| Hex | EF | D5 | BC | 0 | B | 15 | 6 | 1D | 3D | 54 |
| Octal | 357 | 325 | 274 | 0 | 13 | 25 | 6 | 35 | 75 | 124 |
| Binary | 11101111 | 11010101 | 10111100 | 0 | 1011 | 10101 | 110 | 11101 | 111101 | 1010100 |
Color Harmonies of #EFD5BC
Complementary color
Monochromatic Colors of #EFD5BC
Black with #EFD5BC
Text Example
Text Example
White with #EFD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5BC; }
p { color: rgb(239,213,188); }
H1.HeaderClassName
{
color: #EFD5BC;
}
.AnyTagClassName
{
color: #EFD5BC;
}
</style>
background-color css
<style>
a { background-color: #EFD5BC; }
a { background-color: rgb(239,213,188); }
div.DivClassName
{
background-color: #EFD5BC;
}
.BgClassName
{
background-color: #EFD5BC;
}
</style>
border-color css
<style>
span { border-color: #EFD5BC; }
span { border-color: rgb(239,213,188); }
td.TdClassName
{
border-color: #EFD5BC;
}
.TagClassName
{
border-color: #EFD5BC;
}
</style>