Color Hex Logo

#fba69d Color Hex

#FBA69D
(251,166,157)
0 Favorites   0 Comments

Color spaces of #fba69d

RGB 251166157
HSL0.020.920.80
HSV37°98°
CMYK 0.000.340.37   0.02
XYZ59.505750.216038.4547
Yxy50.21600.40160.3389
Hunter Lab70.863225.880417.4299
CIE-Lab76.201730.316017.5975

#fba69d color RGB value is (251,166,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 10011101
Octal 373 246 235
Decimal 251 166 157
Hex FB A6 9D

RGB Percentages of Color #fba69d

%43.73
%28.92
%27.35

CMYK Percentages of Color #fba69d

%0
%34
%37
%2

Triadic Colors of #fba69d

#fba69d #9dfba6 #a69dfb

Analogous Colors of #fba69d

#fba69d #fbd59d #fb9dc3

Monochromatic Colors of #fba69d

#fba69d

Complementary Color

#fba69d #9df2fb

#fba69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba69d Color CSS Codes

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

#fba69d Text Font Color

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

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


#fba69d Background Color

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

This div background color is #fba69d


#fba69d Border Color

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

This div border color is #fba69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba69d


Comments

No comments written yet.

Please login to write comment.