Color Hex Logo

#faaae3 Color Hex

#FAAAE3
(250,170,227)
0 Favorites   0 Comments

Color spaces of #faaae3

RGB 250170227
HSL0.880.890.82
HSV317°32°98°
CMYK 0.000.320.09   0.02
XYZ67.664254.619579.6494
Yxy54.61950.33510.2705
Hunter Lab73.905034.0931-12.1649
CIE-Lab78.821637.7404-16.7211

#faaae3 color RGB value is (250,170,227).

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

The process color (four color CMYK) of #faaae3 color hex is 0.00, 0.32, 0.09, 0.02. Web safe color of #faaae3 is #ff99cc. Color #faaae3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11100011
Octal 372 252 343
Decimal 250 170 227
Hex FA AA E3

RGB Percentages of Color #faaae3

%38.64
%26.28
%35.09

CMYK Percentages of Color #faaae3

%0
%32
%9
%2

Triadic Colors of #faaae3

#faaae3 #e3faaa #aae3fa

Analogous Colors of #faaae3

#faaae3 #faaabb #e9aafa

Monochromatic Colors of #faaae3

#faaae3

Complementary Color

#faaae3 #aafac1

#faaae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaae3 Color CSS Codes

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

#faaae3 Text Font Color

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

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


#faaae3 Background Color

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

This div background color is #faaae3


#faaae3 Border Color

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

This div border color is #faaae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaae3


Comments

No comments written yet.

Please login to write comment.