Color Hex Logo

#fabaa7 Color Hex

#FABAA7
(250,186,167)
0 Favorites   0 Comments

Color spaces of #fabaa7

RGB 250186167
HSL0.040.890.82
HSV14°33°98°
CMYK 0.000.260.33   0.02
XYZ63.958358.231844.4281
Yxy58.23180.38390.3495
Hunter Lab76.309816.066018.8978
CIE-Lab80.867520.617718.6715

#fabaa7 color RGB value is (250,186,167).

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

The process color (four color CMYK) of #fabaa7 color hex is 0.00, 0.26, 0.33, 0.02. Web safe color of #fabaa7 is #ffcc99. Color #fabaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10100111
Octal 372 272 247
Decimal 250 186 167
Hex FA BA A7

RGB Percentages of Color #fabaa7

%41.46
%30.85
%27.69

CMYK Percentages of Color #fabaa7

%0
%26
%33
%2

Triadic Colors of #fabaa7

#fabaa7 #a7faba #baa7fa

Analogous Colors of #fabaa7

#fabaa7 #fae4a7 #faa7be

Monochromatic Colors of #fabaa7

#fabaa7

Complementary Color

#fabaa7 #a7e7fa

#fabaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabaa7 Color CSS Codes

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

#fabaa7 Text Font Color

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

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


#fabaa7 Background Color

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

This div background color is #fabaa7


#fabaa7 Border Color

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

This div border color is #fabaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabaa7

Related Colors


Comments

No comments written yet.

Please login to write comment.