Color Hex Logo

#fcdeca Color Hex

#FCDECA
(252,222,202)
0 Favorites   0 Comments

Color spaces of #fcdeca

RGB 252222202
HSL0.070.890.89
HSV24°20°99°
CMYK 0.000.120.20   0.01
XYZ76.926877.202366.7242
Yxy77.20230.34830.3496
Hunter Lab87.86482.515616.4808
CIE-Lab90.41467.277413.5953

#fcdeca color RGB value is (252,222,202).

#fcdeca hex color red value is 252, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcdeca hue: 0.07 , saturation: 0.89 and the lightness value of fcdeca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11001010
Octal 374 336 312
Decimal 252 222 202
Hex FC DE CA

RGB Percentages of Color #fcdeca

%37.28
%32.84
%29.88

CMYK Percentages of Color #fcdeca

%0
%12
%20
%1

Triadic Colors of #fcdeca

#fcdeca #cafcde #decafc

Analogous Colors of #fcdeca

#fcdeca #fcf7ca #fccacf

Monochromatic Colors of #fcdeca

#fcdeca

Complementary Color

#fcdeca #cae8fc

#fcdeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdeca Color CSS Codes

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

#fcdeca Text Font Color

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

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


#fcdeca Background Color

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

This div background color is #fcdeca


#fcdeca Border Color

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

This div border color is #fcdeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdeca


Comments

No comments written yet.

Please login to write comment.