Color Hex Logo

#faf098 Color Hex

#FAF098
(250,240,152)
0 Favorites   0 Comments

Color spaces of #faf098

RGB 250240152
HSL0.150.910.79
HSV54°39°98°
CMYK 0.000.040.39   0.02
XYZ76.251984.911242.0764
Yxy84.91120.37520.4178
Hunter Lab92.1473-13.548937.4300
CIE-Lab93.8448-8.874643.7112

#faf098 color RGB value is (250,240,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 10011000
Octal 372 360 230
Decimal 250 240 152
Hex FA F0 98

RGB Percentages of Color #faf098

%38.94
%37.38
%23.68

CMYK Percentages of Color #faf098

%0
%4
%39
%2

Triadic Colors of #faf098

#faf098 #98faf0 #f098fa

Analogous Colors of #faf098

#faf098 #d3fa98 #fabf98

Monochromatic Colors of #faf098

#faf098

Complementary Color

#faf098 #98a2fa

#faf098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf098 Color CSS Codes

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

#faf098 Text Font Color

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

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


#faf098 Background Color

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

This div background color is #faf098


#faf098 Border Color

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

This div border color is #faf098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf098


Comments

No comments written yet.

Please login to write comment.