#EFCAD0

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

Shades of Pink Lace #EFCAD0

Tints of Pink Lace #EFCAD0

Color information

#EFCAD0 (or 0xEFCAD0) is unknown color: approx Pink Lace. HEX triplet: EF, CA and D0. RGB value is (239,202,208). Sum of RGB (Red+Green+Blue) = 239+202+208=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD0 is #10352F. Grayscale: #D5D5D5. Windows color (decimal): -1062192 or 13683439. OLE color: 13683439.

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

Color convert

RGB239202208-
CMYK00.150.130.06
HSL350.27º53.62%86.47%-
HSV(B)350.27º15.48%93.73%-
XYZ68.165.1568.66-
YUV213.75124.76146.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=36.83%
G=31.12%
B=32.05%

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
Decimal23920220800.150.130.06350.2753.6286.47
HexEFCAD00FD615e3656
Octal35731232001715653666126
Binary1110111111001010110100000111111011101010111101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAD0; }

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

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

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

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

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

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

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

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