Shades of Pink Lady #EFD2B5
Tints of Pink Lady #EFD2B5
RGB
CMYK
RGB Variations
Color information
#EFD2B5 (or 0xEFD2B5) is known color: Pink Lady. HEX triplet: EF, D2 and B5. RGB value is (239,210,181). Sum of RGB (Red+Green+Blue) = 239+210+181=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2B5 is #102D4A. Grayscale: #D7D7D7. Windows color (decimal): -1060171 or 11916015. OLE color: 11916015.
HSL color Cylindrical-coordinate representation of color #EFD2B5: hue angle of 30º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD2B5 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 181 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.06 |
| HSL | 30º | 0.64% | 0.82% | - |
| HSV(B) | 30º | 0.24% | 0.94% | - |
| XYZ | 66.98 | 67.78 | 53.27 | - |
| YUV | 215.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 181 | 0 | 0.12 | 0.24 | 0.06 | 30 | 0.64 | 0.82 |
| Hex | EF | D2 | B5 | 0 | C | 18 | 6 | 1E | 40 | 52 |
| Octal | 357 | 322 | 265 | 0 | 14 | 30 | 6 | 36 | 100 | 122 |
| Binary | 11101111 | 11010010 | 10110101 | 0 | 1100 | 11000 | 110 | 11110 | 1000000 | 1010010 |
Color Harmonies of #EFD2B5
Complementary color
Monochromatic Colors of #EFD2B5
Black with #EFD2B5
Text Example
Text Example
White with #EFD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2B5; }
p { color: rgb(239,210,181); }
H1.HeaderClassName
{
color: #EFD2B5;
}
.AnyTagClassName
{
color: #EFD2B5;
}
</style>
background-color css
<style>
a { background-color: #EFD2B5; }
a { background-color: rgb(239,210,181); }
div.DivClassName
{
background-color: #EFD2B5;
}
.BgClassName
{
background-color: #EFD2B5;
}
</style>
border-color css
<style>
span { border-color: #EFD2B5; }
span { border-color: rgb(239,210,181); }
td.TdClassName
{
border-color: #EFD2B5;
}
.TagClassName
{
border-color: #EFD2B5;
}
</style>