Color Hex Logo

#fce9dd Color Hex

#FCE9DD
(252,233,221)
0 Favorites   0 Comments

Color spaces of #fce9dd

RGB 252233221
HSL0.060.840.93
HSV23°12°99°
CMYK 0.000.080.12   0.01
XYZ82.334984.193780.3181
Yxy84.19370.33350.3411
Hunter Lab91.7571-0.404512.3315
CIE-Lab93.53464.50248.1431

#fce9dd color RGB value is (252,233,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 11011101
Octal 374 351 335
Decimal 252 233 221
Hex FC E9 DD

RGB Percentages of Color #fce9dd

%35.69
%33.00
%31.30

CMYK Percentages of Color #fce9dd

%0
%8
%12
%1

Triadic Colors of #fce9dd

#fce9dd #ddfce9 #e9ddfc

Analogous Colors of #fce9dd

#fce9dd #fcf9dd #fcdde1

Monochromatic Colors of #fce9dd

#fce9dd

Complementary Color

#fce9dd #ddf0fc

#fce9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce9dd Color CSS Codes

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

#fce9dd Text Font Color

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

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


#fce9dd Background Color

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

This div background color is #fce9dd


#fce9dd Border Color

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

This div border color is #fce9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce9dd

Related Colors


Comments

No comments written yet.

Please login to write comment.