Color Hex Logo

#fbc196 Color Hex

#FBC196
(251,193,150)
0 Favorites   0 Comments

Color spaces of #fbc196

RGB 251193150
HSL0.070.930.79
HSV26°40°98°
CMYK 0.000.230.40   0.02
XYZ64.358660.851237.2075
Yxy60.85120.39630.3747
Hunter Lab78.007210.756126.3252
CIE-Lab82.298715.361029.6549

#fbc196 color RGB value is (251,193,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 10010110
Octal 373 301 226
Decimal 251 193 150
Hex FB C1 96

RGB Percentages of Color #fbc196

%42.26
%32.49
%25.25

CMYK Percentages of Color #fbc196

%0
%23
%40
%2

Triadic Colors of #fbc196

#fbc196 #96fbc1 #c196fb

Analogous Colors of #fbc196

#fbc196 #fbf496 #fb969e

Monochromatic Colors of #fbc196

#fbc196

Complementary Color

#fbc196 #96d0fb

#fbc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc196 Color CSS Codes

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

#fbc196 Text Font Color

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

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


#fbc196 Background Color

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

This div background color is #fbc196


#fbc196 Border Color

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

This div border color is #fbc196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc196


Comments

No comments written yet.

Please login to write comment.