Color Hex Logo

#fa9cac Color Hex

#FA9CAC
(250,156,172)
0 Favorites   0 Comments

Color spaces of #fa9cac

RGB 250156172
HSL0.970.900.80
HSV350°38°98°
CMYK 0.000.380.31   0.02
XYZ58.759247.079545.0200
Yxy47.07950.38950.3121
Hunter Lab68.614532.78619.1282
CIE-Lab74.240636.97266.5899

#fa9cac color RGB value is (250,156,172).

#fa9cac hex color red value is 250, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa9cac hue: 0.97 , saturation: 0.90 and the lightness value of fa9cac is 0.80.

The process color (four color CMYK) of #fa9cac color hex is 0.00, 0.38, 0.31, 0.02. Web safe color of #fa9cac is #ff9999. Color #fa9cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011100 10101100
Octal 372 234 254
Decimal 250 156 172
Hex FA 9C AC

RGB Percentages of Color #fa9cac

%43.25
%26.99
%29.76

CMYK Percentages of Color #fa9cac

%0
%38
%31
%2

Triadic Colors of #fa9cac

#fa9cac #acfa9c #9cacfa

Analogous Colors of #fa9cac

#fa9cac #fabb9c #fa9cdb

Monochromatic Colors of #fa9cac

#fa9cac

Complementary Color

#fa9cac #9cfaea

#fa9cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9cac Color CSS Codes

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

#fa9cac Text Font Color

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

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


#fa9cac Background Color

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

This div background color is #fa9cac


#fa9cac Border Color

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

This div border color is #fa9cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,156,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 #fa9cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9cac

Related Colors


Comments

No comments written yet.

Please login to write comment.