Color Hex Logo

#fa7baa Color Hex

#FA7BAA
(250,123,170)
0 Favorites   0 Comments

Color spaces of #fa7baa

RGB 250123170
HSL0.940.930.73
HSV338°51°98°
CMYK 0.000.510.32   0.02
XYZ53.763037.392242.4140
Yxy37.39220.40250.2799
Hunter Lab61.149249.92811.6800
CIE-Lab67.570253.2925-1.9784

#fa7baa color RGB value is (250,123,170).

#fa7baa hex color red value is 250, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa7baa hue: 0.94 , saturation: 0.93 and the lightness value of fa7baa is 0.73.

The process color (four color CMYK) of #fa7baa color hex is 0.00, 0.51, 0.32, 0.02. Web safe color of #fa7baa is #ff6699. Color #fa7baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10101010
Octal 372 173 252
Decimal 250 123 170
Hex FA 7B AA

RGB Percentages of Color #fa7baa

%46.04
%22.65
%31.31

CMYK Percentages of Color #fa7baa

%0
%51
%32
%2

Triadic Colors of #fa7baa

#fa7baa #aafa7b #7baafa

Analogous Colors of #fa7baa

#fa7baa #fa8c7b #fa7bea

Monochromatic Colors of #fa7baa

#fa7baa

Complementary Color

#fa7baa #7bfacb

#fa7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7baa Color CSS Codes

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

#fa7baa Text Font Color

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

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


#fa7baa Background Color

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

This div background color is #fa7baa


#fa7baa Border Color

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

This div border color is #fa7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7baa


Comments

No comments written yet.

Please login to write comment.