Color Hex Logo

#fcfded Color Hex

#FCFDED
(252,253,237)
2 Favorites   0 Comments

Color spaces of #fcfded

RGB 252253237
HSL0.180.800.96
HSV64°99°
CMYK 0.000.000.06   0.01
XYZ90.556297.060494.0825
Yxy97.06040.32150.3446
Hunter Lab98.5192-8.336312.3435
CIE-Lab98.8520-3.05397.5275

#fcfded color RGB value is (252,253,237).

#fcfded hex color red value is 252, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcfded hue: 0.18 , saturation: 0.80 and the lightness value of fcfded is 0.96.

The process color (four color CMYK) of #fcfded color hex is 0.00, 0.00, 0.06, 0.01. Web safe color of #fcfded is #ffffff. Color #fcfded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11101101
Octal 374 375 355
Decimal 252 253 237
Hex FC FD ED

RGB Percentages of Color #fcfded

%33.96
%34.10
%31.94

CMYK Percentages of Color #fcfded

%0
%0
%6
%1

Triadic Colors of #fcfded

#fcfded #edfcfd #fdedfc

Analogous Colors of #fcfded

#fcfded #f4fded #fdf6ed

Monochromatic Colors of #fcfded

#fcfded

Complementary Color

#fcfded #eeedfd

#fcfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfded Color CSS Codes

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

#fcfded Text Font Color

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

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


#fcfded Background Color

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

This div background color is #fcfded


#fcfded Border Color

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

This div border color is #fcfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfded

#fcfded Color Palettes


Comments

No comments written yet.

Please login to write comment.