Color Hex Logo

#fac696 Color Hex

#FAC696
(250,198,150)
0 Favorites   0 Comments

Color spaces of #fac696

RGB 250198150
HSL0.080.910.78
HSV29°40°98°
CMYK 0.000.210.40   0.02
XYZ65.123462.914237.5654
Yxy62.91420.39330.3799
Hunter Lab79.31857.747827.4431
CIE-Lab83.397212.358331.1020

#fac696 color RGB value is (250,198,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 10010110
Octal 372 306 226
Decimal 250 198 150
Hex FA C6 96

RGB Percentages of Color #fac696

%41.81
%33.11
%25.08

CMYK Percentages of Color #fac696

%0
%21
%40
%2

Triadic Colors of #fac696

#fac696 #96fac6 #c696fa

Analogous Colors of #fac696

#fac696 #faf896 #fa9698

Monochromatic Colors of #fac696

#fac696

Complementary Color

#fac696 #96cafa

#fac696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac696 Color CSS Codes

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

#fac696 Text Font Color

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

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


#fac696 Background Color

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

This div background color is #fac696


#fac696 Border Color

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

This div border color is #fac696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac696


Comments

No comments written yet.

Please login to write comment.