Color Hex Logo

#fa8699 Color Hex

#FA8699
(250,134,153)
0 Favorites   0 Comments

Color spaces of #fa8699

RGB 250134153
HSL0.970.920.75
HSV350°46°98°
CMYK 0.000.460.39   0.02
XYZ53.699239.674134.9646
Yxy39.67410.41840.3091
Hunter Lab62.987441.950311.1790
CIE-Lab69.236845.945510.0024

#fa8699 color RGB value is (250,134,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 10011001
Octal 372 206 231
Decimal 250 134 153
Hex FA 86 99

RGB Percentages of Color #fa8699

%46.55
%24.95
%28.49

CMYK Percentages of Color #fa8699

%0
%46
%39
%2

Triadic Colors of #fa8699

#fa8699 #99fa86 #8699fa

Analogous Colors of #fa8699

#fa8699 #faad86 #fa86d3

Monochromatic Colors of #fa8699

#fa8699

Complementary Color

#fa8699 #86fae7

#fa8699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8699 Color CSS Codes

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

#fa8699 Text Font Color

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

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


#fa8699 Background Color

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

This div background color is #fa8699


#fa8699 Border Color

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

This div border color is #fa8699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8699


Comments

No comments written yet.

Please login to write comment.