Color Hex Logo

#fffaa9 Color Hex

#FFFAA9
(255,250,169)
0 Favorites   0 Comments

Color spaces of #fffaa9

RGB 255250169
HSL0.161.000.83
HSV57°34°100°
CMYK 0.000.020.34   0.00
XYZ82.587092.495851.0368
Yxy92.49580.36520.4091
Hunter Lab96.1747-15.024635.8590
CIE-Lab97.0226-10.046339.5071

#fffaa9 color RGB value is (255,250,169).

#fffaa9 hex color red value is 255, green value is 250 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fffaa9 hue: 0.16 , saturation: 1.00 and the lightness value of fffaa9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 10101001
Octal 377 372 251
Decimal 255 250 169
Hex FF FA A9

RGB Percentages of Color #fffaa9

%37.83
%37.09
%25.07

CMYK Percentages of Color #fffaa9

%0
%2
%34
%0

Triadic Colors of #fffaa9

#fffaa9 #a9fffa #faa9ff

Analogous Colors of #fffaa9

#fffaa9 #d9ffa9 #ffcfa9

Monochromatic Colors of #fffaa9

#fffaa9

Complementary Color

#fffaa9 #a9aeff

#fffaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffaa9 Color CSS Codes

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

#fffaa9 Text Font Color

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

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


#fffaa9 Background Color

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

This div background color is #fffaa9


#fffaa9 Border Color

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

This div border color is #fffaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffaa9

Related Colors


Comments

No comments written yet.

Please login to write comment.