Color Hex Logo

#faabba Color Hex

#FAABBA
(250,171,186)
0 Favorites   0 Comments

Color spaces of #faabba

RGB 250171186
HSL0.970.890.83
HSV349°32°98°
CMYK 0.000.320.26   0.02
XYZ62.850252.995053.3709
Yxy52.99500.37140.3132
Hunter Lab72.797726.71297.4905
CIE-Lab77.872030.98404.1557

#faabba color RGB value is (250,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10111010
Octal 372 253 272
Decimal 250 171 186
Hex FA AB BA

RGB Percentages of Color #faabba

%41.19
%28.17
%30.64

CMYK Percentages of Color #faabba

%0
%32
%26
%2

Triadic Colors of #faabba

#faabba #bafaab #abbafa

Analogous Colors of #faabba

#faabba #fac4ab #faabe2

Monochromatic Colors of #faabba

#faabba

Complementary Color

#faabba #abfaeb

#faabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabba Color CSS Codes

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

#faabba Text Font Color

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

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


#faabba Background Color

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

This div background color is #faabba


#faabba Border Color

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

This div border color is #faabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabba


Comments

No comments written yet.

Please login to write comment.