Color Hex Logo

#fcdeec Color Hex

#FCDEEC
(252,222,236)
0 Favorites   0 Comments

Color spaces of #fcdeec

RGB 252222236
HSL0.920.830.93
HSV332°12°99°
CMYK 0.000.120.06   0.01
XYZ81.406578.994190.3137
Yxy78.99410.32470.3151
Hunter Lab88.87867.95571.9677
CIE-Lab91.231612.6306-3.0328

#fcdeec color RGB value is (252,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11101100
Octal 374 336 354
Decimal 252 222 236
Hex FC DE EC

RGB Percentages of Color #fcdeec

%35.49
%31.27
%33.24

CMYK Percentages of Color #fcdeec

%0
%12
%6
%1

Triadic Colors of #fcdeec

#fcdeec #ecfcde #deecfc

Analogous Colors of #fcdeec

#fcdeec #fcdfde #fcdefb

Monochromatic Colors of #fcdeec

#fcdeec

Complementary Color

#fcdeec #defcee

#fcdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdeec Color CSS Codes

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

#fcdeec Text Font Color

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

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


#fcdeec Background Color

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

This div background color is #fcdeec


#fcdeec Border Color

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

This div border color is #fcdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdeec


Comments

No comments written yet.

Please login to write comment.