Color Hex Logo

#fcede2 Color Hex

#FCEDE2
(252,237,226)
0 Favorites   0 Comments

Color spaces of #fcede2

RGB 252237226
HSL0.070.810.94
HSV25°10°99°
CMYK 0.000.060.10   0.01
XYZ84.156586.754884.2613
Yxy86.75480.32980.3400
Hunter Lab93.1423-1.719511.5628
CIE-Lab94.63413.25237.1288

#fcede2 color RGB value is (252,237,226).

#fcede2 hex color red value is 252, green value is 237 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fcede2 hue: 0.07 , saturation: 0.81 and the lightness value of fcede2 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11100010
Octal 374 355 342
Decimal 252 237 226
Hex FC ED E2

RGB Percentages of Color #fcede2

%35.24
%33.15
%31.61

CMYK Percentages of Color #fcede2

%0
%6
%10
%1

Triadic Colors of #fcede2

#fcede2 #e2fced #ede2fc

Analogous Colors of #fcede2

#fcede2 #fcfae2 #fce2e4

Monochromatic Colors of #fcede2

#fcede2

Complementary Color

#fcede2 #e2f1fc

#fcede2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcede2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcede2 Color CSS Codes

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

#fcede2 Text Font Color

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

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


#fcede2 Background Color

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

This div background color is #fcede2


#fcede2 Border Color

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

This div border color is #fcede2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcede2

Related Colors


Comments

No comments written yet.

Please login to write comment.