Color Hex Logo

#fba09b Color Hex

#FBA09B
(251,160,155)
0 Favorites   0 Comments

Color spaces of #fba09b

RGB 251160155
HSL0.010.920.80
HSV38°98°
CMYK 0.000.360.38   0.02
XYZ58.270948.017437.2074
Yxy48.01740.40610.3346
Hunter Lab69.294628.837916.6707
CIE-Lab74.835933.223516.7881

#fba09b color RGB value is (251,160,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 10011011
Octal 373 240 233
Decimal 251 160 155
Hex FB A0 9B

RGB Percentages of Color #fba09b

%44.35
%28.27
%27.39

CMYK Percentages of Color #fba09b

%0
%36
%38
%2

Triadic Colors of #fba09b

#fba09b #9bfba0 #a09bfb

Analogous Colors of #fba09b

#fba09b #fbd09b #fb9bc6

Monochromatic Colors of #fba09b

#fba09b

Complementary Color

#fba09b #9bf6fb

#fba09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba09b Color CSS Codes

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

#fba09b Text Font Color

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

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


#fba09b Background Color

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

This div background color is #fba09b


#fba09b Border Color

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

This div border color is #fba09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba09b

Related Colors


Comments

No comments written yet.

Please login to write comment.