Color Hex Logo

#fce1ee Color Hex

#FCE1EE
(252,225,238)
0 Favorites   0 Comments

Color spaces of #fce1ee

RGB 252225238
HSL0.920.820.94
HSV331°11°99°
CMYK 0.000.110.06   0.01
XYZ82.502780.718992.1209
Yxy80.71890.32310.3161
Hunter Lab89.84376.68862.0978
CIE-Lab92.006511.4127-2.9420

#fce1ee color RGB value is (252,225,238).

#fce1ee hex color red value is 252, green value is 225 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fce1ee hue: 0.92 , saturation: 0.82 and the lightness value of fce1ee is 0.94.

The process color (four color CMYK) of #fce1ee color hex is 0.00, 0.11, 0.06, 0.01. Web safe color of #fce1ee is #ffccff. Color #fce1ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 11101110
Octal 374 341 356
Decimal 252 225 238
Hex FC E1 EE

RGB Percentages of Color #fce1ee

%35.24
%31.47
%33.29

CMYK Percentages of Color #fce1ee

%0
%11
%6
%1

Triadic Colors of #fce1ee

#fce1ee #eefce1 #e1eefc

Analogous Colors of #fce1ee

#fce1ee #fce2e1 #fce1fc

Monochromatic Colors of #fce1ee

#fce1ee

Complementary Color

#fce1ee #e1fcef

#fce1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1ee Color CSS Codes

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

#fce1ee Text Font Color

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

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


#fce1ee Background Color

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

This div background color is #fce1ee


#fce1ee Border Color

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

This div border color is #fce1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1ee


Comments

No comments written yet.

Please login to write comment.