Color Hex Logo

#f5faaa Color Hex

#F5FAAA
(245,250,170)
0 Favorites   0 Comments

Color spaces of #f5faaa

RGB 245250170
HSL0.180.890.82
HSV64°32°98°
CMYK 0.020.000.32   0.02
XYZ79.097590.686051.3655
Yxy90.68600.35770.4101
Hunter Lab95.2292-18.388834.6801
CIE-Lab96.2806-13.664737.8949

#f5faaa color RGB value is (245,250,170).

#f5faaa hex color red value is 245, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f5faaa hue: 0.18 , saturation: 0.89 and the lightness value of f5faaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 10101010
Octal 365 372 252
Decimal 245 250 170
Hex F5 FA AA

RGB Percentages of Color #f5faaa

%36.84
%37.59
%25.56

CMYK Percentages of Color #f5faaa

%2
%0
%32
%2

Triadic Colors of #f5faaa

#f5faaa #aaf5fa #faaaf5

Analogous Colors of #f5faaa

#f5faaa #cdfaaa #fad7aa

Monochromatic Colors of #f5faaa

#f5faaa

Complementary Color

#f5faaa #afaafa

#f5faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5faaa Color CSS Codes

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

#f5faaa Text Font Color

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

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


#f5faaa Background Color

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

This div background color is #f5faaa


#f5faaa Border Color

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

This div border color is #f5faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5faaa

#f5faaa Color Palettes


Comments

No comments written yet.

Please login to write comment.