Shades of Pink Lace #EFCBD0
Tints of Pink Lace #EFCBD0
RGB
CMYK
RGB Variations
Color information
#EFCBD0 (or 0xEFCBD0) is known color: Pink Lace. HEX triplet: EF, CB and D0. RGB value is (239,203,208). Sum of RGB (Red+Green+Blue) = 239+203+208=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD0 is #10342F. Grayscale: #D6D6D6. Windows color (decimal): -1061936 or 13683695. OLE color: 13683695.
HSL color Cylindrical-coordinate representation of color #EFCBD0: hue angle of 351.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBD0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 208 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.06 |
| HSL | 351.67º | 0.53% | 0.87% | - |
| HSV(B) | 351.67º | 0.15% | 0.94% | - |
| XYZ | 68.34 | 65.62 | 68.74 | - |
| YUV | 214.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 208 | 0 | 0.15 | 0.13 | 0.06 | 351.67 | 0.53 | 0.87 |
| Hex | EF | CB | D0 | 0 | F | D | 6 | 160 | 35 | 57 |
| Octal | 357 | 313 | 320 | 0 | 17 | 15 | 6 | 540 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11010000 | 0 | 1111 | 1101 | 110 | 101100000 | 110101 | 1010111 |
Color Harmonies of #EFCBD0
Complementary color
Monochromatic Colors of #EFCBD0
Black with #EFCBD0
Text Example
Text Example
White with #EFCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBD0; }
p { color: rgb(239,203,208); }
H1.HeaderClassName
{
color: #EFCBD0;
}
.AnyTagClassName
{
color: #EFCBD0;
}
</style>
background-color css
<style>
a { background-color: #EFCBD0; }
a { background-color: rgb(239,203,208); }
div.DivClassName
{
background-color: #EFCBD0;
}
.BgClassName
{
background-color: #EFCBD0;
}
</style>
border-color css
<style>
span { border-color: #EFCBD0; }
span { border-color: rgb(239,203,208); }
td.TdClassName
{
border-color: #EFCBD0;
}
.TagClassName
{
border-color: #EFCBD0;
}
</style>