Color Hex Logo

#fa7aac Color Hex

#FA7AAC
(250,122,172)
0 Favorites   0 Comments

Color spaces of #fa7aac

RGB 250122172
HSL0.930.930.73
HSV337°51°98°
CMYK 0.000.510.31   0.02
XYZ53.830337.221643.3770
Yxy37.22160.40040.2769
Hunter Lab61.009550.72860.5522
CIE-Lab67.443054.0136-3.2951

#fa7aac color RGB value is (250,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111010 10101100
Octal 372 172 254
Decimal 250 122 172
Hex FA 7A AC

RGB Percentages of Color #fa7aac

%45.96
%22.43
%31.62

CMYK Percentages of Color #fa7aac

%0
%51
%31
%2

Triadic Colors of #fa7aac

#fa7aac #acfa7a #7aacfa

Analogous Colors of #fa7aac

#fa7aac #fa887a #fa7aec

Monochromatic Colors of #fa7aac

#fa7aac

Complementary Color

#fa7aac #7afac8

#fa7aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7aac Color CSS Codes

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

#fa7aac Text Font Color

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

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


#fa7aac Background Color

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

This div background color is #fa7aac


#fa7aac Border Color

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

This div border color is #fa7aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7aac


Comments

No comments written yet.

Please login to write comment.