Color Hex Logo

#fa869e Color Hex

#FA869E
(250,134,158)
0 Favorites   0 Comments

Color spaces of #fa869e

RGB 250134158
HSL0.970.920.75
HSV348°46°98°
CMYK 0.000.460.37   0.02
XYZ54.121039.842837.1857
Yxy39.84280.41270.3038
Hunter Lab63.121242.58659.2561
CIE-Lab69.357446.50507.3696

#fa869e color RGB value is (250,134,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 10011110
Octal 372 206 236
Decimal 250 134 158
Hex FA 86 9E

RGB Percentages of Color #fa869e

%46.13
%24.72
%29.15

CMYK Percentages of Color #fa869e

%0
%46
%37
%2

Triadic Colors of #fa869e

#fa869e #9efa86 #869efa

Analogous Colors of #fa869e

#fa869e #faa886 #fa86d8

Monochromatic Colors of #fa869e

#fa869e

Complementary Color

#fa869e #86fae2

#fa869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa869e Color CSS Codes

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

#fa869e Text Font Color

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

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


#fa869e Background Color

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

This div background color is #fa869e


#fa869e Border Color

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

This div border color is #fa869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa869e


Comments

No comments written yet.

Please login to write comment.