Color Hex Logo

#faabf9 Color Hex

#FAABF9
(250,171,249)
0 Favorites   0 Comments

Color spaces of #faabf9

RGB 250171249
HSL0.840.890.83
HSV301°32°98°
CMYK 0.000.320.00   0.02
XYZ71.086156.289496.7408
Yxy56.28940.31720.2512
Hunter Lab75.026337.8297-23.9317
CIE-Lab79.778241.0195-27.1358

#faabf9 color RGB value is (250,171,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11111001
Octal 372 253 371
Decimal 250 171 249
Hex FA AB F9

RGB Percentages of Color #faabf9

%37.31
%25.52
%37.16

CMYK Percentages of Color #faabf9

%0
%32
%0
%2

Triadic Colors of #faabf9

#faabf9 #f9faab #abf9fa

Analogous Colors of #faabf9

#faabf9 #faabd2 #d4abfa

Monochromatic Colors of #faabf9

#faabf9

Complementary Color

#faabf9 #abfaac

#faabf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabf9 Color CSS Codes

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

#faabf9 Text Font Color

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

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


#faabf9 Background Color

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

This div background color is #faabf9


#faabf9 Border Color

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

This div border color is #faabf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabf9


Comments

No comments written yet.

Please login to write comment.