Color Hex Logo

#fba990 Color Hex

#FBA990
(251,169,144)
0 Favorites   0 Comments

Color spaces of #fba990

RGB 251169144
HSL0.040.930.77
HSV14°43°98°
CMYK 0.000.330.43   0.02
XYZ59.005750.898833.1001
Yxy50.89880.41260.3559
Hunter Lab71.343422.780322.4325
CIE-Lab76.617727.321425.2071

#fba990 color RGB value is (251,169,144).

#fba990 hex color red value is 251, green value is 169 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fba990 hue: 0.04 , saturation: 0.93 and the lightness value of fba990 is 0.77.

The process color (four color CMYK) of #fba990 color hex is 0.00, 0.33, 0.43, 0.02. Web safe color of #fba990 is #ff9999. Color #fba990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10010000
Octal 373 251 220
Decimal 251 169 144
Hex FB A9 90

RGB Percentages of Color #fba990

%44.50
%29.96
%25.53

CMYK Percentages of Color #fba990

%0
%33
%43
%2

Triadic Colors of #fba990

#fba990 #90fba9 #a990fb

Analogous Colors of #fba990

#fba990 #fbdf90 #fb90ad

Monochromatic Colors of #fba990

#fba990

Complementary Color

#fba990 #90e2fb

#fba990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba990 Color CSS Codes

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

#fba990 Text Font Color

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

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


#fba990 Background Color

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

This div background color is #fba990


#fba990 Border Color

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

This div border color is #fba990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba990

Related Colors


Comments

No comments written yet.

Please login to write comment.