Color Hex Logo

#fce2cd Color Hex

#FCE2CD
(252,226,205)
0 Favorites   0 Comments

Color spaces of #fce2cd

RGB 252226205
HSL0.070.890.90
HSV27°19°99°
CMYK 0.000.100.19   0.01
XYZ78.360779.495968.9718
Yxy79.49590.34550.3505
Hunter Lab89.16050.847916.5474
CIE-Lab91.45825.656613.5081

#fce2cd color RGB value is (252,226,205).

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

The process color (four color CMYK) of #fce2cd color hex is 0.00, 0.10, 0.19, 0.01. Web safe color of #fce2cd is #ffcccc. Color #fce2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 11001101
Octal 374 342 315
Decimal 252 226 205
Hex FC E2 CD

RGB Percentages of Color #fce2cd

%36.90
%33.09
%30.01

CMYK Percentages of Color #fce2cd

%0
%10
%19
%1

Triadic Colors of #fce2cd

#fce2cd #cdfce2 #e2cdfc

Analogous Colors of #fce2cd

#fce2cd #fcfacd #fccdd0

Monochromatic Colors of #fce2cd

#fce2cd

Complementary Color

#fce2cd #cde7fc

#fce2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2cd Color CSS Codes

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

#fce2cd Text Font Color

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

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


#fce2cd Background Color

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

This div background color is #fce2cd


#fce2cd Border Color

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

This div border color is #fce2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2cd

Related Colors


Comments

No comments written yet.

Please login to write comment.