#EFCACE

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

Shades of Pink Lace #EFCACE

Tints of Pink Lace #EFCACE

Color information

#EFCACE (or 0xEFCACE) is unknown color: approx Pink Lace. HEX triplet: EF, CA and CE. RGB value is (239,202,206). Sum of RGB (Red+Green+Blue) = 239+202+206=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACE is #103531. Grayscale: #D5D5D5. Windows color (decimal): -1062194 or 13552367. OLE color: 13552367.

HSL color Cylindrical-coordinate representation of color #EFCACE: hue angle of 353.51º 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 #EFCACE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239202206-
CMYK00.150.140.06
HSL353.51º53.62%86.47%-
HSV(B)353.51º15.48%93.73%-
XYZ67.8665.0567.37-
YUV213.52123.76146.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=36.94%
G=31.22%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920220600.150.140.06353.5153.6286.47
HexEFCACE0FE61623656
Octal35731231601716654266126
Binary1110111111001010110011100111111101101011000101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACE; }

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

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

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

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

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

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

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

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