Color Hex Logo

#fbb49f Color Hex

#FBB49F
(251,180,159)
0 Favorites   0 Comments

Color spaces of #fbb49f

RGB 251180159
HSL0.040.920.80
HSV14°37°98°
CMYK 0.000.280.37   0.02
XYZ62.362955.654940.2565
Yxy55.65490.39400.3516
Hunter Lab74.602218.661220.2278
CIE-Lab79.417023.196020.9669

#fbb49f color RGB value is (251,180,159).

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

The process color (four color CMYK) of #fbb49f color hex is 0.00, 0.28, 0.37, 0.02. Web safe color of #fbb49f is #ffcc99. Color #fbb49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 10011111
Octal 373 264 237
Decimal 251 180 159
Hex FB B4 9F

RGB Percentages of Color #fbb49f

%42.54
%30.51
%26.95

CMYK Percentages of Color #fbb49f

%0
%28
%37
%2

Triadic Colors of #fbb49f

#fbb49f #9ffbb4 #b49ffb

Analogous Colors of #fbb49f

#fbb49f #fbe29f #fb9fb8

Monochromatic Colors of #fbb49f

#fbb49f

Complementary Color

#fbb49f #9fe6fb

#fbb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb49f Color CSS Codes

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

#fbb49f Text Font Color

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

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


#fbb49f Background Color

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

This div background color is #fbb49f


#fbb49f Border Color

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

This div border color is #fbb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb49f

Related Colors


Comments

No comments written yet.

Please login to write comment.