Color Hex Logo

#faece0 Color Hex

#FAECE0
(250,236,224)
0 Favorites   0 Comments

Color spaces of #faece0

RGB 250236224
HSL0.080.720.93
HSV28°10°98°
CMYK 0.000.060.10   0.02
XYZ82.874385.696782.6942
Yxy85.69670.32980.3411
Hunter Lab92.5725-2.202211.8375
CIE-Lab94.18252.74817.4956

#faece0 color RGB value is (250,236,224).

#faece0 hex color red value is 250, green value is 236 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #faece0 hue: 0.08 , saturation: 0.72 and the lightness value of faece0 is 0.93.

The process color (four color CMYK) of #faece0 color hex is 0.00, 0.06, 0.10, 0.02. Web safe color of #faece0 is #ffffcc. Color #faece0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11100000
Octal 372 354 340
Decimal 250 236 224
Hex FA EC E0

RGB Percentages of Color #faece0

%35.21
%33.24
%31.55

CMYK Percentages of Color #faece0

%0
%6
%10
%2

Triadic Colors of #faece0

#faece0 #e0faec #ece0fa

Analogous Colors of #faece0

#faece0 #faf9e0 #fae0e1

Monochromatic Colors of #faece0

#faece0

Complementary Color

#faece0 #e0eefa

#faece0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faece0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faece0 Color CSS Codes

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

#faece0 Text Font Color

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

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


#faece0 Background Color

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

This div background color is #faece0


#faece0 Border Color

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

This div border color is #faece0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,236,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faece0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faece0;
  -webkit-box-shadow: 1px 1px 3px 2px #faece0;
  box-shadow:         1px 1px 3px 2px #faece0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,236,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faece0

#faece0 Color Palettes


Comments

No comments written yet.

Please login to write comment.