Color Hex Logo

#fce8df Color Hex

#FCE8DF
(252,232,223)
0 Favorites   0 Comments

Color spaces of #fce8df

RGB 252232223
HSL0.050.830.93
HSV19°12°99°
CMYK 0.000.080.12   0.01
XYZ82.320883.736481.6360
Yxy83.73640.33230.3381
Hunter Lab91.50760.441411.1614
CIE-Lab93.33595.33166.8176

#fce8df color RGB value is (252,232,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 11011111
Octal 374 350 337
Decimal 252 232 223
Hex FC E8 DF

RGB Percentages of Color #fce8df

%35.64
%32.81
%31.54

CMYK Percentages of Color #fce8df

%0
%8
%12
%1

Triadic Colors of #fce8df

#fce8df #dffce8 #e8dffc

Analogous Colors of #fce8df

#fce8df #fcf7df #fcdfe5

Monochromatic Colors of #fce8df

#fce8df

Complementary Color

#fce8df #dff3fc

#fce8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce8df Color CSS Codes

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

#fce8df Text Font Color

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

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


#fce8df Background Color

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

This div background color is #fce8df


#fce8df Border Color

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

This div border color is #fce8df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,232,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 #fce8df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce8df


Comments

No comments written yet.

Please login to write comment.