Color Hex Logo

#fabe9f Color Hex

#FABE9F
(250,190,159)
0 Favorites   0 Comments

Color spaces of #fabe9f

RGB 250190159
HSL0.060.900.80
HSV20°36°98°
CMYK 0.000.240.36   0.02
XYZ64.095859.654140.9371
Yxy59.65410.38920.3622
Hunter Lab77.236112.968522.6400
CIE-Lab81.649817.559424.0121

#fabe9f color RGB value is (250,190,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10011111
Octal 372 276 237
Decimal 250 190 159
Hex FA BE 9F

RGB Percentages of Color #fabe9f

%41.74
%31.72
%26.54

CMYK Percentages of Color #fabe9f

%0
%24
%36
%2

Triadic Colors of #fabe9f

#fabe9f #9ffabe #be9ffa

Analogous Colors of #fabe9f

#fabe9f #faec9f #fa9fae

Monochromatic Colors of #fabe9f

#fabe9f

Complementary Color

#fabe9f #9fdbfa

#fabe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe9f Color CSS Codes

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

#fabe9f Text Font Color

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

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


#fabe9f Background Color

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

This div background color is #fabe9f


#fabe9f Border Color

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

This div border color is #fabe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe9f


Comments

No comments written yet.

Please login to write comment.