Color Hex Logo

#fab69e Color Hex

#FAB69E
(250,182,158)
0 Favorites   0 Comments

Color spaces of #fab69e

RGB 250182158
HSL0.040.900.80
HSV16°37°98°
CMYK 0.000.270.37   0.02
XYZ62.323856.248539.9200
Yxy56.24850.39320.3549
Hunter Lab74.999017.084420.9408
CIE-Lab79.755021.648121.9508

#fab69e color RGB value is (250,182,158).

#fab69e hex color red value is 250, green value is 182 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fab69e hue: 0.04 , saturation: 0.90 and the lightness value of fab69e is 0.80.

The process color (four color CMYK) of #fab69e color hex is 0.00, 0.27, 0.37, 0.02. Web safe color of #fab69e is #ffcc99. Color #fab69e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 10011110
Octal 372 266 236
Decimal 250 182 158
Hex FA B6 9E

RGB Percentages of Color #fab69e

%42.37
%30.85
%26.78

CMYK Percentages of Color #fab69e

%0
%27
%37
%2

Triadic Colors of #fab69e

#fab69e #9efab6 #b69efa

Analogous Colors of #fab69e

#fab69e #fae49e #fa9eb4

Monochromatic Colors of #fab69e

#fab69e

Complementary Color

#fab69e #9ee2fa

#fab69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab69e Color CSS Codes

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

#fab69e Text Font Color

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

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


#fab69e Background Color

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

This div background color is #fab69e


#fab69e Border Color

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

This div border color is #fab69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab69e


Comments

No comments written yet.

Please login to write comment.