Color Hex Logo

#fa888e Color Hex

#FA888E
(250,136,142)
0 Favorites   0 Comments

Color spaces of #fa888e

RGB 250136142
HSL0.990.920.76
HSV357°46°98°
CMYK 0.000.460.43   0.02
XYZ53.111039.885330.4906
Yxy39.88530.43010.3230
Hunter Lab63.154839.591415.5837
CIE-Lab69.387843.780016.3728

#fa888e color RGB value is (250,136,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 10001110
Octal 372 210 216
Decimal 250 136 142
Hex FA 88 8E

RGB Percentages of Color #fa888e

%47.35
%25.76
%26.89

CMYK Percentages of Color #fa888e

%0
%46
%43
%2

Triadic Colors of #fa888e

#fa888e #8efa88 #888efa

Analogous Colors of #fa888e

#fa888e #fabb88 #fa88c7

Monochromatic Colors of #fa888e

#fa888e

Complementary Color

#fa888e #88faf4

#fa888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa888e Color CSS Codes

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

#fa888e Text Font Color

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

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


#fa888e Background Color

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

This div background color is #fa888e


#fa888e Border Color

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

This div border color is #fa888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa888e


Comments

No comments written yet.

Please login to write comment.