Html Css Color HEX #EFCACE Pink Lace

📋 copy color: '#EFCACE'

red 239 ◦ green 202 ◦ blue 206

#EFCACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #EFCACE

Tints of Pink Lace #EFCACE

RGB

 RED value IS 239 (93.75% from 255) = 36.94%

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFCACE (or 0xEFCACE) is known color: 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

RGB 239 202 206 -
CMYK 0 0.15 0.14 0.06
HSL 353.51º 0.54% 0.86% -
HSV(B) 353.51º 0.15% 0.94% -
XYZ 67.86 65.05 67.37 -
YUV 213.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 239 202 206 0 0.15 0.14 0.06 353.51 0.54 0.86
Hex EF CA CE 0 F E 6 162 36 56
Octal 357 312 316 0 17 16 6 542 66 126
Binary 11101111 11001010 11001110 0 1111 1110 110 101100010 110110 1010110

Color Harmonies of #EFCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCACE

Black with #EFCACE

Text Example


Text Example

White with #EFCACE

Text Example


Text Example

HTML Codes & Css Web 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>