Color Hex Logo

#faacab Color Hex

#FAACAB
(250,172,171)
0 Favorites   0 Comments

Color spaces of #faacab

RGB 250172171
HSL0.000.890.83
HSV32°98°
CMYK 0.000.310.32   0.02
XYZ61.527652.769345.4707
Yxy52.76930.38510.3303
Hunter Lab72.642524.063713.7370
CIE-Lab77.738628.482012.1254

#faacab color RGB value is (250,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10101011
Octal 372 254 253
Decimal 250 172 171
Hex FA AC AB

RGB Percentages of Color #faacab

%42.16
%29.01
%28.84

CMYK Percentages of Color #faacab

%0
%31
%32
%2

Triadic Colors of #faacab

#faacab #abfaac #acabfa

Analogous Colors of #faacab

#faacab #fad4ab #faabd2

Monochromatic Colors of #faacab

#faacab

Complementary Color

#faacab #abf9fa

#faacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacab Color CSS Codes

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

#faacab Text Font Color

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

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


#faacab Background Color

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

This div background color is #faacab


#faacab Border Color

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

This div border color is #faacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacab


Comments

No comments written yet.

Please login to write comment.