Color Hex Logo

#faf5ee Color Hex

#FAF5EE
(250,245,238)
0 Favorites   0 Comments

Color spaces of #faf5ee

RGB 250245238
HSL0.100.550.96
HSV35°98°
CMYK 0.000.020.05   0.02
XYZ87.509491.801993.9962
Yxy91.80190.32020.3359
Hunter Lab95.8133-4.64358.9038
CIE-Lab96.73930.47193.9431

#faf5ee color RGB value is (250,245,238).

#faf5ee hex color red value is 250, green value is 245 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #faf5ee hue: 0.10 , saturation: 0.55 and the lightness value of faf5ee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 11101110
Octal 372 365 356
Decimal 250 245 238
Hex FA F5 EE

RGB Percentages of Color #faf5ee

%34.11
%33.42
%32.47

CMYK Percentages of Color #faf5ee

%0
%2
%5
%2

Triadic Colors of #faf5ee

#faf5ee #eefaf5 #f5eefa

Analogous Colors of #faf5ee

#faf5ee #f9faee #faefee

Monochromatic Colors of #faf5ee

#faf5ee

Complementary Color

#faf5ee #eef3fa

#faf5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf5ee Color CSS Codes

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

#faf5ee Text Font Color

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

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


#faf5ee Background Color

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

This div background color is #faf5ee


#faf5ee Border Color

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

This div border color is #faf5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf5ee

#faf5ee Color Palettes


Comments

No comments written yet.

Please login to write comment.