Color Hex Logo

#faeaac Color Hex

#FAEAAC
(250,234,172)
2 Favorites   0 Comments

Color spaces of #faeaac

RGB 250234172
HSL0.130.890.83
HSV48°31°98°
CMYK 0.000.060.31   0.02
XYZ76.293682.148250.8648
Yxy82.14820.36450.3925
Hunter Lab90.6356-8.357930.1714
CIE-Lab92.6402-3.597632.1260

#faeaac color RGB value is (250,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10101100
Octal 372 352 254
Decimal 250 234 172
Hex FA EA AC

RGB Percentages of Color #faeaac

%38.11
%35.67
%26.22

CMYK Percentages of Color #faeaac

%0
%6
%31
%2

Triadic Colors of #faeaac

#faeaac #acfaea #eaacfa

Analogous Colors of #faeaac

#faeaac #e3faac #fac3ac

Monochromatic Colors of #faeaac

#faeaac

Complementary Color

#faeaac #acbcfa

#faeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaac Color CSS Codes

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

#faeaac Text Font Color

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

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


#faeaac Background Color

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

This div background color is #faeaac


#faeaac Border Color

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

This div border color is #faeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaac


Comments

No comments written yet.

Please login to write comment.