Color Hex Logo

#faaba2 Color Hex

#FAABA2
(250,171,162)
1 Favorites   0 Comments

Color spaces of #faaba2

RGB 250171162
HSL0.020.900.81
HSV35°98°
CMYK 0.000.320.35   0.02
XYZ60.508852.058441.0415
Yxy52.05840.39390.3389
Hunter Lab72.151523.431316.7805
CIE-Lab77.315727.904016.4170

#faaba2 color RGB value is (250,171,162).

#faaba2 hex color red value is 250, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #faaba2 hue: 0.02 , saturation: 0.90 and the lightness value of faaba2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10100010
Octal 372 253 242
Decimal 250 171 162
Hex FA AB A2

RGB Percentages of Color #faaba2

%42.88
%29.33
%27.79

CMYK Percentages of Color #faaba2

%0
%32
%35
%2

Triadic Colors of #faaba2

#faaba2 #a2faab #aba2fa

Analogous Colors of #faaba2

#faaba2 #fad7a2 #faa2c5

Monochromatic Colors of #faaba2

#faaba2

Complementary Color

#faaba2 #a2f1fa

#faaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaba2 Color CSS Codes

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

#faaba2 Text Font Color

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

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


#faaba2 Background Color

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

This div background color is #faaba2


#faaba2 Border Color

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

This div border color is #faaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaba2


Comments

No comments written yet.

Please login to write comment.