Color Hex Logo

#faf197 Color Hex

#FAF197
(250,241,151)
0 Favorites   0 Comments

Color spaces of #faf197

RGB 250241151
HSL0.150.910.79
HSV55°40°98°
CMYK 0.000.040.40   0.02
XYZ76.465685.469041.7451
Yxy85.46900.37540.4196
Hunter Lab92.4494-14.147937.9425
CIE-Lab94.0848-9.475544.5083

#faf197 color RGB value is (250,241,151).

#faf197 hex color red value is 250, green value is 241 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #faf197 hue: 0.15 , saturation: 0.91 and the lightness value of faf197 is 0.79.

The process color (four color CMYK) of #faf197 color hex is 0.00, 0.04, 0.40, 0.02. Web safe color of #faf197 is #ffff99. Color #faf197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10010111
Octal 372 361 227
Decimal 250 241 151
Hex FA F1 97

RGB Percentages of Color #faf197

%38.94
%37.54
%23.52

CMYK Percentages of Color #faf197

%0
%4
%40
%2

Triadic Colors of #faf197

#faf197 #97faf1 #f197fa

Analogous Colors of #faf197

#faf197 #d2fa97 #fac097

Monochromatic Colors of #faf197

#faf197

Complementary Color

#faf197 #97a0fa

#faf197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf197 Color CSS Codes

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

#faf197 Text Font Color

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

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


#faf197 Background Color

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

This div background color is #faf197


#faf197 Border Color

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

This div border color is #faf197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf197


Comments

No comments written yet.

Please login to write comment.