Color Hex Logo

#fba98b Color Hex

#FBA98B
(251,169,139)
0 Favorites   0 Comments

Color spaces of #fba98b

RGB 251169139
HSL0.040.930.76
HSV16°45°98°
CMYK 0.000.330.45   0.02
XYZ58.631850.749231.1314
Yxy50.74920.41730.3612
Hunter Lab71.238522.244523.9570
CIE-Lab76.526826.810127.7713

#fba98b color RGB value is (251,169,139).

#fba98b hex color red value is 251, green value is 169 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fba98b hue: 0.04 , saturation: 0.93 and the lightness value of fba98b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10001011
Octal 373 251 213
Decimal 251 169 139
Hex FB A9 8B

RGB Percentages of Color #fba98b

%44.90
%30.23
%24.87

CMYK Percentages of Color #fba98b

%0
%33
%45
%2

Triadic Colors of #fba98b

#fba98b #8bfba9 #a98bfb

Analogous Colors of #fba98b

#fba98b #fbe18b #fb8ba5

Monochromatic Colors of #fba98b

#fba98b

Complementary Color

#fba98b #8bddfb

#fba98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba98b Color CSS Codes

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

#fba98b Text Font Color

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

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


#fba98b Background Color

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

This div background color is #fba98b


#fba98b Border Color

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

This div border color is #fba98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba98b

Related Colors


Comments

No comments written yet.

Please login to write comment.