Color Hex Logo

#fba08c Color Hex

#FBA08C
(251,160,140)
0 Favorites   0 Comments

Color spaces of #fba08c

RGB 251160140
HSL0.030.930.77
HSV11°44°98°
CMYK 0.000.360.44   0.02
XYZ57.088147.544330.9790
Yxy47.54430.42100.3506
Hunter Lab68.952427.119821.6288
CIE-Lab74.536631.620024.5552

#fba08c color RGB value is (251,160,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 10001100
Octal 373 240 214
Decimal 251 160 140
Hex FB A0 8C

RGB Percentages of Color #fba08c

%45.55
%29.04
%25.41

CMYK Percentages of Color #fba08c

%0
%36
%44
%2

Triadic Colors of #fba08c

#fba08c #8cfba0 #a08cfb

Analogous Colors of #fba08c

#fba08c #fbd88c #fb8cb0

Monochromatic Colors of #fba08c

#fba08c

Complementary Color

#fba08c #8ce7fb

#fba08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba08c Color CSS Codes

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

#fba08c Text Font Color

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

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


#fba08c Background Color

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

This div background color is #fba08c


#fba08c Border Color

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

This div border color is #fba08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba08c

Related Colors


Comments

No comments written yet.

Please login to write comment.