Color Hex Logo

#faa187 Color Hex

#FAA187
(250,161,135)
0 Favorites   0 Comments

Color spaces of #faa187

RGB 250161135
HSL0.040.920.75
HSV14°46°98°
CMYK 0.000.360.46   0.02
XYZ56.542447.563029.1221
Yxy47.56300.42440.3570
Hunter Lab68.965925.654623.2399
CIE-Lab74.548530.220427.2582

#faa187 color RGB value is (250,161,135).

#faa187 hex color red value is 250, green value is 161 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #faa187 hue: 0.04 , saturation: 0.92 and the lightness value of faa187 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 10000111
Octal 372 241 207
Decimal 250 161 135
Hex FA A1 87

RGB Percentages of Color #faa187

%45.79
%29.49
%24.73

CMYK Percentages of Color #faa187

%0
%36
%46
%2

Triadic Colors of #faa187

#faa187 #87faa1 #a187fa

Analogous Colors of #faa187

#faa187 #fadb87 #fa87a7

Monochromatic Colors of #faa187

#faa187

Complementary Color

#faa187 #87e0fa

#faa187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa187 Color CSS Codes

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

#faa187 Text Font Color

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

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


#faa187 Background Color

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

This div background color is #faa187


#faa187 Border Color

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

This div border color is #faa187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa187

Related Colors


Comments

No comments written yet.

Please login to write comment.