Color Hex Logo

#faceaa Color Hex

#FACEAA
(250,206,170)
0 Favorites   0 Comments

Color spaces of #faceaa

RGB 250206170
HSL0.080.890.82
HSV27°32°98°
CMYK 0.000.180.32   0.02
XYZ68.751367.368947.4101
Yxy67.36890.37460.3671
Hunter Lab82.07865.879123.2080
CIE-Lab85.689910.513823.7387

#faceaa color RGB value is (250,206,170).

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

The process color (four color CMYK) of #faceaa color hex is 0.00, 0.18, 0.32, 0.02. Web safe color of #faceaa is #ffcc99. Color #faceaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10101010
Octal 372 316 252
Decimal 250 206 170
Hex FA CE AA

RGB Percentages of Color #faceaa

%39.94
%32.91
%27.16

CMYK Percentages of Color #faceaa

%0
%18
%32
%2

Triadic Colors of #faceaa

#faceaa #aaface #ceaafa

Analogous Colors of #faceaa

#faceaa #faf6aa #faaaae

Monochromatic Colors of #faceaa

#faceaa

Complementary Color

#faceaa #aad6fa

#faceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faceaa Color CSS Codes

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

#faceaa Text Font Color

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

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


#faceaa Background Color

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

This div background color is #faceaa


#faceaa Border Color

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

This div border color is #faceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faceaa


Comments

No comments written yet.

Please login to write comment.