Color Hex Logo

#fadfaa Color Hex

#FADFAA
(250,223,170)
0 Favorites   0 Comments

Color spaces of #fadfaa

RGB 250223170
HSL0.110.890.82
HSV40°32°98°
CMYK 0.000.110.32   0.02
XYZ73.067776.001648.8489
Yxy76.00160.36920.3840
Hunter Lab87.1789-2.955927.8033
CIE-Lab89.86011.741929.4104

#fadfaa color RGB value is (250,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10101010
Octal 372 337 252
Decimal 250 223 170
Hex FA DF AA

RGB Percentages of Color #fadfaa

%38.88
%34.68
%26.44

CMYK Percentages of Color #fadfaa

%0
%11
%32
%2

Triadic Colors of #fadfaa

#fadfaa #aafadf #dfaafa

Analogous Colors of #fadfaa

#fadfaa #edfaaa #fab7aa

Monochromatic Colors of #fadfaa

#fadfaa

Complementary Color

#fadfaa #aac5fa

#fadfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfaa Color CSS Codes

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

#fadfaa Text Font Color

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

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


#fadfaa Background Color

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

This div background color is #fadfaa


#fadfaa Border Color

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

This div border color is #fadfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfaa


Comments

No comments written yet.

Please login to write comment.