Color Hex Logo

#fba797 Color Hex

#FBA797
(251,167,151)
0 Favorites   0 Comments

Color spaces of #fba797

RGB 251167151
HSL0.030.930.79
HSV10°40°98°
CMYK 0.000.330.40   0.02
XYZ59.188350.381035.8831
Yxy50.38100.40690.3464
Hunter Lab70.979624.633019.7122
CIE-Lab76.302529.119320.9958

#fba797 color RGB value is (251,167,151).

#fba797 hex color red value is 251, green value is 167 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fba797 hue: 0.03 , saturation: 0.93 and the lightness value of fba797 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 10010111
Octal 373 247 227
Decimal 251 167 151
Hex FB A7 97

RGB Percentages of Color #fba797

%44.11
%29.35
%26.54

CMYK Percentages of Color #fba797

%0
%33
%40
%2

Triadic Colors of #fba797

#fba797 #97fba7 #a797fb

Analogous Colors of #fba797

#fba797 #fbd997 #fb97b9

Monochromatic Colors of #fba797

#fba797

Complementary Color

#fba797 #97ebfb

#fba797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba797 Color CSS Codes

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

#fba797 Text Font Color

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

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


#fba797 Background Color

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

This div background color is #fba797


#fba797 Border Color

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

This div border color is #fba797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba797


Comments

No comments written yet.

Please login to write comment.