Color Hex Logo

#fab093 Color Hex

#FAB093
(250,176,147)
0 Favorites   0 Comments

Color spaces of #fab093

RGB 250176147
HSL0.050.910.78
HSV17°41°98°
CMYK 0.000.300.41   0.02
XYZ60.216153.481234.7529
Yxy53.48120.40560.3603
Hunter Lab73.130818.998323.0161
CIE-Lab78.158223.577825.6612

#fab093 color RGB value is (250,176,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10010011
Octal 372 260 223
Decimal 250 176 147
Hex FA B0 93

RGB Percentages of Color #fab093

%43.63
%30.72
%25.65

CMYK Percentages of Color #fab093

%0
%30
%41
%2

Triadic Colors of #fab093

#fab093 #93fab0 #b093fa

Analogous Colors of #fab093

#fab093 #fae493 #fa93aa

Monochromatic Colors of #fab093

#fab093

Complementary Color

#fab093 #93ddfa

#fab093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab093 Color CSS Codes

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

#fab093 Text Font Color

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

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


#fab093 Background Color

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

This div background color is #fab093


#fab093 Border Color

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

This div border color is #fab093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab093

Related Colors


Comments

No comments written yet.

Please login to write comment.