Color Hex Logo

#fbbf9a Color Hex

#FBBF9A
(251,191,154)
0 Favorites   0 Comments

Color spaces of #fbbf9a

RGB 251191154
HSL0.060.920.79
HSV23°39°98°
CMYK 0.000.240.39   0.02
XYZ64.247260.103938.7869
Yxy60.10390.39380.3684
Hunter Lab77.526712.253124.6057
CIE-Lab81.894616.849127.0071

#fbbf9a color RGB value is (251,191,154).

#fbbf9a hex color red value is 251, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fbbf9a hue: 0.06 , saturation: 0.92 and the lightness value of fbbf9a is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 10011010
Octal 373 277 232
Decimal 251 191 154
Hex FB BF 9A

RGB Percentages of Color #fbbf9a

%42.11
%32.05
%25.84

CMYK Percentages of Color #fbbf9a

%0
%24
%39
%2

Triadic Colors of #fbbf9a

#fbbf9a #9afbbf #bf9afb

Analogous Colors of #fbbf9a

#fbbf9a #fbf09a #fb9aa6

Monochromatic Colors of #fbbf9a

#fbbf9a

Complementary Color

#fbbf9a #9ad6fb

#fbbf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf9a Color CSS Codes

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

#fbbf9a Text Font Color

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

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


#fbbf9a Background Color

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

This div background color is #fbbf9a


#fbbf9a Border Color

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

This div border color is #fbbf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf9a

Related Colors


Comments

No comments written yet.

Please login to write comment.