Color Hex Logo

#fce1bb Color Hex

#FCE1BB
(252,225,187)
0 Favorites   0 Comments

Color spaces of #fce1bb

RGB 252225187
HSL0.100.920.86
HSV35°26°99°
CMYK 0.000.110.26   0.01
XYZ76.039778.133758.0873
Yxy78.13370.35820.3681
Hunter Lab88.3933-1.134822.9131
CIE-Lab90.84093.642122.0011

#fce1bb color RGB value is (252,225,187).

#fce1bb hex color red value is 252, green value is 225 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fce1bb hue: 0.10 , saturation: 0.92 and the lightness value of fce1bb is 0.86.

The process color (four color CMYK) of #fce1bb color hex is 0.00, 0.11, 0.26, 0.01. Web safe color of #fce1bb is #ffcccc. Color #fce1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 10111011
Octal 374 341 273
Decimal 252 225 187
Hex FC E1 BB

RGB Percentages of Color #fce1bb

%37.95
%33.89
%28.16

CMYK Percentages of Color #fce1bb

%0
%11
%26
%1

Triadic Colors of #fce1bb

#fce1bb #bbfce1 #e1bbfc

Analogous Colors of #fce1bb

#fce1bb #f7fcbb #fcc1bb

Monochromatic Colors of #fce1bb

#fce1bb

Complementary Color

#fce1bb #bbd6fc

#fce1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1bb Color CSS Codes

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

#fce1bb Text Font Color

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

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


#fce1bb Background Color

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

This div background color is #fce1bb


#fce1bb Border Color

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

This div border color is #fce1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1bb


Comments

No comments written yet.

Please login to write comment.