Color Hex Logo

#fcebcc Color Hex

#FCEBCC
(252,235,204)
0 Favorites   0 Comments

Color spaces of #fcebcc

RGB 252235204
HSL0.110.890.89
HSV39°19°99°
CMYK 0.000.070.19   0.01
XYZ80.752384.471769.1753
Yxy84.47170.34450.3604
Hunter Lab91.9085-4.006819.7111
CIE-Lab93.65500.909717.1269

#fcebcc color RGB value is (252,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11001100
Octal 374 353 314
Decimal 252 235 204
Hex FC EB CC

RGB Percentages of Color #fcebcc

%36.47
%34.01
%29.52

CMYK Percentages of Color #fcebcc

%0
%7
%19
%1

Triadic Colors of #fcebcc

#fcebcc #ccfceb #ebccfc

Analogous Colors of #fcebcc

#fcebcc #f5fccc #fcd3cc

Monochromatic Colors of #fcebcc

#fcebcc

Complementary Color

#fcebcc #ccddfc

#fcebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebcc Color CSS Codes

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

#fcebcc Text Font Color

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

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


#fcebcc Background Color

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

This div background color is #fcebcc


#fcebcc Border Color

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

This div border color is #fcebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebcc

Related Colors

#fcebcc Color Palettes


Comments

No comments written yet.

Please login to write comment.