Color Hex Logo

#fcdec2 Color Hex

#FCDEC2
(252,222,194)
0 Favorites   0 Comments

Color spaces of #fcdec2

RGB 252222194
HSL0.080.910.87
HSV29°23°99°
CMYK 0.000.120.23   0.01
XYZ76.003876.833061.8634
Yxy76.83300.35400.3579
Hunter Lab87.65441.379319.5133
CIE-Lab90.24476.138817.5319

#fcdec2 color RGB value is (252,222,194).

#fcdec2 hex color red value is 252, green value is 222 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fcdec2 hue: 0.08 , saturation: 0.91 and the lightness value of fcdec2 is 0.87.

The process color (four color CMYK) of #fcdec2 color hex is 0.00, 0.12, 0.23, 0.01. Web safe color of #fcdec2 is #ffcccc. Color #fcdec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11000010
Octal 374 336 302
Decimal 252 222 194
Hex FC DE C2

RGB Percentages of Color #fcdec2

%37.72
%33.23
%29.04

CMYK Percentages of Color #fcdec2

%0
%12
%23
%1

Triadic Colors of #fcdec2

#fcdec2 #c2fcde #dec2fc

Analogous Colors of #fcdec2

#fcdec2 #fcfbc2 #fcc2c3

Monochromatic Colors of #fcdec2

#fcdec2

Complementary Color

#fcdec2 #c2e0fc

#fcdec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdec2 Color CSS Codes

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

#fcdec2 Text Font Color

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

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


#fcdec2 Background Color

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

This div background color is #fcdec2


#fcdec2 Border Color

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

This div border color is #fcdec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdec2


Comments

No comments written yet.

Please login to write comment.