Color Hex Logo

#fba08d Color Hex

#FBA08D
(251,160,141)
0 Favorites   0 Comments

Color spaces of #fba08d

RGB 251160141
HSL0.030.930.77
HSV10°44°98°
CMYK 0.000.360.44   0.02
XYZ57.162247.573931.3692
Yxy47.57390.42000.3495
Hunter Lab68.973827.228021.3167
CIE-Lab74.555431.721524.0376

#fba08d color RGB value is (251,160,141).

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

The process color (four color CMYK) of #fba08d color hex is 0.00, 0.36, 0.44, 0.02. Web safe color of #fba08d is #ff9999. Color #fba08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 10001101
Octal 373 240 215
Decimal 251 160 141
Hex FB A0 8D

RGB Percentages of Color #fba08d

%45.47
%28.99
%25.54

CMYK Percentages of Color #fba08d

%0
%36
%44
%2

Triadic Colors of #fba08d

#fba08d #8dfba0 #a08dfb

Analogous Colors of #fba08d

#fba08d #fbd78d #fb8db1

Monochromatic Colors of #fba08d

#fba08d

Complementary Color

#fba08d #8de8fb

#fba08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba08d Color CSS Codes

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

#fba08d Text Font Color

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

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


#fba08d Background Color

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

This div background color is #fba08d


#fba08d Border Color

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

This div border color is #fba08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba08d


Comments

No comments written yet.

Please login to write comment.