Color Hex Logo

#fac195 Color Hex

#FAC195
(250,193,149)
0 Favorites   0 Comments

Color spaces of #fac195

RGB 250193149
HSL0.070.910.78
HSV26°40°98°
CMYK 0.000.230.40   0.02
XYZ63.919160.633836.7684
Yxy60.63380.39620.3759
Hunter Lab77.867710.256426.5112
CIE-Lab82.181514.864430.0050

#fac195 color RGB value is (250,193,149).

#fac195 hex color red value is 250, green value is 193 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fac195 hue: 0.07 , saturation: 0.91 and the lightness value of fac195 is 0.78.

The process color (four color CMYK) of #fac195 color hex is 0.00, 0.23, 0.40, 0.02. Web safe color of #fac195 is #ffcc99. Color #fac195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 10010101
Octal 372 301 225
Decimal 250 193 149
Hex FA C1 95

RGB Percentages of Color #fac195

%42.23
%32.60
%25.17

CMYK Percentages of Color #fac195

%0
%23
%40
%2

Triadic Colors of #fac195

#fac195 #95fac1 #c195fa

Analogous Colors of #fac195

#fac195 #faf495 #fa959c

Monochromatic Colors of #fac195

#fac195

Complementary Color

#fac195 #95cefa

#fac195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac195 Color CSS Codes

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

#fac195 Text Font Color

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

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


#fac195 Background Color

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

This div background color is #fac195


#fac195 Border Color

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

This div border color is #fac195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac195


Comments

No comments written yet.

Please login to write comment.