Color Hex Logo

#fbf0bb Color Hex

#FBF0BB
(251,240,187)
0 Favorites   0 Comments

Color spaces of #fbf0bb

RGB 251240187
HSL0.140.890.86
HSV50°25°98°
CMYK 0.000.040.25   0.02
XYZ79.913486.417359.4820
Yxy86.41730.35390.3827
Hunter Lab92.9609-9.234927.1353
CIE-Lab94.4905-4.337127.0056

#fbf0bb color RGB value is (251,240,187).

#fbf0bb hex color red value is 251, green value is 240 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbf0bb hue: 0.14 , saturation: 0.89 and the lightness value of fbf0bb is 0.86.

The process color (four color CMYK) of #fbf0bb color hex is 0.00, 0.04, 0.25, 0.02. Web safe color of #fbf0bb is #ffffcc. Color #fbf0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 10111011
Octal 373 360 273
Decimal 251 240 187
Hex FB F0 BB

RGB Percentages of Color #fbf0bb

%37.02
%35.40
%27.58

CMYK Percentages of Color #fbf0bb

%0
%4
%25
%2

Triadic Colors of #fbf0bb

#fbf0bb #bbfbf0 #f0bbfb

Analogous Colors of #fbf0bb

#fbf0bb #e6fbbb #fbd0bb

Monochromatic Colors of #fbf0bb

#fbf0bb

Complementary Color

#fbf0bb #bbc6fb

#fbf0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf0bb Color CSS Codes

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

#fbf0bb Text Font Color

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

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


#fbf0bb Background Color

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

This div background color is #fbf0bb


#fbf0bb Border Color

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

This div border color is #fbf0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf0bb

Related Colors


Comments

No comments written yet.

Please login to write comment.