Shades of Pink Lady #EFD2B6
Tints of Pink Lady #EFD2B6
RGB
CMYK
RGB Variations
Color information
#EFD2B6 (or 0xEFD2B6) is known color: Pink Lady. HEX triplet: EF, D2 and B6. RGB value is (239,210,182). Sum of RGB (Red+Green+Blue) = 239+210+182=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2B6 is #102D49. Grayscale: #D7D7D7. Windows color (decimal): -1060170 or 11981551. OLE color: 11981551.
HSL color Cylindrical-coordinate representation of color #EFD2B6: hue angle of 29.47º 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 #EFD2B6 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 182 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.06 |
| HSL | 29.47º | 0.64% | 0.83% | - |
| HSV(B) | 29.47º | 0.24% | 0.94% | - |
| XYZ | 67.09 | 67.82 | 53.81 | - |
| YUV | 215.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 182 | 0 | 0.12 | 0.24 | 0.06 | 29.47 | 0.64 | 0.83 |
| Hex | EF | D2 | B6 | 0 | C | 18 | 6 | 1D | 40 | 53 |
| Octal | 357 | 322 | 266 | 0 | 14 | 30 | 6 | 35 | 100 | 123 |
| Binary | 11101111 | 11010010 | 10110110 | 0 | 1100 | 11000 | 110 | 11101 | 1000000 | 1010011 |
Color Harmonies of #EFD2B6
Complementary color
Monochromatic Colors of #EFD2B6
Black with #EFD2B6
Text Example
Text Example
White with #EFD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2B6; }
p { color: rgb(239,210,182); }
H1.HeaderClassName
{
color: #EFD2B6;
}
.AnyTagClassName
{
color: #EFD2B6;
}
</style>
background-color css
<style>
a { background-color: #EFD2B6; }
a { background-color: rgb(239,210,182); }
div.DivClassName
{
background-color: #EFD2B6;
}
.BgClassName
{
background-color: #EFD2B6;
}
</style>
border-color css
<style>
span { border-color: #EFD2B6; }
span { border-color: rgb(239,210,182); }
td.TdClassName
{
border-color: #EFD2B6;
}
.TagClassName
{
border-color: #EFD2B6;
}
</style>