Color Hex Logo

#fcedda Color Hex

#FCEDDA
(252,237,218)
0 Favorites   0 Comments

Color spaces of #fcedda

RGB 252237218
HSL0.090.850.92
HSV34°13°99°
CMYK 0.000.060.13   0.01
XYZ83.084086.325878.6132
Yxy86.32580.33500.3481
Hunter Lab92.9117-2.976214.8725
CIE-Lab94.45151.991411.0118

#fcedda color RGB value is (252,237,218).

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

The process color (four color CMYK) of #fcedda color hex is 0.00, 0.06, 0.13, 0.01. Web safe color of #fcedda is #ffffcc. Color #fcedda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11011010
Octal 374 355 332
Decimal 252 237 218
Hex FC ED DA

RGB Percentages of Color #fcedda

%35.64
%33.52
%30.83

CMYK Percentages of Color #fcedda

%0
%6
%13
%1

Triadic Colors of #fcedda

#fcedda #dafced #eddafc

Analogous Colors of #fcedda

#fcedda #fafcda #fcdcda

Monochromatic Colors of #fcedda

#fcedda

Complementary Color

#fcedda #dae9fc

#fcedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedda Color CSS Codes

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

#fcedda Text Font Color

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

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


#fcedda Background Color

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

This div background color is #fcedda


#fcedda Border Color

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

This div border color is #fcedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedda

#fcedda Color Palettes


Comments

No comments written yet.

Please login to write comment.