Color Hex Logo

#fcecdd Color Hex

#FCECDD
(252,236,221)
0 Favorites   0 Comments

Color spaces of #fcecdd

RGB 252236221
HSL0.080.840.93
HSV29°12°99°
CMYK 0.000.060.12   0.01
XYZ83.191585.906880.6036
Yxy85.90680.33320.3440
Hunter Lab92.6859-1.985313.3191
CIE-Lab94.27252.96909.2016

#fcecdd color RGB value is (252,236,221).

#fcecdd hex color red value is 252, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fcecdd hue: 0.08 , saturation: 0.84 and the lightness value of fcecdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11011101
Octal 374 354 335
Decimal 252 236 221
Hex FC EC DD

RGB Percentages of Color #fcecdd

%35.54
%33.29
%31.17

CMYK Percentages of Color #fcecdd

%0
%6
%12
%1

Triadic Colors of #fcecdd

#fcecdd #ddfcec #ecddfc

Analogous Colors of #fcecdd

#fcecdd #fcfcdd #fcddde

Monochromatic Colors of #fcecdd

#fcecdd

Complementary Color

#fcecdd #ddedfc

#fcecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecdd Color CSS Codes

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

#fcecdd Text Font Color

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

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


#fcecdd Background Color

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

This div background color is #fcecdd


#fcecdd Border Color

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

This div border color is #fcecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecdd


Comments

No comments written yet.

Please login to write comment.