Color Hex Logo

#faaae8 Color Hex

#FAAAE8
(250,170,232)
0 Favorites   0 Comments

Color spaces of #faaae8

RGB 250170232
HSL0.870.890.82
HSV314°32°98°
CMYK 0.000.320.07   0.02
XYZ68.364654.899683.3374
Yxy54.89960.33090.2657
Hunter Lab74.094335.0317-14.8203
CIE-Lab78.983438.5781-19.1817

#faaae8 color RGB value is (250,170,232).

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

The process color (four color CMYK) of #faaae8 color hex is 0.00, 0.32, 0.07, 0.02. Web safe color of #faaae8 is #ff99ff. Color #faaae8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11101000
Octal 372 252 350
Decimal 250 170 232
Hex FA AA E8

RGB Percentages of Color #faaae8

%38.34
%26.07
%35.58

CMYK Percentages of Color #faaae8

%0
%32
%7
%2

Triadic Colors of #faaae8

#faaae8 #e8faaa #aae8fa

Analogous Colors of #faaae8

#faaae8 #faaac0 #e4aafa

Monochromatic Colors of #faaae8

#faaae8

Complementary Color

#faaae8 #aafabc

#faaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaae8 Color CSS Codes

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

#faaae8 Text Font Color

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

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


#faaae8 Background Color

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

This div background color is #faaae8


#faaae8 Border Color

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

This div border color is #faaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaae8

Related Colors


Comments

No comments written yet.

Please login to write comment.