Color Hex Logo

#faf199 Color Hex

#FAF199
(250,241,153)
0 Favorites   0 Comments

Color spaces of #faf199

RGB 250241153
HSL0.150.910.79
HSV54°39°98°
CMYK 0.000.040.39   0.02
XYZ76.629485.534542.6080
Yxy85.53450.37420.4177
Hunter Lab92.4849-13.950337.4244
CIE-Lab94.1130-9.264943.5625

#faf199 color RGB value is (250,241,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10011001
Octal 372 361 231
Decimal 250 241 153
Hex FA F1 99

RGB Percentages of Color #faf199

%38.82
%37.42
%23.76

CMYK Percentages of Color #faf199

%0
%4
%39
%2

Triadic Colors of #faf199

#faf199 #99faf1 #f199fa

Analogous Colors of #faf199

#faf199 #d3fa99 #fac199

Monochromatic Colors of #faf199

#faf199

Complementary Color

#faf199 #99a2fa

#faf199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf199 Color CSS Codes

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

#faf199 Text Font Color

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

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


#faf199 Background Color

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

This div background color is #faf199


#faf199 Border Color

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

This div border color is #faf199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf199

Related Colors


Comments

No comments written yet.

Please login to write comment.