Color Hex Logo

#facc8f Color Hex

#FACC8F
(250,204,143)
0 Favorites   0 Comments

Color spaces of #facc8f

RGB 250204143
HSL0.100.910.77
HSV34°43°98°
CMYK 0.000.180.43   0.02
XYZ65.975165.492935.1507
Yxy65.49290.39600.3931
Hunter Lab80.92773.896030.8969
CIE-Lab84.73718.496336.4845

#facc8f color RGB value is (250,204,143).

#facc8f hex color red value is 250, green value is 204 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #facc8f hue: 0.10 , saturation: 0.91 and the lightness value of facc8f is 0.77.

The process color (four color CMYK) of #facc8f color hex is 0.00, 0.18, 0.43, 0.02. Web safe color of #facc8f is #ffcc99. Color #facc8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10001111
Octal 372 314 217
Decimal 250 204 143
Hex FA CC 8F

RGB Percentages of Color #facc8f

%41.88
%34.17
%23.95

CMYK Percentages of Color #facc8f

%0
%18
%43
%2

Triadic Colors of #facc8f

#facc8f #8ffacc #cc8ffa

Analogous Colors of #facc8f

#facc8f #f3fa8f #fa978f

Monochromatic Colors of #facc8f

#facc8f

Complementary Color

#facc8f #8fbdfa

#facc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc8f Color CSS Codes

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

#facc8f Text Font Color

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

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


#facc8f Background Color

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

This div background color is #facc8f


#facc8f Border Color

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

This div border color is #facc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc8f

Related Colors


Comments

No comments written yet.

Please login to write comment.