Color Hex Logo

#faffaa Color Hex

#FAFFAA
(250,255,170)
0 Favorites   0 Comments

Color spaces of #faffaa

RGB 250255170
HSL0.181.000.83
HSV64°33°100°
CMYK 0.020.000.33   0.00
XYZ82.440094.746351.9730
Yxy94.74630.35970.4135
Hunter Lab97.3377-19.160736.4788
CIE-Lab97.9319-14.248940.1307

#faffaa color RGB value is (250,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10101010
Octal 372 377 252
Decimal 250 255 170
Hex FA FF AA

RGB Percentages of Color #faffaa

%37.04
%37.78
%25.19

CMYK Percentages of Color #faffaa

%2
%0
%33
%0

Triadic Colors of #faffaa

#faffaa #aafaff #ffaafa

Analogous Colors of #faffaa

#faffaa #d0ffaa #ffdaaa

Monochromatic Colors of #faffaa

#faffaa

Complementary Color

#faffaa #afaaff

#faffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffaa Color CSS Codes

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

#faffaa Text Font Color

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

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


#faffaa Background Color

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

This div background color is #faffaa


#faffaa Border Color

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

This div border color is #faffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffaa

Related Colors

#faffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.