Color Hex Logo

#fa906f Color Hex

#FA906F
(250,144,111)
0 Favorites   0 Comments

Color spaces of #fa906f

RGB 250144111
HSL0.040.930.71
HSV14°56°98°
CMYK 0.000.420.56   0.02
XYZ52.266841.418220.2787
Yxy41.41820.45860.3634
Hunter Lab64.357032.342126.3678
CIE-Lab70.467936.930434.8676

#fa906f color RGB value is (250,144,111).

#fa906f hex color red value is 250, green value is 144 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fa906f hue: 0.04 , saturation: 0.93 and the lightness value of fa906f is 0.71.

The process color (four color CMYK) of #fa906f color hex is 0.00, 0.42, 0.56, 0.02. Web safe color of #fa906f is #ff9966. Color #fa906f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 01101111
Octal 372 220 157
Decimal 250 144 111
Hex FA 90 6F

RGB Percentages of Color #fa906f

%49.50
%28.51
%21.98

CMYK Percentages of Color #fa906f

%0
%42
%56
%2

Triadic Colors of #fa906f

#fa906f #6ffa90 #906ffa

Analogous Colors of #fa906f

#fa906f #fad66f #fa6f94

Monochromatic Colors of #fa906f

#fa906f

Complementary Color

#fa906f #6fd9fa

#fa906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa906f Color CSS Codes

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

#fa906f Text Font Color

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

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


#fa906f Background Color

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

This div background color is #fa906f


#fa906f Border Color

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

This div border color is #fa906f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa906f


Comments

No comments written yet.

Please login to write comment.