Color Hex Logo

#f1faac Color Hex

#F1FAAC
(241,250,172)
0 Favorites   0 Comments

Color spaces of #f1faac

RGB 241250172
HSL0.190.890.83
HSV67°31°98°
CMYK 0.040.000.31   0.02
XYZ77.907690.050552.3050
Yxy90.05050.35370.4088
Hunter Lab94.8949-19.519833.7465
CIE-Lab96.0177-14.901836.4982

#f1faac color RGB value is (241,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111010 10101100
Octal 361 372 254
Decimal 241 250 172
Hex F1 FA AC

RGB Percentages of Color #f1faac

%36.35
%37.71
%25.94

CMYK Percentages of Color #f1faac

%4
%0
%31
%2

Triadic Colors of #f1faac

#f1faac #acf1fa #faacf1

Analogous Colors of #f1faac

#f1faac #cafaac #fadcac

Monochromatic Colors of #f1faac

#f1faac

Complementary Color

#f1faac #b5acfa

#f1faac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1faac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1faac Color CSS Codes

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

#f1faac Text Font Color

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

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


#f1faac Background Color

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

This div background color is #f1faac


#f1faac Border Color

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

This div border color is #f1faac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,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 #f1faac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1faac


Comments

No comments written yet.

Please login to write comment.