Color Hex Logo

#fce6cc Color Hex

#FCE6CC
(252,230,204)
0 Favorites   0 Comments

Color spaces of #fce6cc

RGB 252230204
HSL0.090.890.89
HSV33°19°99°
CMYK 0.000.090.19   0.01
XYZ79.340881.648768.7048
Yxy81.64870.34540.3555
Hunter Lab90.3597-1.396518.1707
CIE-Lab92.41963.459315.3876

#fce6cc color RGB value is (252,230,204).

#fce6cc hex color red value is 252, green value is 230 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fce6cc hue: 0.09 , saturation: 0.89 and the lightness value of fce6cc is 0.89.

The process color (four color CMYK) of #fce6cc color hex is 0.00, 0.09, 0.19, 0.01. Web safe color of #fce6cc is #ffffcc. Color #fce6cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 11001100
Octal 374 346 314
Decimal 252 230 204
Hex FC E6 CC

RGB Percentages of Color #fce6cc

%36.73
%33.53
%29.74

CMYK Percentages of Color #fce6cc

%0
%9
%19
%1

Triadic Colors of #fce6cc

#fce6cc #ccfce6 #e6ccfc

Analogous Colors of #fce6cc

#fce6cc #fafccc #fccecc

Monochromatic Colors of #fce6cc

#fce6cc

Complementary Color

#fce6cc #cce2fc

#fce6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce6cc Color CSS Codes

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

#fce6cc Text Font Color

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

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


#fce6cc Background Color

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

This div background color is #fce6cc


#fce6cc Border Color

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

This div border color is #fce6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce6cc

#fce6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.