Color Hex Logo

#fce5bb Color Hex

#FCE5BB
(252,229,187)
0 Favorites   0 Comments

Color spaces of #fce5bb

RGB 252229187
HSL0.110.920.86
HSV39°26°99°
CMYK 0.000.090.26   0.01
XYZ77.133880.321958.4520
Yxy80.32190.35730.3720
Hunter Lab89.6225-3.212924.0667
CIE-Lab91.82911.598223.3662

#fce5bb color RGB value is (252,229,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 10111011
Octal 374 345 273
Decimal 252 229 187
Hex FC E5 BB

RGB Percentages of Color #fce5bb

%37.72
%34.28
%27.99

CMYK Percentages of Color #fce5bb

%0
%9
%26
%1

Triadic Colors of #fce5bb

#fce5bb #bbfce5 #e5bbfc

Analogous Colors of #fce5bb

#fce5bb #f3fcbb #fcc5bb

Monochromatic Colors of #fce5bb

#fce5bb

Complementary Color

#fce5bb #bbd2fc

#fce5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5bb Color CSS Codes

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

#fce5bb Text Font Color

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

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


#fce5bb Background Color

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

This div background color is #fce5bb


#fce5bb Border Color

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

This div border color is #fce5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5bb

Related Colors


Comments

No comments written yet.

Please login to write comment.