Color Hex Logo

#fcfede Color Hex

#FCFEDE
(252,254,222)
0 Favorites   0 Comments

Color spaces of #fcfede

RGB 252254222
HSL0.180.940.93
HSV64°13°100°
CMYK 0.010.000.13   0.00
XYZ88.771596.853083.1230
Yxy96.85300.33030.3604
Hunter Lab98.4139-11.213518.8118
CIE-Lab98.7702-5.954715.0905

#fcfede color RGB value is (252,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11011110
Octal 374 376 336
Decimal 252 254 222
Hex FC FE DE

RGB Percentages of Color #fcfede

%34.62
%34.89
%30.49

CMYK Percentages of Color #fcfede

%1
%0
%13
%0

Triadic Colors of #fcfede

#fcfede #defcfe #fedefc

Analogous Colors of #fcfede

#fcfede #ecfede #fef0de

Monochromatic Colors of #fcfede

#fcfede

Complementary Color

#fcfede #e0defe

#fcfede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfede Color CSS Codes

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

#fcfede Text Font Color

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

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


#fcfede Background Color

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

This div background color is #fcfede


#fcfede Border Color

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

This div border color is #fcfede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfede

Related Colors


Comments

No comments written yet.

Please login to write comment.