Color Hex Logo

#faabfa Color Hex

#FAABFA
(250,171,250)
0 Favorites   0 Comments

Color spaces of #faabfa

RGB 250171250
HSL0.830.890.83
HSV300°32°98°
CMYK 0.000.320.00   0.02
XYZ71.242656.351997.5646
Yxy56.35190.31640.2503
Hunter Lab75.067938.0352-24.5108
CIE-Lab79.813741.1995-27.6190

#faabfa color RGB value is (250,171,250).

#faabfa hex color red value is 250, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #faabfa hue: 0.83 , saturation: 0.89 and the lightness value of faabfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11111010
Octal 372 253 372
Decimal 250 171 250
Hex FA AB FA

RGB Percentages of Color #faabfa

%37.26
%25.48
%37.26

CMYK Percentages of Color #faabfa

%0
%32
%0
%2

Triadic Colors of #faabfa

#faabfa #fafaab #abfafa

Analogous Colors of #faabfa

#faabfa #faabd3 #d3abfa

Monochromatic Colors of #faabfa

#faabfa

Complementary Color

#faabfa #abfaab

#faabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabfa Color CSS Codes

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

#faabfa Text Font Color

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

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


#faabfa Background Color

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

This div background color is #faabfa


#faabfa Border Color

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

This div border color is #faabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabfa


Comments

No comments written yet.

Please login to write comment.