Color Hex Logo

#faaead Color Hex

#FAAEAD
(250,174,173)
0 Favorites   0 Comments

Color spaces of #faaead

RGB 250174173
HSL0.000.890.83
HSV31°98°
CMYK 0.000.300.31   0.02
XYZ62.103253.613246.6104
Yxy53.61320.38260.3303
Hunter Lab73.221023.259913.5124
CIE-Lab78.235727.684111.7437

#faaead color RGB value is (250,174,173).

#faaead hex color red value is 250, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #faaead hue: 0.00 , saturation: 0.89 and the lightness value of faaead is 0.83.

The process color (four color CMYK) of #faaead color hex is 0.00, 0.30, 0.31, 0.02. Web safe color of #faaead is #ff9999. Color #faaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10101101
Octal 372 256 255
Decimal 250 174 173
Hex FA AE AD

RGB Percentages of Color #faaead

%41.88
%29.15
%28.98

CMYK Percentages of Color #faaead

%0
%30
%31
%2

Triadic Colors of #faaead

#faaead #adfaae #aeadfa

Analogous Colors of #faaead

#faaead #fad5ad #faadd3

Monochromatic Colors of #faaead

#faaead

Complementary Color

#faaead #adf9fa

#faaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaead Color CSS Codes

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

#faaead Text Font Color

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

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


#faaead Background Color

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

This div background color is #faaead


#faaead Border Color

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

This div border color is #faaead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,174,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faaead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaead


Comments

No comments written yet.

Please login to write comment.