Color Hex Logo

#faabaa Color Hex

#FAABAA
(250,171,170)
0 Favorites   0 Comments

Color spaces of #faabaa

RGB 250171170
HSL0.000.890.82
HSV32°98°
CMYK 0.000.320.32   0.02
XYZ61.242952.352144.9073
Yxy52.35210.38640.3303
Hunter Lab72.354824.466113.8497
CIE-Lab77.490928.881412.3183

#faabaa color RGB value is (250,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10101010
Octal 372 253 252
Decimal 250 171 170
Hex FA AB AA

RGB Percentages of Color #faabaa

%42.30
%28.93
%28.76

CMYK Percentages of Color #faabaa

%0
%32
%32
%2

Triadic Colors of #faabaa

#faabaa #aafaab #abaafa

Analogous Colors of #faabaa

#faabaa #fad3aa #faaad1

Monochromatic Colors of #faabaa

#faabaa

Complementary Color

#faabaa #aaf9fa

#faabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabaa Color CSS Codes

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

#faabaa Text Font Color

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

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


#faabaa Background Color

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

This div background color is #faabaa


#faabaa Border Color

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

This div border color is #faabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabaa


Comments

No comments written yet.

Please login to write comment.