Color Hex Logo

#faad8e Color Hex

#FAAD8E
(250,173,142)
1 Favorites   0 Comments

Color spaces of #faad8e

RGB 250173142
HSL0.050.920.77
HSV17°43°98°
CMYK 0.000.310.43   0.02
XYZ59.250452.164132.5370
Yxy52.16410.41160.3624
Hunter Lab72.224720.041323.8474
CIE-Lab77.378924.629227.2864

#faad8e color RGB value is (250,173,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10001110
Octal 372 255 216
Decimal 250 173 142
Hex FA AD 8E

RGB Percentages of Color #faad8e

%44.25
%30.62
%25.13

CMYK Percentages of Color #faad8e

%0
%31
%43
%2

Triadic Colors of #faad8e

#faad8e #8efaad #ad8efa

Analogous Colors of #faad8e

#faad8e #fae38e #fa8ea5

Monochromatic Colors of #faad8e

#faad8e

Complementary Color

#faad8e #8edbfa

#faad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad8e Color CSS Codes

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

#faad8e Text Font Color

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

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


#faad8e Background Color

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

This div background color is #faad8e


#faad8e Border Color

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

This div border color is #faad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad8e

Related Colors


Comments

No comments written yet.

Please login to write comment.