Color Hex Logo

#faa0eb Color Hex

#FAA0EB
(250,160,235)
0 Favorites   0 Comments

Color spaces of #faa0eb

RGB 250160235
HSL0.860.900.80
HSV310°36°98°
CMYK 0.000.360.06   0.02
XYZ66.990551.463885.0000
Yxy51.46380.32930.2530
Hunter Lab71.738341.1446-20.0337
CIE-Lab76.959144.2817-23.8804

#faa0eb color RGB value is (250,160,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 11101011
Octal 372 240 353
Decimal 250 160 235
Hex FA A0 EB

RGB Percentages of Color #faa0eb

%38.76
%24.81
%36.43

CMYK Percentages of Color #faa0eb

%0
%36
%6
%2

Triadic Colors of #faa0eb

#faa0eb #ebfaa0 #a0ebfa

Analogous Colors of #faa0eb

#faa0eb #faa0be #dca0fa

Monochromatic Colors of #faa0eb

#faa0eb

Complementary Color

#faa0eb #a0faaf

#faa0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa0eb Color CSS Codes

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

#faa0eb Text Font Color

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

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


#faa0eb Background Color

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

This div background color is #faa0eb


#faa0eb Border Color

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

This div border color is #faa0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa0eb

Related Colors


Comments

No comments written yet.

Please login to write comment.