Color Hex Logo

#faf49f Color Hex

#FAF49F
(250,244,159)
0 Favorites   0 Comments

Color spaces of #faf49f

RGB 250244159
HSL0.160.900.80
HSV56°36°98°
CMYK 0.000.020.36   0.02
XYZ78.033087.528645.5828
Yxy87.52860.36960.4145
Hunter Lab93.5567-14.842536.6024
CIE-Lab94.9621-10.100841.6983

#faf49f color RGB value is (250,244,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 10011111
Octal 372 364 237
Decimal 250 244 159
Hex FA F4 9F

RGB Percentages of Color #faf49f

%38.28
%37.37
%24.35

CMYK Percentages of Color #faf49f

%0
%2
%36
%2

Triadic Colors of #faf49f

#faf49f #9ffaf4 #f49ffa

Analogous Colors of #faf49f

#faf49f #d3fa9f #fac79f

Monochromatic Colors of #faf49f

#faf49f

Complementary Color

#faf49f #9fa5fa

#faf49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf49f Color CSS Codes

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

#faf49f Text Font Color

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

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


#faf49f Background Color

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

This div background color is #faf49f


#faf49f Border Color

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

This div border color is #faf49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf49f


Comments

No comments written yet.

Please login to write comment.