Color Hex Logo

#faac93 Color Hex

#FAAC93
(250,172,147)
0 Favorites   0 Comments

Color spaces of #faac93

RGB 250172147
HSL0.040.910.78
HSV15°41°98°
CMYK 0.000.310.41   0.02
XYZ59.443351.935634.4953
Yxy51.93560.40750.3560
Hunter Lab72.066421.118022.0667
CIE-Lab77.242325.680824.4205

#faac93 color RGB value is (250,172,147).

#faac93 hex color red value is 250, green value is 172 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #faac93 hue: 0.04 , saturation: 0.91 and the lightness value of faac93 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10010011
Octal 372 254 223
Decimal 250 172 147
Hex FA AC 93

RGB Percentages of Color #faac93

%43.94
%30.23
%25.83

CMYK Percentages of Color #faac93

%0
%31
%41
%2

Triadic Colors of #faac93

#faac93 #93faac #ac93fa

Analogous Colors of #faac93

#faac93 #fae093 #fa93ae

Monochromatic Colors of #faac93

#faac93

Complementary Color

#faac93 #93e1fa

#faac93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac93 Color CSS Codes

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

#faac93 Text Font Color

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

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


#faac93 Background Color

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

This div background color is #faac93


#faac93 Border Color

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

This div border color is #faac93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac93


Comments

No comments written yet.

Please login to write comment.