Color Hex Logo

#fa8696 Color Hex

#FA8696
(250,134,150)
0 Favorites   0 Comments

Color spaces of #fa8696

RGB 250134150
HSL0.980.920.75
HSV352°46°98°
CMYK 0.000.460.40   0.02
XYZ53.454539.576233.6758
Yxy39.57620.42190.3123
Hunter Lab62.909641.580212.2985
CIE-Lab69.166645.619211.5852

#fa8696 color RGB value is (250,134,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 10010110
Octal 372 206 226
Decimal 250 134 150
Hex FA 86 96

RGB Percentages of Color #fa8696

%46.82
%25.09
%28.09

CMYK Percentages of Color #fa8696

%0
%46
%40
%2

Triadic Colors of #fa8696

#fa8696 #96fa86 #8696fa

Analogous Colors of #fa8696

#fa8696 #fab086 #fa86d0

Monochromatic Colors of #fa8696

#fa8696

Complementary Color

#fa8696 #86faea

#fa8696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8696 Color CSS Codes

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

#fa8696 Text Font Color

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

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


#fa8696 Background Color

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

This div background color is #fa8696


#fa8696 Border Color

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

This div border color is #fa8696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8696


Comments

No comments written yet.

Please login to write comment.