Color Hex Logo

#faf9eb Color Hex

#FAF9EB
(250,249,235)
0 Favorites   0 Comments

Color spaces of #faf9eb

RGB 250249235
HSL0.160.600.95
HSV56°98°
CMYK 0.000.000.06   0.02
XYZ88.295494.073592.1016
Yxy94.07350.32170.3427
Hunter Lab96.9915-7.239111.5932
CIE-Lab97.6616-2.05176.8215

#faf9eb color RGB value is (250,249,235).

#faf9eb hex color red value is 250, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #faf9eb hue: 0.16 , saturation: 0.60 and the lightness value of faf9eb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 11101011
Octal 372 371 353
Decimal 250 249 235
Hex FA F9 EB

RGB Percentages of Color #faf9eb

%34.06
%33.92
%32.02

CMYK Percentages of Color #faf9eb

%0
%0
%6
%2

Triadic Colors of #faf9eb

#faf9eb #ebfaf9 #f9ebfa

Analogous Colors of #faf9eb

#faf9eb #f4faeb #faf2eb

Monochromatic Colors of #faf9eb

#faf9eb

Complementary Color

#faf9eb #ebecfa

#faf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf9eb Color CSS Codes

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

#faf9eb Text Font Color

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

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


#faf9eb Background Color

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

This div background color is #faf9eb


#faf9eb Border Color

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

This div border color is #faf9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf9eb

Related Colors


Comments

No comments written yet.

Please login to write comment.