Color Hex Logo

#fcdeda Color Hex

#FCDEDA
(252,222,218)
0 Favorites   0 Comments

Color spaces of #fcdeda

RGB 252222218
HSL0.020.850.92
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ78.921078.000077.2256
Yxy78.00000.33710.3331
Hunter Lab88.31764.95269.9787
CIE-Lab90.77999.69515.7434

#fcdeda color RGB value is (252,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11011010
Octal 374 336 332
Decimal 252 222 218
Hex FC DE DA

RGB Percentages of Color #fcdeda

%36.42
%32.08
%31.50

CMYK Percentages of Color #fcdeda

%0
%12
%13
%1

Triadic Colors of #fcdeda

#fcdeda #dafcde #dedafc

Analogous Colors of #fcdeda

#fcdeda #fcefda #fcdae7

Monochromatic Colors of #fcdeda

#fcdeda

Complementary Color

#fcdeda #daf8fc

#fcdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdeda Color CSS Codes

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

#fcdeda Text Font Color

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

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


#fcdeda Background Color

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

This div background color is #fcdeda


#fcdeda Border Color

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

This div border color is #fcdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdeda

#fcdeda Color Palettes


Comments

No comments written yet.

Please login to write comment.