Color Hex Logo

#fab595 Color Hex

#FAB595
(250,181,149)
0 Favorites   0 Comments

Color spaces of #fab595

RGB 250181149
HSL0.050.910.78
HSV19°40°98°
CMYK 0.000.280.40   0.02
XYZ61.373055.541735.9197
Yxy55.54170.40160.3634
Hunter Lab74.526316.575123.5922
CIE-Lab79.352321.163926.2070

#fab595 color RGB value is (250,181,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10010101
Octal 372 265 225
Decimal 250 181 149
Hex FA B5 95

RGB Percentages of Color #fab595

%43.10
%31.21
%25.69

CMYK Percentages of Color #fab595

%0
%28
%40
%2

Triadic Colors of #fab595

#fab595 #95fab5 #b595fa

Analogous Colors of #fab595

#fab595 #fae895 #fa95a8

Monochromatic Colors of #fab595

#fab595

Complementary Color

#fab595 #95dafa

#fab595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab595 Color CSS Codes

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

#fab595 Text Font Color

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

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


#fab595 Background Color

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

This div background color is #fab595


#fab595 Border Color

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

This div border color is #fab595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,181,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab595


Comments

No comments written yet.

Please login to write comment.