Color Hex Logo

#fab091 Color Hex

#FAB091
(250,176,145)
0 Favorites   0 Comments

Color spaces of #fab091

RGB 250176145
HSL0.050.910.77
HSV18°42°98°
CMYK 0.000.300.42   0.02
XYZ60.060553.419033.9334
Yxy53.41900.40740.3624
Hunter Lab73.088318.778323.6347
CIE-Lab78.121723.365026.6811

#fab091 color RGB value is (250,176,145).

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

The process color (four color CMYK) of #fab091 color hex is 0.00, 0.30, 0.42, 0.02. Web safe color of #fab091 is #ff9999. Color #fab091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10010001
Octal 372 260 221
Decimal 250 176 145
Hex FA B0 91

RGB Percentages of Color #fab091

%43.78
%30.82
%25.39

CMYK Percentages of Color #fab091

%0
%30
%42
%2

Triadic Colors of #fab091

#fab091 #91fab0 #b091fa

Analogous Colors of #fab091

#fab091 #fae591 #fa91a7

Monochromatic Colors of #fab091

#fab091

Complementary Color

#fab091 #91dbfa

#fab091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab091 Color CSS Codes

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

#fab091 Text Font Color

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

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


#fab091 Background Color

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

This div background color is #fab091


#fab091 Border Color

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

This div border color is #fab091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab091


Comments

No comments written yet.

Please login to write comment.