Color Hex Logo

#faacaa Color Hex

#FAACAA
(250,172,170)
0 Favorites   0 Comments

Color spaces of #faacaa

RGB 250172170
HSL0.000.890.82
HSV32°98°
CMYK 0.000.310.32   0.02
XYZ61.432652.731344.9705
Yxy52.73130.38600.3314
Hunter Lab72.616323.930514.1138
CIE-Lab77.716128.356312.6368

#faacaa color RGB value is (250,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10101010
Octal 372 254 252
Decimal 250 172 170
Hex FA AC AA

RGB Percentages of Color #faacaa

%42.23
%29.05
%28.72

CMYK Percentages of Color #faacaa

%0
%31
%32
%2

Triadic Colors of #faacaa

#faacaa #aafaac #acaafa

Analogous Colors of #faacaa

#faacaa #fad4aa #faaad0

Monochromatic Colors of #faacaa

#faacaa

Complementary Color

#faacaa #aaf8fa

#faacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacaa Color CSS Codes

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

#faacaa Text Font Color

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

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


#faacaa Background Color

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

This div background color is #faacaa


#faacaa Border Color

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

This div border color is #faacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacaa


Comments

No comments written yet.

Please login to write comment.