Color Hex Logo

#fcfdce Color Hex

#FCFDCE
(252,253,206)
0 Favorites   0 Comments

Color spaces of #fcfdce

RGB 252253206
HSL0.170.920.90
HSV61°19°99°
CMYK 0.000.000.19   0.01
XYZ86.410795.402272.2527
Yxy95.40220.34010.3755
Hunter Lab97.6740-13.013424.5131
CIE-Lab98.1942-7.843722.4405

#fcfdce color RGB value is (252,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11001110
Octal 374 375 316
Decimal 252 253 206
Hex FC FD CE

RGB Percentages of Color #fcfdce

%35.44
%35.58
%28.97

CMYK Percentages of Color #fcfdce

%0
%0
%19
%1

Triadic Colors of #fcfdce

#fcfdce #cefcfd #fdcefc

Analogous Colors of #fcfdce

#fcfdce #e5fdce #fde7ce

Monochromatic Colors of #fcfdce

#fcfdce

Complementary Color

#fcfdce #cfcefd

#fcfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdce Color CSS Codes

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

#fcfdce Text Font Color

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

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


#fcfdce Background Color

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

This div background color is #fcfdce


#fcfdce Border Color

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

This div border color is #fcfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdce

#fcfdce Color Palettes


Comments

No comments written yet.

Please login to write comment.