Color Hex Logo

#fab18f Color Hex

#FAB18F
(250,177,143)
0 Favorites   0 Comments

Color spaces of #fab18f

RGB 250177143
HSL0.050.910.77
HSV19°43°98°
CMYK 0.000.290.43   0.02
XYZ60.104453.751433.1938
Yxy53.75140.40870.3655
Hunter Lab73.315318.033624.4770
CIE-Lab78.316622.629828.0094

#fab18f color RGB value is (250,177,143).

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

The process color (four color CMYK) of #fab18f color hex is 0.00, 0.29, 0.43, 0.02. Web safe color of #fab18f is #ff9999. Color #fab18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 10001111
Octal 372 261 217
Decimal 250 177 143
Hex FA B1 8F

RGB Percentages of Color #fab18f

%43.86
%31.05
%25.09

CMYK Percentages of Color #fab18f

%0
%29
%43
%2

Triadic Colors of #fab18f

#fab18f #8ffab1 #b18ffa

Analogous Colors of #fab18f

#fab18f #fae78f #fa8fa3

Monochromatic Colors of #fab18f

#fab18f

Complementary Color

#fab18f #8fd8fa

#fab18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab18f Color CSS Codes

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

#fab18f Text Font Color

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

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


#fab18f Background Color

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

This div background color is #fab18f


#fab18f Border Color

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

This div border color is #fab18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab18f


Comments

No comments written yet.

Please login to write comment.