Color Hex Logo

#fba897 Color Hex

#FBA897
(251,168,151)
0 Favorites   0 Comments

Color spaces of #fba897

RGB 251168151
HSL0.030.930.79
HSV10°40°98°
CMYK 0.000.330.40   0.02
XYZ59.372250.748935.9444
Yxy50.74890.40650.3474
Hunter Lab71.238324.100519.9511
CIE-Lab76.526728.595021.3036

#fba897 color RGB value is (251,168,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10010111
Octal 373 250 227
Decimal 251 168 151
Hex FB A8 97

RGB Percentages of Color #fba897

%44.04
%29.47
%26.49

CMYK Percentages of Color #fba897

%0
%33
%40
%2

Triadic Colors of #fba897

#fba897 #97fba8 #a897fb

Analogous Colors of #fba897

#fba897 #fbda97 #fb97b8

Monochromatic Colors of #fba897

#fba897

Complementary Color

#fba897 #97eafb

#fba897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba897 Color CSS Codes

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

#fba897 Text Font Color

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

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


#fba897 Background Color

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

This div background color is #fba897


#fba897 Border Color

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

This div border color is #fba897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba897


Comments

No comments written yet.

Please login to write comment.