Color Hex Logo

#fceddc Color Hex

#FCEDDC
(252,237,220)
0 Favorites   0 Comments

Color spaces of #fceddc

RGB 252237220
HSL0.090.840.93
HSV32°13°99°
CMYK 0.000.060.13   0.01
XYZ83.347386.431180.0001
Yxy86.43110.33370.3460
Hunter Lab92.9683-2.667014.0582
CIE-Lab94.49642.302410.0402

#fceddc color RGB value is (252,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11011100
Octal 374 355 334
Decimal 252 237 220
Hex FC ED DC

RGB Percentages of Color #fceddc

%35.54
%33.43
%31.03

CMYK Percentages of Color #fceddc

%0
%6
%13
%1

Triadic Colors of #fceddc

#fceddc #dcfced #eddcfc

Analogous Colors of #fceddc

#fceddc #fbfcdc #fcdddc

Monochromatic Colors of #fceddc

#fceddc

Complementary Color

#fceddc #dcebfc

#fceddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceddc Color CSS Codes

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

#fceddc Text Font Color

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

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


#fceddc Background Color

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

This div background color is #fceddc


#fceddc Border Color

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

This div border color is #fceddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceddc

#fceddc Color Palettes


Comments

No comments written yet.

Please login to write comment.