Color Hex Logo

#fa908f Color Hex

#FA908F
(250,144,143)
0 Favorites   0 Comments

Color spaces of #fa908f

RGB 250144143
HSL0.000.910.77
HSV43°98°
CMYK 0.000.420.43   0.02
XYZ54.355542.253731.2775
Yxy42.25370.42500.3304
Hunter Lab65.002835.507016.9733
CIE-Lab71.045539.826518.1149

#fa908f color RGB value is (250,144,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 10001111
Octal 372 220 217
Decimal 250 144 143
Hex FA 90 8F

RGB Percentages of Color #fa908f

%46.55
%26.82
%26.63

CMYK Percentages of Color #fa908f

%0
%42
%43
%2

Triadic Colors of #fa908f

#fa908f #8ffa90 #908ffa

Analogous Colors of #fa908f

#fa908f #fac68f #fa8fc4

Monochromatic Colors of #fa908f

#fa908f

Complementary Color

#fa908f #8ff9fa

#fa908f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa908f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa908f Color CSS Codes

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

#fa908f Text Font Color

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

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


#fa908f Background Color

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

This div background color is #fa908f


#fa908f Border Color

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

This div border color is #fa908f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,144,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 #fa908f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa908f

Related Colors


Comments

No comments written yet.

Please login to write comment.