Shades of Pink Lace #EFC8CE
Tints of Pink Lace #EFC8CE
RGB
CMYK
RGB Variations
Color information
#EFC8CE (or 0xEFC8CE) is known color: Pink Lace. HEX triplet: EF, C8 and CE. RGB value is (239,200,206). Sum of RGB (Red+Green+Blue) = 239+200+206=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8CE is #103731. Grayscale: #D4D4D4. Windows color (decimal): -1062706 or 13551855. OLE color: 13551855.
HSL color Cylindrical-coordinate representation of color #EFC8CE: hue angle of 350.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8CE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 206 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.06 |
| HSL | 350.77º | 0.55% | 0.86% | - |
| HSV(B) | 350.77º | 0.16% | 0.94% | - |
| XYZ | 67.39 | 64.12 | 67.22 | - |
| YUV | 212.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 206 | 0 | 0.16 | 0.14 | 0.06 | 350.77 | 0.55 | 0.86 |
| Hex | EF | C8 | CE | 0 | 10 | E | 6 | 15F | 37 | 56 |
| Octal | 357 | 310 | 316 | 0 | 20 | 16 | 6 | 537 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11001110 | 0 | 10000 | 1110 | 110 | 101011111 | 110111 | 1010110 |
Color Harmonies of #EFC8CE
Complementary color
Monochromatic Colors of #EFC8CE
Black with #EFC8CE
Text Example
Text Example
White with #EFC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8CE; }
p { color: rgb(239,200,206); }
H1.HeaderClassName
{
color: #EFC8CE;
}
.AnyTagClassName
{
color: #EFC8CE;
}
</style>
background-color css
<style>
a { background-color: #EFC8CE; }
a { background-color: rgb(239,200,206); }
div.DivClassName
{
background-color: #EFC8CE;
}
.BgClassName
{
background-color: #EFC8CE;
}
</style>
border-color css
<style>
span { border-color: #EFC8CE; }
span { border-color: rgb(239,200,206); }
td.TdClassName
{
border-color: #EFC8CE;
}
.TagClassName
{
border-color: #EFC8CE;
}
</style>