Color Hex Logo

#fba5bd Color Hex

#FBA5BD
(251,165,189)
0 Favorites   0 Comments

Color spaces of #fba5bd

RGB 251165189
HSL0.950.910.82
HSV343°34°98°
CMYK 0.000.340.25   0.02
XYZ62.424151.093654.7161
Yxy51.09360.37110.3037
Hunter Lab71.479830.79644.6507
CIE-Lab76.735734.89550.8825

#fba5bd color RGB value is (251,165,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 10111101
Octal 373 245 275
Decimal 251 165 189
Hex FB A5 BD

RGB Percentages of Color #fba5bd

%41.49
%27.27
%31.24

CMYK Percentages of Color #fba5bd

%0
%34
%25
%2

Triadic Colors of #fba5bd

#fba5bd #bdfba5 #a5bdfb

Analogous Colors of #fba5bd

#fba5bd #fbb8a5 #fba5e8

Monochromatic Colors of #fba5bd

#fba5bd

Complementary Color

#fba5bd #a5fbe3

#fba5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba5bd Color CSS Codes

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

#fba5bd Text Font Color

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

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


#fba5bd Background Color

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

This div background color is #fba5bd


#fba5bd Border Color

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

This div border color is #fba5bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,165,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 #fba5bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba5bd

Related Colors


Comments

No comments written yet.

Please login to write comment.