#EFCACF

Color #EFCACF Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #EFCACF

Tints of Pink Lace #EFCACF

Color information

#EFCACF (or 0xEFCACF) is unknown color: approx Pink Lace. HEX triplet: EF, CA and CF. RGB value is (239,202,207). Sum of RGB (Red+Green+Blue) = 239+202+207=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACF is #103530. Grayscale: #D5D5D5. Windows color (decimal): -1062193 or 13617903. OLE color: 13617903.

HSL color Cylindrical-coordinate representation of color #EFCACF: hue angle of 351.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239202207-
CMYK00.150.130.06
HSL351.89º53.62%86.47%-
HSV(B)351.89º15.48%93.73%-
XYZ67.9865.168.01-
YUV213.63124.26146.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=36.88%
G=31.17%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920220700.150.130.06351.8953.6286.47
HexEFCACF0FD61603656
Octal35731231701715654066126
Binary1110111111001010110011110111111011101011000001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACF; }

 p { color: rgb(239,202,207); }

 H1.HeaderClassName
 {
   color: #EFCACF;
 }
 .AnyTagClassName
 {
   color: #EFCACF;
 }
</style>
background-color css

<style>
 a { background-color: #EFCACF; }

 a { background-color: rgb(239,202,207); }

 div.DivClassName
 {
   background-color: #EFCACF;
 }
 .BgClassName
 {
   background-color: #EFCACF;
 }
</style>
border-color css

<style>
 span { border-color: #EFCACF; }

 span { border-color: rgb(239,202,207); }

 td.TdClassName
 {
   border-color: #EFCACF;
 }
 .TagClassName
 {
   border-color: #EFCACF;
 }
</style>