Color Hex Logo

#fba6bd Color Hex

#FBA6BD
(251,166,189)
0 Favorites   0 Comments

Color spaces of #fba6bd

RGB 251166189
HSL0.950.910.82
HSV344°34°98°
CMYK 0.000.340.25   0.02
XYZ62.605251.455854.7764
Yxy51.45580.37080.3048
Hunter Lab71.732730.25494.9380
CIE-Lab76.954334.37311.2011

#fba6bd color RGB value is (251,166,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 10111101
Octal 373 246 275
Decimal 251 166 189
Hex FB A6 BD

RGB Percentages of Color #fba6bd

%41.42
%27.39
%31.19

CMYK Percentages of Color #fba6bd

%0
%34
%25
%2

Triadic Colors of #fba6bd

#fba6bd #bdfba6 #a6bdfb

Analogous Colors of #fba6bd

#fba6bd #fbbaa6 #fba6e8

Monochromatic Colors of #fba6bd

#fba6bd

Complementary Color

#fba6bd #a6fbe4

#fba6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba6bd Color CSS Codes

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

#fba6bd Text Font Color

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

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


#fba6bd Background Color

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

This div background color is #fba6bd


#fba6bd Border Color

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

This div border color is #fba6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba6bd

Related Colors


Comments

No comments written yet.

Please login to write comment.