Color Hex Logo

#faccaa Color Hex

#FACCAA
(250,204,170)
0 Favorites   0 Comments

Color spaces of #faccaa

RGB 250204170
HSL0.070.890.82
HSV26°32°98°
CMYK 0.000.180.32   0.02
XYZ68.272966.412047.2506
Yxy66.41200.37530.3650
Hunter Lab81.49366.928322.6687
CIE-Lab85.206111.555523.0748

#faccaa color RGB value is (250,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10101010
Octal 372 314 252
Decimal 250 204 170
Hex FA CC AA

RGB Percentages of Color #faccaa

%40.06
%32.69
%27.24

CMYK Percentages of Color #faccaa

%0
%18
%32
%2

Triadic Colors of #faccaa

#faccaa #aafacc #ccaafa

Analogous Colors of #faccaa

#faccaa #faf4aa #faaab0

Monochromatic Colors of #faccaa

#faccaa

Complementary Color

#faccaa #aad8fa

#faccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccaa Color CSS Codes

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

#faccaa Text Font Color

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

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


#faccaa Background Color

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

This div background color is #faccaa


#faccaa Border Color

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

This div border color is #faccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccaa

Related Colors


Comments

No comments written yet.

Please login to write comment.