Color Hex Logo

#f9faac Color Hex

#F9FAAC
(249,250,172)
0 Favorites   0 Comments

Color spaces of #f9faac

RGB 249250172
HSL0.170.890.83
HSV61°31°98°
CMYK 0.000.000.31   0.02
XYZ80.698991.489552.4357
Yxy91.48950.35930.4073
Hunter Lab95.6501-16.789434.4521
CIE-Lab96.6112-11.937237.3911

#f9faac color RGB value is (249,250,172).

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

The process color (four color CMYK) of #f9faac color hex is 0.00, 0.00, 0.31, 0.02. Web safe color of #f9faac is #ffff99. Color #f9faac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111010 10101100
Octal 371 372 254
Decimal 249 250 172
Hex F9 FA AC

RGB Percentages of Color #f9faac

%37.11
%37.26
%25.63

CMYK Percentages of Color #f9faac

%0
%0
%31
%2

Triadic Colors of #f9faac

#f9faac #acf9fa #faacf9

Analogous Colors of #f9faac

#f9faac #d2faac #fad4ac

Monochromatic Colors of #f9faac

#f9faac

Complementary Color

#f9faac #adacfa

#f9faac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9faac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9faac Color CSS Codes

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

#f9faac Text Font Color

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

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


#f9faac Background Color

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

This div background color is #f9faac


#f9faac Border Color

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

This div border color is #f9faac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9faac

Related Colors


Comments

No comments written yet.

Please login to write comment.