Color Hex Logo

#fbc99b Color Hex

#FBC99B
(251,201,155)
0 Favorites   0 Comments

Color spaces of #fbc99b

RGB 251201155
HSL0.080.920.80
HSV29°38°98°
CMYK 0.000.200.38   0.02
XYZ66.586764.649139.9794
Yxy64.64910.38890.3776
Hunter Lab80.40477.115726.8027
CIE-Lab84.302611.732929.7204

#fbc99b color RGB value is (251,201,155).

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

The process color (four color CMYK) of #fbc99b color hex is 0.00, 0.20, 0.38, 0.02. Web safe color of #fbc99b is #ffcc99. Color #fbc99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10011011
Octal 373 311 233
Decimal 251 201 155
Hex FB C9 9B

RGB Percentages of Color #fbc99b

%41.35
%33.11
%25.54

CMYK Percentages of Color #fbc99b

%0
%20
%38
%2

Triadic Colors of #fbc99b

#fbc99b #9bfbc9 #c99bfb

Analogous Colors of #fbc99b

#fbc99b #fbf99b #fb9b9d

Monochromatic Colors of #fbc99b

#fbc99b

Complementary Color

#fbc99b #9bcdfb

#fbc99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc99b Color CSS Codes

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

#fbc99b Text Font Color

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

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


#fbc99b Background Color

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

This div background color is #fbc99b


#fbc99b Border Color

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

This div border color is #fbc99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc99b


Comments

No comments written yet.

Please login to write comment.