Shades of Pink Lace #EFC4CF
Tints of Pink Lace #EFC4CF
RGB
CMYK
RGB Variations
Color information
#EFC4CF (or 0xEFC4CF) is known color: Pink Lace. HEX triplet: EF, C4 and CF. RGB value is (239,196,207). Sum of RGB (Red+Green+Blue) = 239+196+207=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CF is #103B30. Grayscale: #D2D2D2. Windows color (decimal): -1063729 or 13616367. OLE color: 13616367.
HSL color Cylindrical-coordinate representation of color #EFC4CF: hue angle of 344.65º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4CF is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 207 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.06 |
| HSL | 344.65º | 0.57% | 0.85% | - |
| HSV(B) | 344.65º | 0.18% | 0.94% | - |
| XYZ | 66.6 | 62.34 | 67.55 | - |
| YUV | 210.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 207 | 0 | 0.18 | 0.13 | 0.06 | 344.65 | 0.57 | 0.85 |
| Hex | EF | C4 | CF | 0 | 12 | D | 6 | 159 | 39 | 55 |
| Octal | 357 | 304 | 317 | 0 | 22 | 15 | 6 | 531 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11001111 | 0 | 10010 | 1101 | 110 | 101011001 | 111001 | 1010101 |
Color Harmonies of #EFC4CF
Complementary color
Monochromatic Colors of #EFC4CF
Black with #EFC4CF
Text Example
Text Example
White with #EFC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4CF; }
p { color: rgb(239,196,207); }
H1.HeaderClassName
{
color: #EFC4CF;
}
.AnyTagClassName
{
color: #EFC4CF;
}
</style>
background-color css
<style>
a { background-color: #EFC4CF; }
a { background-color: rgb(239,196,207); }
div.DivClassName
{
background-color: #EFC4CF;
}
.BgClassName
{
background-color: #EFC4CF;
}
</style>
border-color css
<style>
span { border-color: #EFC4CF; }
span { border-color: rgb(239,196,207); }
td.TdClassName
{
border-color: #EFC4CF;
}
.TagClassName
{
border-color: #EFC4CF;
}
</style>