Color Hex Logo

#faabf2 Color Hex

#FAABF2
(250,171,242)
0 Favorites   0 Comments

Color spaces of #faabf2

RGB 250171242
HSL0.850.890.83
HSV306°32°98°
CMYK 0.000.320.03   0.02
XYZ70.014355.860691.0964
Yxy55.86060.32270.2575
Hunter Lab74.739936.4189-19.9473
CIE-Lab79.534439.7779-23.7417

#faabf2 color RGB value is (250,171,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11110010
Octal 372 253 362
Decimal 250 171 242
Hex FA AB F2

RGB Percentages of Color #faabf2

%37.71
%25.79
%36.50

CMYK Percentages of Color #faabf2

%0
%32
%3
%2

Triadic Colors of #faabf2

#faabf2 #f2faab #abf2fa

Analogous Colors of #faabf2

#faabf2 #faabcb #dbabfa

Monochromatic Colors of #faabf2

#faabf2

Complementary Color

#faabf2 #abfab3

#faabf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabf2 Color CSS Codes

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

#faabf2 Text Font Color

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

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


#faabf2 Background Color

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

This div background color is #faabf2


#faabf2 Border Color

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

This div border color is #faabf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabf2

Related Colors


Comments

No comments written yet.

Please login to write comment.