Color Hex Logo

#faf0ea Color Hex

#FAF0EA
(250,240,234)
0 Favorites   0 Comments

Color spaces of #faf0ea

RGB 250240234
HSL0.060.620.95
HSV23°98°
CMYK 0.000.040.06   0.02
XYZ85.435788.584790.4375
Yxy88.58470.32310.3350
Hunter Lab94.1194-2.67808.9130
CIE-Lab95.40662.34324.0796

#faf0ea color RGB value is (250,240,234).

#faf0ea hex color red value is 250, green value is 240 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faf0ea hue: 0.06 , saturation: 0.62 and the lightness value of faf0ea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 11101010
Octal 372 360 352
Decimal 250 240 234
Hex FA F0 EA

RGB Percentages of Color #faf0ea

%34.53
%33.15
%32.32

CMYK Percentages of Color #faf0ea

%0
%4
%6
%2

Triadic Colors of #faf0ea

#faf0ea #eafaf0 #f0eafa

Analogous Colors of #faf0ea

#faf0ea #faf8ea #faeaec

Monochromatic Colors of #faf0ea

#faf0ea

Complementary Color

#faf0ea #eaf4fa

#faf0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf0ea Color CSS Codes

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

#faf0ea Text Font Color

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

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


#faf0ea Background Color

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

This div background color is #faf0ea


#faf0ea Border Color

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

This div border color is #faf0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf0ea


Comments

No comments written yet.

Please login to write comment.