Color Hex Logo

#fa898f Color Hex

#FA898F
(250,137,143)
0 Favorites   0 Comments

Color spaces of #fa898f

RGB 250137143
HSL0.990.920.76
HSV357°45°98°
CMYK 0.000.450.43   0.02
XYZ53.327940.198530.9350
Yxy40.19850.42850.3230
Hunter Lab63.402339.183015.4531
CIE-Lab69.610743.379016.1245

#fa898f color RGB value is (250,137,143).

#fa898f hex color red value is 250, green value is 137 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fa898f hue: 0.99 , saturation: 0.92 and the lightness value of fa898f is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 10001111
Octal 372 211 217
Decimal 250 137 143
Hex FA 89 8F

RGB Percentages of Color #fa898f

%47.17
%25.85
%26.98

CMYK Percentages of Color #fa898f

%0
%45
%43
%2

Triadic Colors of #fa898f

#fa898f #8ffa89 #898ffa

Analogous Colors of #fa898f

#fa898f #fabc89 #fa89c8

Monochromatic Colors of #fa898f

#fa898f

Complementary Color

#fa898f #89faf4

#fa898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa898f Color CSS Codes

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

#fa898f Text Font Color

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

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


#fa898f Background Color

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

This div background color is #fa898f


#fa898f Border Color

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

This div border color is #fa898f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa898f


Comments

No comments written yet.

Please login to write comment.