Color Hex Logo

#fcedef Color Hex

#FCEDEF
(252,237,239)
0 Favorites   0 Comments

Color spaces of #fcedef

RGB 252237239
HSL0.980.710.96
HSV352°99°
CMYK 0.000.060.05   0.01
XYZ86.009187.495894.0166
Yxy87.49580.32150.3271
Hunter Lab93.53920.43685.8848
CIE-Lab94.94825.39610.8413

#fcedef color RGB value is (252,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11101111
Octal 374 355 357
Decimal 252 237 239
Hex FC ED EF

RGB Percentages of Color #fcedef

%34.62
%32.55
%32.83

CMYK Percentages of Color #fcedef

%0
%6
%5
%1

Triadic Colors of #fcedef

#fcedef #effced #edeffc

Analogous Colors of #fcedef

#fcedef #fcf3ed #fcedf7

Monochromatic Colors of #fcedef

#fcedef

Complementary Color

#fcedef #edfcfa

#fcedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedef Color CSS Codes

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

#fcedef Text Font Color

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

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


#fcedef Background Color

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

This div background color is #fcedef


#fcedef Border Color

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

This div border color is #fcedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedef


Comments

No comments written yet.

Please login to write comment.