Color Hex Logo

#fba899 Color Hex

#FBA899
(251,168,153)
0 Favorites   0 Comments

Color spaces of #fba899

RGB 251168153
HSL0.030.920.79
HSV39°98°
CMYK 0.000.330.39   0.02
XYZ59.536150.814436.8073
Yxy50.81440.40460.3453
Hunter Lab71.284224.334619.2848
CIE-Lab76.566428.816420.2748

#fba899 color RGB value is (251,168,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10011001
Octal 373 250 231
Decimal 251 168 153
Hex FB A8 99

RGB Percentages of Color #fba899

%43.88
%29.37
%26.75

CMYK Percentages of Color #fba899

%0
%33
%39
%2

Triadic Colors of #fba899

#fba899 #99fba8 #a899fb

Analogous Colors of #fba899

#fba899 #fbd999 #fb99bb

Monochromatic Colors of #fba899

#fba899

Complementary Color

#fba899 #99ecfb

#fba899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba899 Color CSS Codes

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

#fba899 Text Font Color

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

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


#fba899 Background Color

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

This div background color is #fba899


#fba899 Border Color

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

This div border color is #fba899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba899


Comments

No comments written yet.

Please login to write comment.