Shades of Pink Lace #EFC9CF
Tints of Pink Lace #EFC9CF
RGB
CMYK
RGB Variations
Color information
#EFC9CF (or 0xEFC9CF) is known color: Pink Lace. HEX triplet: EF, C9 and CF. RGB value is (239,201,207). Sum of RGB (Red+Green+Blue) = 239+201+207=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CF is #103630. Grayscale: #D5D5D5. Windows color (decimal): -1062449 or 13617647. OLE color: 13617647.
HSL color Cylindrical-coordinate representation of color #EFC9CF: hue angle of 350.53º degrees, saturation: 0.54, 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 #EFC9CF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 207 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.06 |
| HSL | 350.53º | 0.54% | 0.86% | - |
| HSV(B) | 350.53º | 0.16% | 0.94% | - |
| XYZ | 67.75 | 64.63 | 67.94 | - |
| YUV | 213.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 207 | 0 | 0.16 | 0.13 | 0.06 | 350.53 | 0.54 | 0.86 |
| Hex | EF | C9 | CF | 0 | 10 | D | 6 | 15F | 36 | 56 |
| Octal | 357 | 311 | 317 | 0 | 20 | 15 | 6 | 537 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11001111 | 0 | 10000 | 1101 | 110 | 101011111 | 110110 | 1010110 |
Color Harmonies of #EFC9CF
Complementary color
Monochromatic Colors of #EFC9CF
Black with #EFC9CF
Text Example
Text Example
White with #EFC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9CF; }
p { color: rgb(239,201,207); }
H1.HeaderClassName
{
color: #EFC9CF;
}
.AnyTagClassName
{
color: #EFC9CF;
}
</style>
background-color css
<style>
a { background-color: #EFC9CF; }
a { background-color: rgb(239,201,207); }
div.DivClassName
{
background-color: #EFC9CF;
}
.BgClassName
{
background-color: #EFC9CF;
}
</style>
border-color css
<style>
span { border-color: #EFC9CF; }
span { border-color: rgb(239,201,207); }
td.TdClassName
{
border-color: #EFC9CF;
}
.TagClassName
{
border-color: #EFC9CF;
}
</style>