Color Hex Logo

#fba98e Color Hex

#FBA98E
(251,169,142)
0 Favorites   0 Comments

Color spaces of #fba98e

RGB 251169142
HSL0.040.930.77
HSV15°43°98°
CMYK 0.000.330.43   0.02
XYZ58.854150.838232.3020
Yxy50.83820.41450.3580
Hunter Lab71.300922.563123.0500
CIE-Lab76.580927.114326.2333

#fba98e color RGB value is (251,169,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10001110
Octal 373 251 216
Decimal 251 169 142
Hex FB A9 8E

RGB Percentages of Color #fba98e

%44.66
%30.07
%25.27

CMYK Percentages of Color #fba98e

%0
%33
%43
%2

Triadic Colors of #fba98e

#fba98e #8efba9 #a98efb

Analogous Colors of #fba98e

#fba98e #fbe08e #fb8eaa

Monochromatic Colors of #fba98e

#fba98e

Complementary Color

#fba98e #8ee0fb

#fba98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba98e Color CSS Codes

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

#fba98e Text Font Color

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

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


#fba98e Background Color

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

This div background color is #fba98e


#fba98e Border Color

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

This div border color is #fba98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba98e


Comments

No comments written yet.

Please login to write comment.