Color Hex Logo

#faae91 Color Hex

#FAAE91
(250,174,145)
0 Favorites   0 Comments

Color spaces of #faae91

RGB 250174145
HSL0.050.910.77
HSV17°42°98°
CMYK 0.000.300.42   0.02
XYZ59.671252.640433.8037
Yxy52.64040.40840.3603
Hunter Lab72.553719.836923.1636
CIE-Lab77.662224.416726.0618

#faae91 color RGB value is (250,174,145).

#faae91 hex color red value is 250, green value is 174 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #faae91 hue: 0.05 , saturation: 0.91 and the lightness value of faae91 is 0.77.

The process color (four color CMYK) of #faae91 color hex is 0.00, 0.30, 0.42, 0.02. Web safe color of #faae91 is #ff9999. Color #faae91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10010001
Octal 372 256 221
Decimal 250 174 145
Hex FA AE 91

RGB Percentages of Color #faae91

%43.94
%30.58
%25.48

CMYK Percentages of Color #faae91

%0
%30
%42
%2

Triadic Colors of #faae91

#faae91 #91faae #ae91fa

Analogous Colors of #faae91

#faae91 #fae391 #fa91a9

Monochromatic Colors of #faae91

#faae91

Complementary Color

#faae91 #91ddfa

#faae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae91 Color CSS Codes

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

#faae91 Text Font Color

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

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


#faae91 Background Color

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

This div background color is #faae91


#faae91 Border Color

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

This div border color is #faae91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae91


Comments

No comments written yet.

Please login to write comment.