Color Hex Logo

#fab596 Color Hex

#FAB596
(250,181,150)
0 Favorites   0 Comments

Color spaces of #fab596

RGB 250181150
HSL0.050.910.78
HSV19°40°98°
CMYK 0.000.280.40   0.02
XYZ61.453255.573736.3420
Yxy55.57370.40070.3624
Hunter Lab74.547816.687323.2796
CIE-Lab79.370621.273125.6991

#fab596 color RGB value is (250,181,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10010110
Octal 372 265 226
Decimal 250 181 150
Hex FA B5 96

RGB Percentages of Color #fab596

%43.03
%31.15
%25.82

CMYK Percentages of Color #fab596

%0
%28
%40
%2

Triadic Colors of #fab596

#fab596 #96fab5 #b596fa

Analogous Colors of #fab596

#fab596 #fae796 #fa96a9

Monochromatic Colors of #fab596

#fab596

Complementary Color

#fab596 #96dbfa

#fab596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab596 Color CSS Codes

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

#fab596 Text Font Color

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

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


#fab596 Background Color

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

This div background color is #fab596


#fab596 Border Color

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

This div border color is #fab596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab596

Related Colors


Comments

No comments written yet.

Please login to write comment.