Color Hex Logo

#fabe9b Color Hex

#FABE9B
(250,190,155)
0 Favorites   0 Comments

Color spaces of #fabe9b

RGB 250190155
HSL0.060.900.79
HSV22°38°98°
CMYK 0.000.240.38   0.02
XYZ63.754259.517539.1382
Yxy59.51750.39260.3665
Hunter Lab77.147612.502823.9245
CIE-Lab81.575217.100626.0297

#fabe9b color RGB value is (250,190,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10011011
Octal 372 276 233
Decimal 250 190 155
Hex FA BE 9B

RGB Percentages of Color #fabe9b

%42.02
%31.93
%26.05

CMYK Percentages of Color #fabe9b

%0
%24
%38
%2

Triadic Colors of #fabe9b

#fabe9b #9bfabe #be9bfa

Analogous Colors of #fabe9b

#fabe9b #faee9b #fa9ba8

Monochromatic Colors of #fabe9b

#fabe9b

Complementary Color

#fabe9b #9bd7fa

#fabe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe9b Color CSS Codes

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

#fabe9b Text Font Color

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

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


#fabe9b Background Color

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

This div background color is #fabe9b


#fabe9b Border Color

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

This div border color is #fabe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe9b


Comments

No comments written yet.

Please login to write comment.