Color Hex Logo

#fba196 Color Hex

#FBA196
(251,161,150)
0 Favorites   0 Comments

Color spaces of #fba196

RGB 251161150
HSL0.020.930.79
HSV40°98°
CMYK 0.000.360.40   0.02
XYZ58.033648.201035.0992
Yxy48.20100.41060.3410
Hunter Lab69.426927.710018.6244
CIE-Lab74.951532.147719.6799

#fba196 color RGB value is (251,161,150).

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

The process color (four color CMYK) of #fba196 color hex is 0.00, 0.36, 0.40, 0.02. Web safe color of #fba196 is #ff9999. Color #fba196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 10010110
Octal 373 241 226
Decimal 251 161 150
Hex FB A1 96

RGB Percentages of Color #fba196

%44.66
%28.65
%26.69

CMYK Percentages of Color #fba196

%0
%36
%40
%2

Triadic Colors of #fba196

#fba196 #96fba1 #a196fb

Analogous Colors of #fba196

#fba196 #fbd496 #fb96be

Monochromatic Colors of #fba196

#fba196

Complementary Color

#fba196 #96f0fb

#fba196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba196 Color CSS Codes

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

#fba196 Text Font Color

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

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


#fba196 Background Color

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

This div background color is #fba196


#fba196 Border Color

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

This div border color is #fba196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba196


Comments

No comments written yet.

Please login to write comment.