Color Hex Logo

#fce9ed Color Hex

#FCE9ED
(252,233,237)
0 Favorites   0 Comments

Color spaces of #fce9ed

RGB 252233237
HSL0.960.760.95
HSV347°99°
CMYK 0.000.080.06   0.01
XYZ84.569985.087792.0870
Yxy85.08770.32310.3251
Hunter Lab92.24302.22655.3804
CIE-Lab93.92097.11160.3820

#fce9ed color RGB value is (252,233,237).

#fce9ed hex color red value is 252, green value is 233 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fce9ed hue: 0.96 , saturation: 0.76 and the lightness value of fce9ed is 0.95.

The process color (four color CMYK) of #fce9ed color hex is 0.00, 0.08, 0.06, 0.01. Web safe color of #fce9ed is #ffffff. Color #fce9ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 11101101
Octal 374 351 355
Decimal 252 233 237
Hex FC E9 ED

RGB Percentages of Color #fce9ed

%34.90
%32.27
%32.83

CMYK Percentages of Color #fce9ed

%0
%8
%6
%1

Triadic Colors of #fce9ed

#fce9ed #edfce9 #e9edfc

Analogous Colors of #fce9ed

#fce9ed #fcefe9 #fce9f7

Monochromatic Colors of #fce9ed

#fce9ed

Complementary Color

#fce9ed #e9fcf8

#fce9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce9ed Color CSS Codes

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

#fce9ed Text Font Color

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

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


#fce9ed Background Color

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

This div background color is #fce9ed


#fce9ed Border Color

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

This div border color is #fce9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce9ed


Comments

No comments written yet.

Please login to write comment.