Color Hex Logo

#faa9eb Color Hex

#FAA9EB
(250,169,235)
0 Favorites   0 Comments

Color spaces of #faa9eb

RGB 250169235
HSL0.860.890.82
HSV311°32°98°
CMYK 0.000.320.06   0.02
XYZ68.607754.698185.5390
Yxy54.69810.32850.2619
Hunter Lab73.958236.1597-16.8033
CIE-Lab78.867139.6100-20.9793

#faa9eb color RGB value is (250,169,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 11101011
Octal 372 251 353
Decimal 250 169 235
Hex FA A9 EB

RGB Percentages of Color #faa9eb

%38.23
%25.84
%35.93

CMYK Percentages of Color #faa9eb

%0
%32
%6
%2

Triadic Colors of #faa9eb

#faa9eb #ebfaa9 #a9ebfa

Analogous Colors of #faa9eb

#faa9eb #faa9c3 #e1a9fa

Monochromatic Colors of #faa9eb

#faa9eb

Complementary Color

#faa9eb #a9fab8

#faa9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa9eb Color CSS Codes

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

#faa9eb Text Font Color

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

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


#faa9eb Background Color

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

This div background color is #faa9eb


#faa9eb Border Color

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

This div border color is #faa9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa9eb


Comments

No comments written yet.

Please login to write comment.