Color Hex Logo

#faabff Color Hex

#FAABFF
(250,171,255)
0 Favorites   0 Comments

Color spaces of #faabff

RGB 250171255
HSL0.821.000.84
HSV296°33°100°
CMYK 0.020.330.00   0.00
XYZ72.037356.6698101.7493
Yxy56.66980.31260.2459
Hunter Lab75.279339.0737-27.4422
CIE-Lab79.993542.1070-30.0271

#faabff color RGB value is (250,171,255).

#faabff hex color red value is 250, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faabff hue: 0.82 , saturation: 1.00 and the lightness value of faabff is 0.84.

The process color (four color CMYK) of #faabff color hex is 0.02, 0.33, 0.00, 0.00. Web safe color of #faabff is #ff99ff. Color #faabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11111111
Octal 372 253 377
Decimal 250 171 255
Hex FA AB FF

RGB Percentages of Color #faabff

%36.98
%25.30
%37.72

CMYK Percentages of Color #faabff

%2
%33
%0
%0

Triadic Colors of #faabff

#faabff #fffaab #abfffa

Analogous Colors of #faabff

#faabff #ffabda #d0abff

Monochromatic Colors of #faabff

#faabff

Complementary Color

#faabff #b0ffab

#faabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabff Color CSS Codes

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

#faabff Text Font Color

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

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


#faabff Background Color

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

This div background color is #faabff


#faabff Border Color

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

This div border color is #faabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabff

Related Colors


Comments

No comments written yet.

Please login to write comment.