color codes Logo

#fce2be color codes

#FCE2BE
(252,226,190)
1 Favorites   0 Comments

Color spaces of #fce2be

RGB 252226190
HSL0.100.910.87
HSV35°25°99°
CMYK 0.000.100.25   0.01
XYZ76.635578.805959.8871
Yxy78.80590.35590.3660
Hunter Lab88.7727-1.257122.1431
CIE-Lab91.14643.534420.8696

#fce2be color RGB value is (252,226,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10111110
Octal 374 342 276
Decimal 252 226 190
Hex FC E2 BE

RGB Percentages of Color #fce2be

%37.72
%33.83
%28.44

CMYK Percentages of Color #fce2be

%0
%10
%25
%1

Triadic Colors of #fce2be

#fce2be #befce2 #e2befc

Analogous Colors of #fce2be

#fce2be #f7fcbe #fcc3be

Monochromatic Colors of #fce2be

#fce2be

Complementary Color

#fce2be #bed8fc

#fce2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2be Color CSS Codes

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

#fce2be Text Font Color

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

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


#fce2be Background Color

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

This div background color is #fce2be


#fce2be Border Color

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

This div border color is #fce2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2be


Comments

No comments written yet.

Please login to write comment.