Color Hex Logo

#faeec4 Color Hex

#FAEEC4
(250,238,196)
0 Favorites   0 Comments

Color spaces of #faeec4

RGB 250238196
HSL0.130.840.87
HSV47°22°98°
CMYK 0.000.050.22   0.02
XYZ79.962785.458664.5052
Yxy85.45860.34780.3717
Hunter Lab92.4438-7.376523.3395
CIE-Lab94.0804-2.472421.8200

#faeec4 color RGB value is (250,238,196).

#faeec4 hex color red value is 250, green value is 238 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #faeec4 hue: 0.13 , saturation: 0.84 and the lightness value of faeec4 is 0.87.

The process color (four color CMYK) of #faeec4 color hex is 0.00, 0.05, 0.22, 0.02. Web safe color of #faeec4 is #ffffcc. Color #faeec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11000100
Octal 372 356 304
Decimal 250 238 196
Hex FA EE C4

RGB Percentages of Color #faeec4

%36.55
%34.80
%28.65

CMYK Percentages of Color #faeec4

%0
%5
%22
%2

Triadic Colors of #faeec4

#faeec4 #c4faee #eec4fa

Analogous Colors of #faeec4

#faeec4 #ebfac4 #fad3c4

Monochromatic Colors of #faeec4

#faeec4

Complementary Color

#faeec4 #c4d0fa

#faeec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeec4 Color CSS Codes

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

#faeec4 Text Font Color

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

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


#faeec4 Background Color

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

This div background color is #faeec4


#faeec4 Border Color

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

This div border color is #faeec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeec4


Comments

No comments written yet.

Please login to write comment.