Color Hex Logo

#fcecd8 Color Hex

#FCECD8
(252,236,216)
0 Favorites   0 Comments

Color spaces of #fcecd8

RGB 252236216
HSL0.090.860.92
HSV33°14°99°
CMYK 0.000.060.14   0.01
XYZ82.535085.644277.1467
Yxy85.64420.33640.3491
Hunter Lab92.5442-2.758015.3555
CIE-Lab94.16002.192411.6320

#fcecd8 color RGB value is (252,236,216).

#fcecd8 hex color red value is 252, green value is 236 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fcecd8 hue: 0.09 , saturation: 0.86 and the lightness value of fcecd8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11011000
Octal 374 354 330
Decimal 252 236 216
Hex FC EC D8

RGB Percentages of Color #fcecd8

%35.80
%33.52
%30.68

CMYK Percentages of Color #fcecd8

%0
%6
%14
%1

Triadic Colors of #fcecd8

#fcecd8 #d8fcec #ecd8fc

Analogous Colors of #fcecd8

#fcecd8 #fafcd8 #fcdad8

Monochromatic Colors of #fcecd8

#fcecd8

Complementary Color

#fcecd8 #d8e8fc

#fcecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecd8 Color CSS Codes

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

#fcecd8 Text Font Color

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

This sample text font color is #fcecd8
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.


#fcecd8 Background Color

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

This div background color is #fcecd8


#fcecd8 Border Color

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

This div border color is #fcecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecd8

Related Colors


Comments

No comments written yet.

Please login to write comment.