Color Hex Logo

#faf1ac Color Hex

#FAF1AC
(250,241,172)
0 Favorites   0 Comments

Color spaces of #faf1ac

RGB 250241172
HSL0.150.890.83
HSV53°31°98°
CMYK 0.000.040.31   0.02
XYZ78.326086.213151.5423
Yxy86.21310.36250.3990
Hunter Lab92.8510-11.912632.0834
CIE-Lab94.4034-7.107434.4799

#faf1ac color RGB value is (250,241,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10101100
Octal 372 361 254
Decimal 250 241 172
Hex FA F1 AC

RGB Percentages of Color #faf1ac

%37.71
%36.35
%25.94

CMYK Percentages of Color #faf1ac

%0
%4
%31
%2

Triadic Colors of #faf1ac

#faf1ac #acfaf1 #f1acfa

Analogous Colors of #faf1ac

#faf1ac #dcfaac #facaac

Monochromatic Colors of #faf1ac

#faf1ac

Complementary Color

#faf1ac #acb5fa

#faf1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf1ac Color CSS Codes

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

#faf1ac Text Font Color

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

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


#faf1ac Background Color

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

This div background color is #faf1ac


#faf1ac Border Color

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

This div border color is #faf1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf1ac


Comments

No comments written yet.

Please login to write comment.