Color Hex Logo

#facdaa Color Hex

#FACDAA
(250,205,170)
0 Favorites   0 Comments

Color spaces of #facdaa

RGB 250205170
HSL0.070.890.82
HSV26°32°98°
CMYK 0.000.180.32   0.02
XYZ68.511466.888947.3301
Yxy66.88890.37490.3661
Hunter Lab81.78566.403722.9383
CIE-Lab85.447811.034723.4066

#facdaa color RGB value is (250,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10101010
Octal 372 315 252
Decimal 250 205 170
Hex FA CD AA

RGB Percentages of Color #facdaa

%40.00
%32.80
%27.20

CMYK Percentages of Color #facdaa

%0
%18
%32
%2

Triadic Colors of #facdaa

#facdaa #aafacd #cdaafa

Analogous Colors of #facdaa

#facdaa #faf5aa #faaaaf

Monochromatic Colors of #facdaa

#facdaa

Complementary Color

#facdaa #aad7fa

#facdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdaa Color CSS Codes

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

#facdaa Text Font Color

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

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


#facdaa Background Color

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

This div background color is #facdaa


#facdaa Border Color

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

This div border color is #facdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdaa


Comments

No comments written yet.

Please login to write comment.