Color Hex Logo

#facb9f Color Hex

#FACB9F
(250,203,159)
0 Favorites   0 Comments

Color spaces of #facb9f

RGB 250203159
HSL0.080.900.80
HSV29°36°98°
CMYK 0.000.190.36   0.02
XYZ67.038365.539141.9179
Yxy65.53910.38420.3756
Hunter Lab80.95626.139025.9699
CIE-Lab84.760810.759628.2321

#facb9f color RGB value is (250,203,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 10011111
Octal 372 313 237
Decimal 250 203 159
Hex FA CB 9F

RGB Percentages of Color #facb9f

%40.85
%33.17
%25.98

CMYK Percentages of Color #facb9f

%0
%19
%36
%2

Triadic Colors of #facb9f

#facb9f #9ffacb #cb9ffa

Analogous Colors of #facb9f

#facb9f #faf99f #fa9fa1

Monochromatic Colors of #facb9f

#facb9f

Complementary Color

#facb9f #9fcefa

#facb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb9f Color CSS Codes

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

#facb9f Text Font Color

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

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


#facb9f Background Color

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

This div background color is #facb9f


#facb9f Border Color

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

This div border color is #facb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb9f


Comments

No comments written yet.

Please login to write comment.