Color Hex Logo

#fce3be Color Hex

#FCE3BE
(252,227,190)
0 Favorites   0 Comments

Color spaces of #fce3be

RGB 252227190
HSL0.100.910.87
HSV36°25°99°
CMYK 0.000.100.25   0.01
XYZ76.908279.351359.9780
Yxy79.35130.35570.3670
Hunter Lab89.0793-1.777822.4350
CIE-Lab91.39303.022721.2119

#fce3be color RGB value is (252,227,190).

#fce3be hex color red value is 252, green value is 227 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fce3be hue: 0.10 , saturation: 0.91 and the lightness value of fce3be is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 10111110
Octal 374 343 276
Decimal 252 227 190
Hex FC E3 BE

RGB Percentages of Color #fce3be

%37.67
%33.93
%28.40

CMYK Percentages of Color #fce3be

%0
%10
%25
%1

Triadic Colors of #fce3be

#fce3be #befce3 #e3befc

Analogous Colors of #fce3be

#fce3be #f6fcbe #fcc4be

Monochromatic Colors of #fce3be

#fce3be

Complementary Color

#fce3be #bed7fc

#fce3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce3be Color CSS Codes

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

#fce3be Text Font Color

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

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


#fce3be Background Color

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

This div background color is #fce3be


#fce3be Border Color

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

This div border color is #fce3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce3be

#fce3be Color Palettes


Comments

No comments written yet.

Please login to write comment.