Color Hex Logo

#fabbaa Color Hex

#FABBAA
(250,187,170)
0 Favorites   0 Comments

Color spaces of #fabbaa

RGB 250187170
HSL0.040.890.82
HSV13°32°98°
CMYK 0.000.250.32   0.02
XYZ64.450458.766945.9765
Yxy58.76690.38090.3473
Hunter Lab76.659615.917018.1026
CIE-Lab81.163320.463617.4778

#fabbaa color RGB value is (250,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 10101010
Octal 372 273 252
Decimal 250 187 170
Hex FA BB AA

RGB Percentages of Color #fabbaa

%41.19
%30.81
%28.01

CMYK Percentages of Color #fabbaa

%0
%25
%32
%2

Triadic Colors of #fabbaa

#fabbaa #aafabb #bbaafa

Analogous Colors of #fabbaa

#fabbaa #fae3aa #faaac1

Monochromatic Colors of #fabbaa

#fabbaa

Complementary Color

#fabbaa #aae9fa

#fabbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbaa Color CSS Codes

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

#fabbaa Text Font Color

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

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


#fabbaa Background Color

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

This div background color is #fabbaa


#fabbaa Border Color

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

This div border color is #fabbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,187,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 #fabbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbaa


Comments

No comments written yet.

Please login to write comment.