Color Hex Logo

#faf7ac Color Hex

#FAF7AC
(250,247,172)
0 Favorites   0 Comments

Color spaces of #faf7ac

RGB 250247172
HSL0.160.890.83
HSV58°31°98°
CMYK 0.000.010.31   0.02
XYZ80.131589.824152.1441
Yxy89.82410.36080.4044
Hunter Lab94.7756-14.937933.7224
CIE-Lab95.9238-10.086136.4970

#faf7ac color RGB value is (250,247,172).

#faf7ac hex color red value is 250, green value is 247 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #faf7ac hue: 0.16 , saturation: 0.89 and the lightness value of faf7ac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10101100
Octal 372 367 254
Decimal 250 247 172
Hex FA F7 AC

RGB Percentages of Color #faf7ac

%37.37
%36.92
%25.71

CMYK Percentages of Color #faf7ac

%0
%1
%31
%2

Triadic Colors of #faf7ac

#faf7ac #acfaf7 #f7acfa

Analogous Colors of #faf7ac

#faf7ac #d6faac #fad0ac

Monochromatic Colors of #faf7ac

#faf7ac

Complementary Color

#faf7ac #acaffa

#faf7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf7ac Color CSS Codes

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

#faf7ac Text Font Color

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

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


#faf7ac Background Color

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

This div background color is #faf7ac


#faf7ac Border Color

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

This div border color is #faf7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf7ac


Comments

No comments written yet.

Please login to write comment.