Color Hex Logo

#fa9aae Color Hex

#FA9AAE
(250,154,174)
0 Favorites   0 Comments

Color spaces of #fa9aae

RGB 250154174
HSL0.970.910.79
HSV348°38°98°
CMYK 0.000.380.30   0.02
XYZ58.619946.491245.9285
Yxy46.49120.38810.3078
Hunter Lab68.184534.13827.7919
CIE-Lab73.863138.26284.9435

#fa9aae color RGB value is (250,154,174).

#fa9aae hex color red value is 250, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa9aae hue: 0.97 , saturation: 0.91 and the lightness value of fa9aae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011010 10101110
Octal 372 232 256
Decimal 250 154 174
Hex FA 9A AE

RGB Percentages of Color #fa9aae

%43.25
%26.64
%30.10

CMYK Percentages of Color #fa9aae

%0
%38
%30
%2

Triadic Colors of #fa9aae

#fa9aae #aefa9a #9aaefa

Analogous Colors of #fa9aae

#fa9aae #fab69a #fa9ade

Monochromatic Colors of #fa9aae

#fa9aae

Complementary Color

#fa9aae #9afae6

#fa9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9aae Color CSS Codes

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

#fa9aae Text Font Color

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

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


#fa9aae Background Color

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

This div background color is #fa9aae


#fa9aae Border Color

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

This div border color is #fa9aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9aae


Comments

No comments written yet.

Please login to write comment.