Color Hex Logo

#faa08e Color Hex

#FAA08E
(250,160,142)
0 Favorites   0 Comments

Color spaces of #faa08e

RGB 250160142
HSL0.030.920.77
HSV10°43°98°
CMYK 0.000.360.43   0.02
XYZ56.877647.418631.7461
Yxy47.41860.41810.3486
Hunter Lab68.861226.929520.8692
CIE-Lab74.456731.445123.3406

#faa08e color RGB value is (250,160,142).

#faa08e hex color red value is 250, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #faa08e hue: 0.03 , saturation: 0.92 and the lightness value of faa08e is 0.77.

The process color (four color CMYK) of #faa08e color hex is 0.00, 0.36, 0.43, 0.02. Web safe color of #faa08e is #ff9999. Color #faa08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 10001110
Octal 372 240 216
Decimal 250 160 142
Hex FA A0 8E

RGB Percentages of Color #faa08e

%45.29
%28.99
%25.72

CMYK Percentages of Color #faa08e

%0
%36
%43
%2

Triadic Colors of #faa08e

#faa08e #8efaa0 #a08efa

Analogous Colors of #faa08e

#faa08e #fad68e #fa8eb2

Monochromatic Colors of #faa08e

#faa08e

Complementary Color

#faa08e #8ee8fa

#faa08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa08e Color CSS Codes

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

#faa08e Text Font Color

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

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


#faa08e Background Color

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

This div background color is #faa08e


#faa08e Border Color

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

This div border color is #faa08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa08e


Comments

No comments written yet.

Please login to write comment.