Color Hex Logo

#fbacbb Color Hex

#FBACBB
(251,172,187)
0 Favorites   0 Comments

Color spaces of #fbacbb

RGB 251172187
HSL0.970.910.83
HSV349°31°98°
CMYK 0.000.310.25   0.02
XYZ63.505853.602154.0128
Yxy53.60210.37110.3132
Hunter Lab73.213526.70847.5086
CIE-Lab78.229130.95424.1417

#fbacbb color RGB value is (251,172,187).

#fbacbb hex color red value is 251, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbacbb hue: 0.97 , saturation: 0.91 and the lightness value of fbacbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 10111011
Octal 373 254 273
Decimal 251 172 187
Hex FB AC BB

RGB Percentages of Color #fbacbb

%41.15
%28.20
%30.66

CMYK Percentages of Color #fbacbb

%0
%31
%25
%2

Triadic Colors of #fbacbb

#fbacbb #bbfbac #acbbfb

Analogous Colors of #fbacbb

#fbacbb #fbc5ac #fbace3

Monochromatic Colors of #fbacbb

#fbacbb

Complementary Color

#fbacbb #acfbec

#fbacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacbb Color CSS Codes

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

#fbacbb Text Font Color

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

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


#fbacbb Background Color

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

This div background color is #fbacbb


#fbacbb Border Color

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

This div border color is #fbacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacbb


Comments

No comments written yet.

Please login to write comment.