Color Hex Logo

#fa868e Color Hex

#FA868E
(250,134,142)
0 Favorites   0 Comments

Color spaces of #fa868e

RGB 250134142
HSL0.990.920.75
HSV356°46°98°
CMYK 0.000.460.43   0.02
XYZ52.831939.327230.3975
Yxy39.32720.43110.3209
Hunter Lab62.711440.634315.1589
CIE-Lab68.987644.782115.8162

#fa868e color RGB value is (250,134,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 10001110
Octal 372 206 216
Decimal 250 134 142
Hex FA 86 8E

RGB Percentages of Color #fa868e

%47.53
%25.48
%27.00

CMYK Percentages of Color #fa868e

%0
%46
%43
%2

Triadic Colors of #fa868e

#fa868e #8efa86 #868efa

Analogous Colors of #fa868e

#fa868e #fab886 #fa86c8

Monochromatic Colors of #fa868e

#fa868e

Complementary Color

#fa868e #86faf2

#fa868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa868e Color CSS Codes

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

#fa868e Text Font Color

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

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


#fa868e Background Color

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

This div background color is #fa868e


#fa868e Border Color

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

This div border color is #fa868e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa868e


Comments

No comments written yet.

Please login to write comment.