Color Hex Logo

#fce1dc Color Hex

#FCE1DC
(252,225,220)
0 Favorites   0 Comments

Color spaces of #fce1dc

RGB 252225220
HSL0.030.840.93
HSV13°99°
CMYK 0.000.110.13   0.01
XYZ79.988479.713278.8805
Yxy79.71320.33530.3341
Hunter Lab89.28223.675110.1151
CIE-Lab91.55608.45905.8165

#fce1dc color RGB value is (252,225,220).

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

The process color (four color CMYK) of #fce1dc color hex is 0.00, 0.11, 0.13, 0.01. Web safe color of #fce1dc is #ffcccc. Color #fce1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 11011100
Octal 374 341 334
Decimal 252 225 220
Hex FC E1 DC

RGB Percentages of Color #fce1dc

%36.15
%32.28
%31.56

CMYK Percentages of Color #fce1dc

%0
%11
%13
%1

Triadic Colors of #fce1dc

#fce1dc #dcfce1 #e1dcfc

Analogous Colors of #fce1dc

#fce1dc #fcf1dc #fcdce7

Monochromatic Colors of #fce1dc

#fce1dc

Complementary Color

#fce1dc #dcf7fc

#fce1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1dc Color CSS Codes

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

#fce1dc Text Font Color

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

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


#fce1dc Background Color

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

This div background color is #fce1dc


#fce1dc Border Color

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

This div border color is #fce1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1dc

Related Colors


Comments

No comments written yet.

Please login to write comment.