Color Hex Logo

#facb99 Color Hex

#FACB99
(250,203,153)
0 Favorites   0 Comments

Color spaces of #facb99

RGB 250203153
HSL0.090.910.79
HSV31°39°98°
CMYK 0.000.190.39   0.02
XYZ66.530065.335839.2415
Yxy65.33580.38880.3818
Hunter Lab80.83065.466227.7974
CIE-Lab84.656510.081431.2172

#facb99 color RGB value is (250,203,153).

#facb99 hex color red value is 250, green value is 203 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #facb99 hue: 0.09 , saturation: 0.91 and the lightness value of facb99 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 10011001
Octal 372 313 231
Decimal 250 203 153
Hex FA CB 99

RGB Percentages of Color #facb99

%41.25
%33.50
%25.25

CMYK Percentages of Color #facb99

%0
%19
%39
%2

Triadic Colors of #facb99

#facb99 #99facb #cb99fa

Analogous Colors of #facb99

#facb99 #f9fa99 #fa9b99

Monochromatic Colors of #facb99

#facb99

Complementary Color

#facb99 #99c8fa

#facb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb99 Color CSS Codes

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

#facb99 Text Font Color

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

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


#facb99 Background Color

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

This div background color is #facb99


#facb99 Border Color

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

This div border color is #facb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb99

Related Colors


Comments

No comments written yet.

Please login to write comment.