Color Hex Logo

#fba59b Color Hex

#FBA59B
(251,165,155)
0 Favorites   0 Comments

Color spaces of #fba59b

RGB 251165155
HSL0.020.920.80
HSV38°98°
CMYK 0.000.340.38   0.02
XYZ59.155249.786137.5022
Yxy49.78610.40390.3400
Hunter Lab70.559326.171417.8789
CIE-Lab75.937830.611918.3196

#fba59b color RGB value is (251,165,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 10011011
Octal 373 245 233
Decimal 251 165 155
Hex FB A5 9B

RGB Percentages of Color #fba59b

%43.96
%28.90
%27.15

CMYK Percentages of Color #fba59b

%0
%34
%38
%2

Triadic Colors of #fba59b

#fba59b #9bfba5 #a59bfb

Analogous Colors of #fba59b

#fba59b #fbd59b #fb9bc1

Monochromatic Colors of #fba59b

#fba59b

Complementary Color

#fba59b #9bf1fb

#fba59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba59b Color CSS Codes

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

#fba59b Text Font Color

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

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


#fba59b Background Color

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

This div background color is #fba59b


#fba59b Border Color

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

This div border color is #fba59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba59b

Related Colors


Comments

No comments written yet.

Please login to write comment.