Color Hex Logo

#facb6f Color Hex

#FACB6F
(250,203,111)
0 Favorites   0 Comments

Color spaces of #facb6f

RGB 250203111
HSL0.110.930.71
HSV40°56°98°
CMYK 0.000.190.56   0.02
XYZ63.649564.183624.0729
Yxy64.18360.41900.4225
Hunter Lab80.11471.614038.2648
CIE-Lab84.06136.145251.5842

#facb6f color RGB value is (250,203,111).

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

The process color (four color CMYK) of #facb6f color hex is 0.00, 0.19, 0.56, 0.02. Web safe color of #facb6f is #ffcc66. Color #facb6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01101111
Octal 372 313 157
Decimal 250 203 111
Hex FA CB 6F

RGB Percentages of Color #facb6f

%44.33
%35.99
%19.68

CMYK Percentages of Color #facb6f

%0
%19
%56
%2

Triadic Colors of #facb6f

#facb6f #6ffacb #cb6ffa

Analogous Colors of #facb6f

#facb6f #e4fa6f #fa866f

Monochromatic Colors of #facb6f

#facb6f

Complementary Color

#facb6f #6f9efa

#facb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb6f Color CSS Codes

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

#facb6f Text Font Color

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

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


#facb6f Background Color

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

This div background color is #facb6f


#facb6f Border Color

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

This div border color is #facb6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,203,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 #facb6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb6f


Comments

No comments written yet.

Please login to write comment.