Color Hex Logo

#faaeaa Color Hex

#FAAEAA
(250,174,170)
0 Favorites   0 Comments

Color spaces of #faaeaa

RGB 250174170
HSL0.010.890.82
HSV32°98°
CMYK 0.000.300.32   0.02
XYZ61.816153.498445.0984
Yxy53.49840.38540.3335
Hunter Lab73.142622.858814.6427
CIE-Lab78.168327.304613.2754

#faaeaa color RGB value is (250,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10101010
Octal 372 256 252
Decimal 250 174 170
Hex FA AE AA

RGB Percentages of Color #faaeaa

%42.09
%29.29
%28.62

CMYK Percentages of Color #faaeaa

%0
%30
%32
%2

Triadic Colors of #faaeaa

#faaeaa #aafaae #aeaafa

Analogous Colors of #faaeaa

#faaeaa #fad6aa #faaace

Monochromatic Colors of #faaeaa

#faaeaa

Complementary Color

#faaeaa #aaf6fa

#faaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeaa Color CSS Codes

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

#faaeaa Text Font Color

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

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


#faaeaa Background Color

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

This div background color is #faaeaa


#faaeaa Border Color

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

This div border color is #faaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeaa


Comments

No comments written yet.

Please login to write comment.