Color Hex Logo

#fcecce Color Hex

#FCECCE
(252,236,206)
0 Favorites   0 Comments

Color spaces of #fcecce

RGB 252236206
HSL0.110.880.90
HSV39°18°99°
CMYK 0.000.060.18   0.01
XYZ81.280985.142670.5427
Yxy85.14260.34300.3593
Hunter Lab92.2727-4.240819.2636
CIE-Lab93.94450.692816.5006

#fcecce color RGB value is (252,236,206).

#fcecce hex color red value is 252, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fcecce hue: 0.11 , saturation: 0.88 and the lightness value of fcecce is 0.90.

The process color (four color CMYK) of #fcecce color hex is 0.00, 0.06, 0.18, 0.01. Web safe color of #fcecce is #ffffcc. Color #fcecce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11001110
Octal 374 354 316
Decimal 252 236 206
Hex FC EC CE

RGB Percentages of Color #fcecce

%36.31
%34.01
%29.68

CMYK Percentages of Color #fcecce

%0
%6
%18
%1

Triadic Colors of #fcecce

#fcecce #cefcec #eccefc

Analogous Colors of #fcecce

#fcecce #f5fcce #fcd5ce

Monochromatic Colors of #fcecce

#fcecce

Complementary Color

#fcecce #cedefc

#fcecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecce Color CSS Codes

.mybgcolor {background-color:#fcecce; } 
.myforecolor {color:#fcecce; }
.mybordercolor {border:3px solid #fcecce; }

#fcecce Text Font Color

<p style="color:#fcecce">Text here</p>

This sample text font color is #fcecce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcecce Background Color

<div style="background-color:#fcecce">
Div content here</div>

This div background color is #fcecce


#fcecce Border Color

<div style="border:3px solid #fcecce">
Div here</div>

This div border color is #fcecce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,236,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcecce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcecce;
  -webkit-box-shadow: 1px 1px 3px 2px #fcecce;
  box-shadow:         1px 1px 3px 2px #fcecce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,236,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcecce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcecce;
  -webkit-box-shadow: 1px 1px 3px 2px #fcecce;
  box-shadow:         1px 1px 3px 2px #fcecce;">
Div content here</div>

This div box has shadow with color #fcecce


Comments

No comments written yet.

Please login to write comment.