Color Hex Logo

#faa6eb Color Hex

#FAA6EB
(250,166,235)
0 Favorites   0 Comments

Color spaces of #faa6eb

RGB 250166235
HSL0.860.890.82
HSV311°34°98°
CMYK 0.000.340.06   0.02
XYZ68.056053.594685.3551
Yxy53.59460.32880.2589
Hunter Lab73.208337.8228-17.8816
CIE-Lab78.224841.1730-21.9544

#faa6eb color RGB value is (250,166,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 11101011
Octal 372 246 353
Decimal 250 166 235
Hex FA A6 EB

RGB Percentages of Color #faa6eb

%38.40
%25.50
%36.10

CMYK Percentages of Color #faa6eb

%0
%34
%6
%2

Triadic Colors of #faa6eb

#faa6eb #ebfaa6 #a6ebfa

Analogous Colors of #faa6eb

#faa6eb #faa6c1 #dfa6fa

Monochromatic Colors of #faa6eb

#faa6eb

Complementary Color

#faa6eb #a6fab5

#faa6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa6eb Color CSS Codes

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

#faa6eb Text Font Color

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

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


#faa6eb Background Color

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

This div background color is #faa6eb


#faa6eb Border Color

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

This div border color is #faa6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa6eb


Comments

No comments written yet.

Please login to write comment.