Color Hex Logo

#faeaab Color Hex

#FAEAAB
(250,234,171)
0 Favorites   0 Comments

Color spaces of #faeaab

RGB 250234171
HSL0.130.890.83
HSV48°32°98°
CMYK 0.000.060.32   0.02
XYZ76.197882.109950.3608
Yxy82.10990.36520.3935
Hunter Lab90.6145-8.474630.4786
CIE-Lab92.6233-3.719432.6111

#faeaab color RGB value is (250,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10101011
Octal 372 352 253
Decimal 250 234 171
Hex FA EA AB

RGB Percentages of Color #faeaab

%38.17
%35.73
%26.11

CMYK Percentages of Color #faeaab

%0
%6
%32
%2

Triadic Colors of #faeaab

#faeaab #abfaea #eaabfa

Analogous Colors of #faeaab

#faeaab #e3faab #fac3ab

Monochromatic Colors of #faeaab

#faeaab

Complementary Color

#faeaab #abbbfa

#faeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaab Color CSS Codes

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

#faeaab Text Font Color

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

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


#faeaab Background Color

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

This div background color is #faeaab


#faeaab Border Color

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

This div border color is #faeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaab


Comments

No comments written yet.

Please login to write comment.