Color Hex Logo

#faf8ac Color Hex

#FAF8AC
(250,248,172)
0 Favorites   0 Comments

Color spaces of #faf8ac

RGB 250248172
HSL0.160.890.83
HSV58°31°98°
CMYK 0.000.010.31   0.02
XYZ80.438190.437452.2463
Yxy90.43740.36050.4053
Hunter Lab95.0986-15.440233.9956
CIE-Lab96.1779-10.579936.8330

#faf8ac color RGB value is (250,248,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 10101100
Octal 372 370 254
Decimal 250 248 172
Hex FA F8 AC

RGB Percentages of Color #faf8ac

%37.31
%37.01
%25.67

CMYK Percentages of Color #faf8ac

%0
%1
%31
%2

Triadic Colors of #faf8ac

#faf8ac #acfaf8 #f8acfa

Analogous Colors of #faf8ac

#faf8ac #d5faac #fad1ac

Monochromatic Colors of #faf8ac

#faf8ac

Complementary Color

#faf8ac #acaefa

#faf8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf8ac Color CSS Codes

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

#faf8ac Text Font Color

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

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


#faf8ac Background Color

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

This div background color is #faf8ac


#faf8ac Border Color

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

This div border color is #faf8ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,248,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 #faf8ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf8ac

Related Colors


Comments

No comments written yet.

Please login to write comment.