Color Hex Logo

#faca8f Color Hex

#FACA8F
(250,202,143)
0 Favorites   0 Comments

Color spaces of #faca8f

RGB 250202143
HSL0.090.910.77
HSV33°43°98°
CMYK 0.000.190.43   0.02
XYZ65.502864.548234.9933
Yxy64.54820.39690.3911
Hunter Lab80.34194.932930.4153
CIE-Lab84.25049.535235.8504

#faca8f color RGB value is (250,202,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10001111
Octal 372 312 217
Decimal 250 202 143
Hex FA CA 8F

RGB Percentages of Color #faca8f

%42.02
%33.95
%24.03

CMYK Percentages of Color #faca8f

%0
%19
%43
%2

Triadic Colors of #faca8f

#faca8f #8ffaca #ca8ffa

Analogous Colors of #faca8f

#faca8f #f5fa8f #fa958f

Monochromatic Colors of #faca8f

#faca8f

Complementary Color

#faca8f #8fbffa

#faca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca8f Color CSS Codes

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

#faca8f Text Font Color

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

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


#faca8f Background Color

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

This div background color is #faca8f


#faca8f Border Color

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

This div border color is #faca8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,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 #faca8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca8f


Comments

No comments written yet.

Please login to write comment.