Color Hex Logo

#faabf0 Color Hex

#FAABF0
(250,171,240)
0 Favorites   0 Comments

Color spaces of #faabf0

RGB 250171240
HSL0.850.890.83
HSV308°32°98°
CMYK 0.000.320.04   0.02
XYZ69.715455.741189.5228
Yxy55.74110.32430.2593
Hunter Lab74.660036.0234-18.8311
CIE-Lab79.466239.4282-22.7678

#faabf0 color RGB value is (250,171,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11110000
Octal 372 253 360
Decimal 250 171 240
Hex FA AB F0

RGB Percentages of Color #faabf0

%37.82
%25.87
%36.31

CMYK Percentages of Color #faabf0

%0
%32
%4
%2

Triadic Colors of #faabf0

#faabf0 #f0faab #abf0fa

Analogous Colors of #faabf0

#faabf0 #faabc9 #ddabfa

Monochromatic Colors of #faabf0

#faabf0

Complementary Color

#faabf0 #abfab5

#faabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabf0 Color CSS Codes

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

#faabf0 Text Font Color

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

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


#faabf0 Background Color

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

This div background color is #faabf0


#faabf0 Border Color

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

This div border color is #faabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabf0


Comments

No comments written yet.

Please login to write comment.