Color Hex Logo

#faaac4 Color Hex

#FAAAC4
(250,170,196)
2 Favorites   0 Comments

Color spaces of #faaac4

RGB 250170196
HSL0.950.890.82
HSV341°32°98°
CMYK 0.000.320.22   0.02
XYZ63.762953.059059.1053
Yxy53.05900.36240.3016
Hunter Lab72.841628.77962.8799
CIE-Lab77.909832.9197-1.2359

#faaac4 color RGB value is (250,170,196).

#faaac4 hex color red value is 250, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #faaac4 hue: 0.95 , saturation: 0.89 and the lightness value of faaac4 is 0.82.

The process color (four color CMYK) of #faaac4 color hex is 0.00, 0.32, 0.22, 0.02. Web safe color of #faaac4 is #ff99cc. Color #faaac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11000100
Octal 372 252 304
Decimal 250 170 196
Hex FA AA C4

RGB Percentages of Color #faaac4

%40.58
%27.60
%31.82

CMYK Percentages of Color #faaac4

%0
%32
%22
%2

Triadic Colors of #faaac4

#faaac4 #c4faaa #aac4fa

Analogous Colors of #faaac4

#faaac4 #fab8aa #faaaec

Monochromatic Colors of #faaac4

#faaac4

Complementary Color

#faaac4 #aafae0

#faaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaac4 Color CSS Codes

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

#faaac4 Text Font Color

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

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


#faaac4 Background Color

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

This div background color is #faaac4


#faaac4 Border Color

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

This div border color is #faaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaac4


Comments

No comments written yet.

Please login to write comment.