Color Hex Logo

#faa1eb Color Hex

#FAA1EB
(250,161,235)
0 Favorites   0 Comments

Color spaces of #faa1eb

RGB 250161235
HSL0.860.900.81
HSV310°36°98°
CMYK 0.000.360.06   0.02
XYZ67.164651.811985.0580
Yxy51.81190.32920.2539
Hunter Lab71.980540.5915-19.6756
CIE-Lab77.168243.7654-23.5618

#faa1eb color RGB value is (250,161,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 11101011
Octal 372 241 353
Decimal 250 161 235
Hex FA A1 EB

RGB Percentages of Color #faa1eb

%38.70
%24.92
%36.38

CMYK Percentages of Color #faa1eb

%0
%36
%6
%2

Triadic Colors of #faa1eb

#faa1eb #ebfaa1 #a1ebfa

Analogous Colors of #faa1eb

#faa1eb #faa1bf #dda1fa

Monochromatic Colors of #faa1eb

#faa1eb

Complementary Color

#faa1eb #a1fab0

#faa1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa1eb Color CSS Codes

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

#faa1eb Text Font Color

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

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


#faa1eb Background Color

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

This div background color is #faa1eb


#faa1eb Border Color

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

This div border color is #faa1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,161,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 #faa1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa1eb


Comments

No comments written yet.

Please login to write comment.