Color Hex Logo

#facb9e Color Hex

#FACB9E
(250,203,158)
0 Favorites   0 Comments

Color spaces of #facb9e

RGB 250203158
HSL0.080.900.80
HSV29°37°98°
CMYK 0.000.190.37   0.02
XYZ66.951865.504541.4626
Yxy65.50450.38500.3766
Hunter Lab80.93496.024726.2804
CIE-Lab84.743010.644628.7302

#facb9e color RGB value is (250,203,158).

#facb9e hex color red value is 250, green value is 203 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #facb9e hue: 0.08 , saturation: 0.90 and the lightness value of facb9e is 0.80.

The process color (four color CMYK) of #facb9e color hex is 0.00, 0.19, 0.37, 0.02. Web safe color of #facb9e is #ffcc99. Color #facb9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 10011110
Octal 372 313 236
Decimal 250 203 158
Hex FA CB 9E

RGB Percentages of Color #facb9e

%40.92
%33.22
%25.86

CMYK Percentages of Color #facb9e

%0
%19
%37
%2

Triadic Colors of #facb9e

#facb9e #9efacb #cb9efa

Analogous Colors of #facb9e

#facb9e #faf99e #fa9e9f

Monochromatic Colors of #facb9e

#facb9e

Complementary Color

#facb9e #9ecdfa

#facb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb9e Color CSS Codes

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

#facb9e Text Font Color

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

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


#facb9e Background Color

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

This div background color is #facb9e


#facb9e Border Color

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

This div border color is #facb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb9e


Comments

No comments written yet.

Please login to write comment.