Color Hex Logo

#fabea9 Color Hex

#FABEA9
(250,190,169)
0 Favorites   0 Comments

Color spaces of #fabea9

RGB 250190169
HSL0.040.890.82
HSV16°32°98°
CMYK 0.000.240.32   0.02
XYZ64.999260.015545.6944
Yxy60.01550.38080.3516
Hunter Lab77.469714.194519.2574
CIE-Lab81.846618.761518.9634

#fabea9 color RGB value is (250,190,169).

#fabea9 hex color red value is 250, green value is 190 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fabea9 hue: 0.04 , saturation: 0.89 and the lightness value of fabea9 is 0.82.

The process color (four color CMYK) of #fabea9 color hex is 0.00, 0.24, 0.32, 0.02. Web safe color of #fabea9 is #ffcc99. Color #fabea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10101001
Octal 372 276 251
Decimal 250 190 169
Hex FA BE A9

RGB Percentages of Color #fabea9

%41.05
%31.20
%27.75

CMYK Percentages of Color #fabea9

%0
%24
%32
%2

Triadic Colors of #fabea9

#fabea9 #a9fabe #bea9fa

Analogous Colors of #fabea9

#fabea9 #fae7a9 #faa9bd

Monochromatic Colors of #fabea9

#fabea9

Complementary Color

#fabea9 #a9e5fa

#fabea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabea9 Color CSS Codes

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

#fabea9 Text Font Color

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

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


#fabea9 Background Color

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

This div background color is #fabea9


#fabea9 Border Color

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

This div border color is #fabea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabea9


Comments

No comments written yet.

Please login to write comment.