Color Hex Logo

#fbb99d Color Hex

#FBB99D
(251,185,157)
0 Favorites   0 Comments

Color spaces of #fbb99d

RGB 251185157
HSL0.050.920.80
HSV18°37°98°
CMYK 0.000.260.37   0.02
XYZ63.218457.641539.6922
Yxy57.64150.39380.3590
Hunter Lab75.922015.769122.1484
CIE-Lab80.539120.337223.5754

#fbb99d color RGB value is (251,185,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 10011101
Octal 373 271 235
Decimal 251 185 157
Hex FB B9 9D

RGB Percentages of Color #fbb99d

%42.33
%31.20
%26.48

CMYK Percentages of Color #fbb99d

%0
%26
%37
%2

Triadic Colors of #fbb99d

#fbb99d #9dfbb9 #b99dfb

Analogous Colors of #fbb99d

#fbb99d #fbe89d #fb9db0

Monochromatic Colors of #fbb99d

#fbb99d

Complementary Color

#fbb99d #9ddffb

#fbb99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb99d Color CSS Codes

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

#fbb99d Text Font Color

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

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


#fbb99d Background Color

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

This div background color is #fbb99d


#fbb99d Border Color

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

This div border color is #fbb99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb99d

#fbb99d Color Palettes


Comments

No comments written yet.

Please login to write comment.