Color Hex Logo

#fac99b Color Hex

#FAC99B
(250,201,155)
0 Favorites   0 Comments

Color spaces of #fac99b

RGB 250201155
HSL0.080.900.79
HSV29°38°98°
CMYK 0.000.200.38   0.02
XYZ66.227464.463839.9626
Yxy64.46380.38810.3777
Hunter Lab80.28946.731026.6920
CIE-Lab84.206711.346229.5751

#fac99b color RGB value is (250,201,155).

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

The process color (four color CMYK) of #fac99b color hex is 0.00, 0.20, 0.38, 0.02. Web safe color of #fac99b is #ffcc99. Color #fac99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 10011011
Octal 372 311 233
Decimal 250 201 155
Hex FA C9 9B

RGB Percentages of Color #fac99b

%41.25
%33.17
%25.58

CMYK Percentages of Color #fac99b

%0
%20
%38
%2

Triadic Colors of #fac99b

#fac99b #9bfac9 #c99bfa

Analogous Colors of #fac99b

#fac99b #faf99b #fa9b9d

Monochromatic Colors of #fac99b

#fac99b

Complementary Color

#fac99b #9bccfa

#fac99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac99b Color CSS Codes

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

#fac99b Text Font Color

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

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


#fac99b Background Color

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

This div background color is #fac99b


#fac99b Border Color

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

This div border color is #fac99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac99b


Comments

No comments written yet.

Please login to write comment.