Color Hex Logo

#fce5df Color Hex

#FCE5DF
(252,229,223)
0 Favorites   0 Comments

Color spaces of #fce5df

RGB 252229223
HSL0.030.830.93
HSV12°12°99°
CMYK 0.000.090.12   0.01
XYZ81.483582.061881.3569
Yxy82.06180.33270.3351
Hunter Lab90.58802.031110.1633
CIE-Lab92.60216.87305.7598

#fce5df color RGB value is (252,229,223).

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

The process color (four color CMYK) of #fce5df color hex is 0.00, 0.09, 0.12, 0.01. Web safe color of #fce5df is #ffcccc. Color #fce5df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 11011111
Octal 374 345 337
Decimal 252 229 223
Hex FC E5 DF

RGB Percentages of Color #fce5df

%35.80
%32.53
%31.68

CMYK Percentages of Color #fce5df

%0
%9
%12
%1

Triadic Colors of #fce5df

#fce5df #dffce5 #e5dffc

Analogous Colors of #fce5df

#fce5df #fcf4df #fcdfe8

Monochromatic Colors of #fce5df

#fce5df

Complementary Color

#fce5df #dff6fc

#fce5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5df Color CSS Codes

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

#fce5df Text Font Color

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

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


#fce5df Background Color

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

This div background color is #fce5df


#fce5df Border Color

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

This div border color is #fce5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5df


Comments

No comments written yet.

Please login to write comment.