Color Hex Logo

#fba699 Color Hex

#FBA699
(251,166,153)
0 Favorites   0 Comments

Color spaces of #fba699

RGB 251166153
HSL0.020.920.79
HSV39°98°
CMYK 0.000.340.39   0.02
XYZ59.169650.081636.6851
Yxy50.08160.40540.3432
Hunter Lab70.768425.399718.8029
CIE-Lab76.119329.864019.6583

#fba699 color RGB value is (251,166,153).

#fba699 hex color red value is 251, green value is 166 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fba699 hue: 0.02 , saturation: 0.92 and the lightness value of fba699 is 0.79.

The process color (four color CMYK) of #fba699 color hex is 0.00, 0.34, 0.39, 0.02. Web safe color of #fba699 is #ff9999. Color #fba699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 10011001
Octal 373 246 231
Decimal 251 166 153
Hex FB A6 99

RGB Percentages of Color #fba699

%44.04
%29.12
%26.84

CMYK Percentages of Color #fba699

%0
%34
%39
%2

Triadic Colors of #fba699

#fba699 #99fba6 #a699fb

Analogous Colors of #fba699

#fba699 #fbd799 #fb99bd

Monochromatic Colors of #fba699

#fba699

Complementary Color

#fba699 #99eefb

#fba699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba699 Color CSS Codes

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

#fba699 Text Font Color

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

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


#fba699 Background Color

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

This div background color is #fba699


#fba699 Border Color

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

This div border color is #fba699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba699

#fba699 Color Palettes


Comments

No comments written yet.

Please login to write comment.