Color Hex Logo

#fba993 Color Hex

#FBA993
(251,169,147)
0 Favorites   0 Comments

Color spaces of #fba993

RGB 251169147
HSL0.040.930.78
HSV13°41°98°
CMYK 0.000.330.41   0.02
XYZ59.238150.991734.3240
Yxy50.99170.40980.3528
Hunter Lab71.408523.112921.4869
CIE-Lab76.674027.637923.6667

#fba993 color RGB value is (251,169,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10010011
Octal 373 251 223
Decimal 251 169 147
Hex FB A9 93

RGB Percentages of Color #fba993

%44.27
%29.81
%25.93

CMYK Percentages of Color #fba993

%0
%33
%41
%2

Triadic Colors of #fba993

#fba993 #93fba9 #a993fb

Analogous Colors of #fba993

#fba993 #fbdd93 #fb93b1

Monochromatic Colors of #fba993

#fba993

Complementary Color

#fba993 #93e5fb

#fba993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba993 Color CSS Codes

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

#fba993 Text Font Color

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

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


#fba993 Background Color

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

This div background color is #fba993


#fba993 Border Color

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

This div border color is #fba993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba993


Comments

No comments written yet.

Please login to write comment.