Color Hex Logo

#faf192 Color Hex

#FAF192
(250,241,146)
0 Favorites   0 Comments

Color spaces of #faf192

RGB 250241146
HSL0.150.910.78
HSV55°42°98°
CMYK 0.000.040.42   0.02
XYZ76.067985.309939.6514
Yxy85.30990.37840.4244
Hunter Lab92.3634-14.628239.2013
CIE-Lab94.0165-9.988546.8613

#faf192 color RGB value is (250,241,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10010010
Octal 372 361 222
Decimal 250 241 146
Hex FA F1 92

RGB Percentages of Color #faf192

%39.25
%37.83
%22.92

CMYK Percentages of Color #faf192

%0
%4
%42
%2

Triadic Colors of #faf192

#faf192 #92faf1 #f192fa

Analogous Colors of #faf192

#faf192 #cffa92 #fabd92

Monochromatic Colors of #faf192

#faf192

Complementary Color

#faf192 #929bfa

#faf192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf192 Color CSS Codes

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

#faf192 Text Font Color

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

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


#faf192 Background Color

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

This div background color is #faf192


#faf192 Border Color

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

This div border color is #faf192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf192


Comments

No comments written yet.

Please login to write comment.