Color Hex Logo

#fba3bd Color Hex

#FBA3BD
(251,163,189)
0 Favorites   0 Comments

Color spaces of #fba3bd

RGB 251163189
HSL0.950.920.81
HSV342°35°98°
CMYK 0.000.350.25   0.02
XYZ62.066250.377754.5967
Yxy50.37770.37160.3016
Hunter Lab70.977231.87954.0774
CIE-Lab76.300535.93900.2480

#fba3bd color RGB value is (251,163,189).

#fba3bd hex color red value is 251, green value is 163 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fba3bd hue: 0.95 , saturation: 0.92 and the lightness value of fba3bd is 0.81.

The process color (four color CMYK) of #fba3bd color hex is 0.00, 0.35, 0.25, 0.02. Web safe color of #fba3bd is #ff99cc. Color #fba3bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 10111101
Octal 373 243 275
Decimal 251 163 189
Hex FB A3 BD

RGB Percentages of Color #fba3bd

%41.63
%27.03
%31.34

CMYK Percentages of Color #fba3bd

%0
%35
%25
%2

Triadic Colors of #fba3bd

#fba3bd #bdfba3 #a3bdfb

Analogous Colors of #fba3bd

#fba3bd #fbb5a3 #fba3e9

Monochromatic Colors of #fba3bd

#fba3bd

Complementary Color

#fba3bd #a3fbe1

#fba3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba3bd Color CSS Codes

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

#fba3bd Text Font Color

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

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


#fba3bd Background Color

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

This div background color is #fba3bd


#fba3bd Border Color

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

This div border color is #fba3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba3bd


Comments

No comments written yet.

Please login to write comment.