Color Hex Logo

#faaf6f Color Hex

#FAAF6F
(250,175,111)
0 Favorites   0 Comments

Color spaces of #faaf6f

RGB 250175111
HSL0.080.930.71
HSV28°56°98°
CMYK 0.000.300.56   0.02
XYZ57.623652.131622.0642
Yxy52.13160.43710.3955
Hunter Lab72.202216.104532.4232
CIE-Lab77.359520.767443.4912

#faaf6f color RGB value is (250,175,111).

#faaf6f hex color red value is 250, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #faaf6f hue: 0.08 , saturation: 0.93 and the lightness value of faaf6f is 0.71.

The process color (four color CMYK) of #faaf6f color hex is 0.00, 0.30, 0.56, 0.02. Web safe color of #faaf6f is #ff9966. Color #faaf6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01101111
Octal 372 257 157
Decimal 250 175 111
Hex FA AF 6F

RGB Percentages of Color #faaf6f

%46.64
%32.65
%20.71

CMYK Percentages of Color #faaf6f

%0
%30
%56
%2

Triadic Colors of #faaf6f

#faaf6f #6ffaaf #af6ffa

Analogous Colors of #faaf6f

#faaf6f #faf56f #fa6f75

Monochromatic Colors of #faaf6f

#faaf6f

Complementary Color

#faaf6f #6fbafa

#faaf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf6f Color CSS Codes

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

#faaf6f Text Font Color

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

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


#faaf6f Background Color

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

This div background color is #faaf6f


#faaf6f Border Color

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

This div border color is #faaf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf6f


Comments

No comments written yet.

Please login to write comment.