Color Hex Logo

#fbbfaa Color Hex

#FBBFAA
(251,191,170)
0 Favorites   0 Comments

Color spaces of #fbbfaa

RGB 251191170
HSL0.040.910.83
HSV16°32°98°
CMYK 0.000.240.32   0.02
XYZ65.670260.673146.2801
Yxy60.67310.38040.3515
Hunter Lab77.892914.177619.2979
CIE-Lab82.202718.737418.9403

#fbbfaa color RGB value is (251,191,170).

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

The process color (four color CMYK) of #fbbfaa color hex is 0.00, 0.24, 0.32, 0.02. Web safe color of #fbbfaa is #ffcc99. Color #fbbfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 10101010
Octal 373 277 252
Decimal 251 191 170
Hex FB BF AA

RGB Percentages of Color #fbbfaa

%41.01
%31.21
%27.78

CMYK Percentages of Color #fbbfaa

%0
%24
%32
%2

Triadic Colors of #fbbfaa

#fbbfaa #aafbbf #bfaafb

Analogous Colors of #fbbfaa

#fbbfaa #fbe8aa #fbaabe

Monochromatic Colors of #fbbfaa

#fbbfaa

Complementary Color

#fbbfaa #aae6fb

#fbbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfaa Color CSS Codes

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

#fbbfaa Text Font Color

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

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


#fbbfaa Background Color

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

This div background color is #fbbfaa


#fbbfaa Border Color

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

This div border color is #fbbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfaa


Comments

No comments written yet.

Please login to write comment.