Color Hex Logo

#fcfdde Color Hex

#FCFDDE
(252,253,222)
0 Favorites   0 Comments

Color spaces of #fcfdde

RGB 252253222
HSL0.170.890.93
HSV62°12°99°
CMYK 0.000.000.12   0.01
XYZ88.455096.219983.0175
Yxy96.21990.33040.3594
Hunter Lab98.0917-10.696818.4856
CIE-Lab98.5195-5.456014.7357

#fcfdde color RGB value is (252,253,222).

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

The process color (four color CMYK) of #fcfdde color hex is 0.00, 0.00, 0.12, 0.01. Web safe color of #fcfdde is #ffffcc. Color #fcfdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11011110
Octal 374 375 336
Decimal 252 253 222
Hex FC FD DE

RGB Percentages of Color #fcfdde

%34.66
%34.80
%30.54

CMYK Percentages of Color #fcfdde

%0
%0
%12
%1

Triadic Colors of #fcfdde

#fcfdde #defcfd #fddefc

Analogous Colors of #fcfdde

#fcfdde #edfdde #fdefde

Monochromatic Colors of #fcfdde

#fcfdde

Complementary Color

#fcfdde #dfdefd

#fcfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdde Color CSS Codes

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

#fcfdde Text Font Color

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

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


#fcfdde Background Color

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

This div background color is #fcfdde


#fcfdde Border Color

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

This div border color is #fcfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdde

Related Colors


Comments

No comments written yet.

Please login to write comment.