Color Hex Logo

#faf48e Color Hex

#FAF48E
(250,244,142)
0 Favorites   0 Comments

Color spaces of #faf48e

RGB 250244142
HSL0.160.920.77
HSV57°43°98°
CMYK 0.000.020.43   0.02
XYZ76.657586.978438.3394
Yxy86.97840.37950.4306
Hunter Lab93.2622-16.489640.9099
CIE-Lab94.7291-11.863849.6829

#faf48e color RGB value is (250,244,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 10001110
Octal 372 364 216
Decimal 250 244 142
Hex FA F4 8E

RGB Percentages of Color #faf48e

%39.31
%38.36
%22.33

CMYK Percentages of Color #faf48e

%0
%2
%43
%2

Triadic Colors of #faf48e

#faf48e #8efaf4 #f48efa

Analogous Colors of #faf48e

#faf48e #cafa8e #fabe8e

Monochromatic Colors of #faf48e

#faf48e

Complementary Color

#faf48e #8e94fa

#faf48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf48e Color CSS Codes

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

#faf48e Text Font Color

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

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


#faf48e Background Color

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

This div background color is #faf48e


#faf48e Border Color

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

This div border color is #faf48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf48e

Related Colors


Comments

No comments written yet.

Please login to write comment.