Color Hex Logo

#faf98f Color Hex

#FAF98F
(250,249,143)
0 Favorites   0 Comments

Color spaces of #faf98f

RGB 250249143
HSL0.170.910.77
HSV59°43°98°
CMYK 0.000.000.43   0.02
XYZ78.257990.058539.2450
Yxy90.05850.37700.4339
Hunter Lab94.8992-18.874841.9104
CIE-Lab96.0210-14.215850.8070

#faf98f color RGB value is (250,249,143).

#faf98f hex color red value is 250, green value is 249 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #faf98f hue: 0.17 , saturation: 0.91 and the lightness value of faf98f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 10001111
Octal 372 371 217
Decimal 250 249 143
Hex FA F9 8F

RGB Percentages of Color #faf98f

%38.94
%38.79
%22.27

CMYK Percentages of Color #faf98f

%0
%0
%43
%2

Triadic Colors of #faf98f

#faf98f #8ffaf9 #f98ffa

Analogous Colors of #faf98f

#faf98f #c6fa8f #fac48f

Monochromatic Colors of #faf98f

#faf98f

Complementary Color

#faf98f #8f90fa

#faf98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf98f Color CSS Codes

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

#faf98f Text Font Color

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

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


#faf98f Background Color

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

This div background color is #faf98f


#faf98f Border Color

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

This div border color is #faf98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf98f

Related Colors


Comments

No comments written yet.

Please login to write comment.