Color Hex Logo

#fce2ed Color Hex

#FCE2ED
(252,226,237)
0 Favorites   0 Comments

Color spaces of #fce2ed

RGB 252226237
HSL0.930.810.94
HSV335°10°99°
CMYK 0.000.100.06   0.01
XYZ82.627381.202691.4395
Yxy81.20260.32370.3181
Hunter Lab90.11255.97612.9156
CIE-Lab92.221810.7246-2.1032

#fce2ed color RGB value is (252,226,237).

#fce2ed hex color red value is 252, green value is 226 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fce2ed hue: 0.93 , saturation: 0.81 and the lightness value of fce2ed is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 11101101
Octal 374 342 355
Decimal 252 226 237
Hex FC E2 ED

RGB Percentages of Color #fce2ed

%35.24
%31.61
%33.15

CMYK Percentages of Color #fce2ed

%0
%10
%6
%1

Triadic Colors of #fce2ed

#fce2ed #edfce2 #e2edfc

Analogous Colors of #fce2ed

#fce2ed #fce4e2 #fce2fa

Monochromatic Colors of #fce2ed

#fce2ed

Complementary Color

#fce2ed #e2fcf1

#fce2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2ed Color CSS Codes

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

#fce2ed Text Font Color

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

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


#fce2ed Background Color

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

This div background color is #fce2ed


#fce2ed Border Color

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

This div border color is #fce2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2ed


Comments

No comments written yet.

Please login to write comment.