Color Hex Logo

#faba92 Color Hex

#FABA92
(250,186,146)
0 Favorites   0 Comments

Color spaces of #faba92

RGB 250186146
HSL0.060.910.78
HSV23°42°98°
CMYK 0.000.260.42   0.02
XYZ62.171657.517135.0192
Yxy57.51710.40190.3718
Hunter Lab75.840013.609425.7108
CIE-Lab80.469618.214429.2980

#faba92 color RGB value is (250,186,146).

#faba92 hex color red value is 250, green value is 186 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #faba92 hue: 0.06 , saturation: 0.91 and the lightness value of faba92 is 0.78.

The process color (four color CMYK) of #faba92 color hex is 0.00, 0.26, 0.42, 0.02. Web safe color of #faba92 is #ffcc99. Color #faba92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10010010
Octal 372 272 222
Decimal 250 186 146
Hex FA BA 92

RGB Percentages of Color #faba92

%42.96
%31.96
%25.09

CMYK Percentages of Color #faba92

%0
%26
%42
%2

Triadic Colors of #faba92

#faba92 #92faba #ba92fa

Analogous Colors of #faba92

#faba92 #faee92 #fa929e

Monochromatic Colors of #faba92

#faba92

Complementary Color

#faba92 #92d2fa

#faba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba92 Color CSS Codes

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

#faba92 Text Font Color

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

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


#faba92 Background Color

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

This div background color is #faba92


#faba92 Border Color

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

This div border color is #faba92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba92

#faba92 Color Palettes


Comments

No comments written yet.

Please login to write comment.