Color Hex Logo

#fcefde Color Hex

#FCEFDE
(252,239,222)
0 Favorites   0 Comments

Color spaces of #fcefde

RGB 252239222
HSL0.090.830.93
HSV34°12°99°
CMYK 0.000.050.12   0.01
XYZ84.196287.702481.5979
Yxy87.70240.33210.3460
Hunter Lab93.6496-3.405213.8947
CIE-Lab95.03551.59799.7762

#fcefde color RGB value is (252,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11011110
Octal 374 357 336
Decimal 252 239 222
Hex FC EF DE

RGB Percentages of Color #fcefde

%35.34
%33.52
%31.14

CMYK Percentages of Color #fcefde

%0
%5
%12
%1

Triadic Colors of #fcefde

#fcefde #defcef #efdefc

Analogous Colors of #fcefde

#fcefde #fafcde #fce0de

Monochromatic Colors of #fcefde

#fcefde

Complementary Color

#fcefde #deebfc

#fcefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefde Color CSS Codes

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

#fcefde Text Font Color

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

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


#fcefde Background Color

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

This div background color is #fcefde


#fcefde Border Color

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

This div border color is #fcefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefde


Comments

No comments written yet.

Please login to write comment.