#EFCAD2

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

Shades of Pink Lace #EFCAD2

Tints of Pink Lace #EFCAD2

Color information

#EFCAD2 (or 0xEFCAD2) is unknown color: approx Pink Lace. HEX triplet: EF, CA and D2. RGB value is (239,202,210). Sum of RGB (Red+Green+Blue) = 239+202+210=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD2 is #10352D. Grayscale: #D5D5D5. Windows color (decimal): -1062190 or 13814511. OLE color: 13814511.

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

Color convert

RGB239202210-
CMYK00.150.120.06
HSL347.03º53.62%86.47%-
HSV(B)347.03º15.48%93.73%-
XYZ68.3565.2469.96-
YUV213.98125.76145.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=36.71%
G=31.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920221000.150.120.06347.0353.6286.47
HexEFCAD20FC615b3656
Octal35731232201714653366126
Binary1110111111001010110100100111111001101010110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAD2; }

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

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

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

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

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

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

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

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