Color Hex Logo

#faa08f Color Hex

#FAA08F
(250,160,143)
1 Favorites   0 Comments

Color spaces of #faa08f

RGB 250160143
HSL0.030.910.77
HSV10°43°98°
CMYK 0.000.360.43   0.02
XYZ56.953147.448832.1434
Yxy47.44880.41710.3475
Hunter Lab68.883127.039820.5513
CIE-Lab74.475931.548722.8227

#faa08f color RGB value is (250,160,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 10001111
Octal 372 240 217
Decimal 250 160 143
Hex FA A0 8F

RGB Percentages of Color #faa08f

%45.21
%28.93
%25.86

CMYK Percentages of Color #faa08f

%0
%36
%43
%2

Triadic Colors of #faa08f

#faa08f #8ffaa0 #a08ffa

Analogous Colors of #faa08f

#faa08f #fad68f #fa8fb4

Monochromatic Colors of #faa08f

#faa08f

Complementary Color

#faa08f #8fe9fa

#faa08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa08f Color CSS Codes

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

#faa08f Text Font Color

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

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


#faa08f Background Color

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

This div background color is #faa08f


#faa08f Border Color

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

This div border color is #faa08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa08f


Comments

No comments written yet.

Please login to write comment.