Color Hex Logo

#faf39e Color Hex

#FAF39E
(250,243,158)
0 Favorites   0 Comments

Color spaces of #faf39e

RGB 250243158
HSL0.150.900.80
HSV55°37°98°
CMYK 0.000.030.37   0.02
XYZ77.646586.893845.0275
Yxy86.89380.37050.4146
Hunter Lab93.2168-14.445036.6123
CIE-Lab94.6932-9.716041.8447

#faf39e color RGB value is (250,243,158).

#faf39e hex color red value is 250, green value is 243 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #faf39e hue: 0.15 , saturation: 0.90 and the lightness value of faf39e is 0.80.

The process color (four color CMYK) of #faf39e color hex is 0.00, 0.03, 0.37, 0.02. Web safe color of #faf39e is #ffff99. Color #faf39e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 10011110
Octal 372 363 236
Decimal 250 243 158
Hex FA F3 9E

RGB Percentages of Color #faf39e

%38.40
%37.33
%24.27

CMYK Percentages of Color #faf39e

%0
%3
%37
%2

Triadic Colors of #faf39e

#faf39e #9efaf3 #f39efa

Analogous Colors of #faf39e

#faf39e #d3fa9e #fac59e

Monochromatic Colors of #faf39e

#faf39e

Complementary Color

#faf39e #9ea5fa

#faf39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf39e Color CSS Codes

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

#faf39e Text Font Color

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

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


#faf39e Background Color

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

This div background color is #faf39e


#faf39e Border Color

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

This div border color is #faf39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf39e

Related Colors


Comments

No comments written yet.

Please login to write comment.