Color Hex Logo

#fbc596 Color Hex

#FBC596
(251,197,150)
0 Favorites   0 Comments

Color spaces of #fbc596

RGB 251197150
HSL0.080.930.79
HSV28°40°98°
CMYK 0.000.220.40   0.02
XYZ65.254962.643737.5063
Yxy62.64370.39450.3787
Hunter Lab79.14788.659127.3073
CIE-Lab83.254613.269730.9296

#fbc596 color RGB value is (251,197,150).

#fbc596 hex color red value is 251, green value is 197 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fbc596 hue: 0.08 , saturation: 0.93 and the lightness value of fbc596 is 0.79.

The process color (four color CMYK) of #fbc596 color hex is 0.00, 0.22, 0.40, 0.02. Web safe color of #fbc596 is #ffcc99. Color #fbc596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 10010110
Octal 373 305 226
Decimal 251 197 150
Hex FB C5 96

RGB Percentages of Color #fbc596

%41.97
%32.94
%25.08

CMYK Percentages of Color #fbc596

%0
%22
%40
%2

Triadic Colors of #fbc596

#fbc596 #96fbc5 #c596fb

Analogous Colors of #fbc596

#fbc596 #fbf896 #fb969a

Monochromatic Colors of #fbc596

#fbc596

Complementary Color

#fbc596 #96ccfb

#fbc596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc596 Color CSS Codes

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

#fbc596 Text Font Color

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

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


#fbc596 Background Color

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

This div background color is #fbc596


#fbc596 Border Color

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

This div border color is #fbc596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc596


Comments

No comments written yet.

Please login to write comment.