Color Hex Logo

#fba99b Color Hex

#FBA99B
(251,169,155)
0 Favorites   0 Comments

Color spaces of #fba99b

RGB 251169155
HSL0.020.920.80
HSV38°98°
CMYK 0.000.330.38   0.02
XYZ59.888051.251737.7465
Yxy51.25170.40220.3442
Hunter Lab71.590324.039018.8521
CIE-Lab76.831228.516419.5562

#fba99b color RGB value is (251,169,155).

#fba99b hex color red value is 251, green value is 169 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fba99b hue: 0.02 , saturation: 0.92 and the lightness value of fba99b is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10011011
Octal 373 251 233
Decimal 251 169 155
Hex FB A9 9B

RGB Percentages of Color #fba99b

%43.65
%29.39
%26.96

CMYK Percentages of Color #fba99b

%0
%33
%38
%2

Triadic Colors of #fba99b

#fba99b #9bfba9 #a99bfb

Analogous Colors of #fba99b

#fba99b #fbd99b #fb9bbd

Monochromatic Colors of #fba99b

#fba99b

Complementary Color

#fba99b #9bedfb

#fba99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba99b Color CSS Codes

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

#fba99b Text Font Color

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

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


#fba99b Background Color

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

This div background color is #fba99b


#fba99b Border Color

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

This div border color is #fba99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba99b


Comments

No comments written yet.

Please login to write comment.