Color Hex Logo

#faaae4 Color Hex

#FAAAE4
(250,170,228)
0 Favorites   0 Comments

Color spaces of #faaae4

RGB 250170228
HSL0.880.890.82
HSV317°32°98°
CMYK 0.000.320.09   0.02
XYZ67.802754.674980.3785
Yxy54.67490.33420.2695
Hunter Lab73.942534.2790-12.6909
CIE-Lab78.853637.9067-17.2141

#faaae4 color RGB value is (250,170,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11100100
Octal 372 252 344
Decimal 250 170 228
Hex FA AA E4

RGB Percentages of Color #faaae4

%38.58
%26.23
%35.19

CMYK Percentages of Color #faaae4

%0
%32
%9
%2

Triadic Colors of #faaae4

#faaae4 #e4faaa #aae4fa

Analogous Colors of #faaae4

#faaae4 #faaabc #e8aafa

Monochromatic Colors of #faaae4

#faaae4

Complementary Color

#faaae4 #aafac0

#faaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaae4 Color CSS Codes

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

#faaae4 Text Font Color

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

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


#faaae4 Background Color

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

This div background color is #faaae4


#faaae4 Border Color

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

This div border color is #faaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaae4


Comments

No comments written yet.

Please login to write comment.