Color Hex Logo

#fcfced Color Hex

#FCFCED
(252,252,237)
0 Favorites   0 Comments

Color spaces of #fcfced

RGB 252252237
HSL0.170.710.96
HSV60°99°
CMYK 0.000.000.06   0.01
XYZ90.241396.430793.9775
Yxy96.43070.32150.3436
Hunter Lab98.1991-7.813711.9983
CIE-Lab98.6031-2.55207.1692

#fcfced color RGB value is (252,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11101101
Octal 374 374 355
Decimal 252 252 237
Hex FC FC ED

RGB Percentages of Color #fcfced

%34.01
%34.01
%31.98

CMYK Percentages of Color #fcfced

%0
%0
%6
%1

Triadic Colors of #fcfced

#fcfced #edfcfc #fcedfc

Analogous Colors of #fcfced

#fcfced #f5fced #fcf5ed

Monochromatic Colors of #fcfced

#fcfced

Complementary Color

#fcfced #ededfc

#fcfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfced Color CSS Codes

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

#fcfced Text Font Color

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

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


#fcfced Background Color

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

This div background color is #fcfced


#fcfced Border Color

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

This div border color is #fcfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfced

Related Colors


Comments

No comments written yet.

Please login to write comment.