Color Hex Logo

#fab696 Color Hex

#FAB696
(250,182,150)
0 Favorites   0 Comments

Color spaces of #fab696

RGB 250182150
HSL0.050.910.78
HSV19°40°98°
CMYK 0.000.270.40   0.02
XYZ61.657355.981936.4101
Yxy55.98190.40020.3634
Hunter Lab74.821116.158523.5225
CIE-Lab79.603520.747226.0141

#fab696 color RGB value is (250,182,150).

#fab696 hex color red value is 250, green value is 182 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fab696 hue: 0.05 , saturation: 0.91 and the lightness value of fab696 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 10010110
Octal 372 266 226
Decimal 250 182 150
Hex FA B6 96

RGB Percentages of Color #fab696

%42.96
%31.27
%25.77

CMYK Percentages of Color #fab696

%0
%27
%40
%2

Triadic Colors of #fab696

#fab696 #96fab6 #b696fa

Analogous Colors of #fab696

#fab696 #fae896 #fa96a8

Monochromatic Colors of #fab696

#fab696

Complementary Color

#fab696 #96dafa

#fab696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab696 Color CSS Codes

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

#fab696 Text Font Color

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

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


#fab696 Background Color

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

This div background color is #fab696


#fab696 Border Color

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

This div border color is #fab696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab696


Comments

No comments written yet.

Please login to write comment.