Color Hex Logo

#fbbf9b Color Hex

#FBBF9B
(251,191,155)
0 Favorites   0 Comments

Color spaces of #fbbf9b

RGB 251191155
HSL0.060.920.80
HSV23°38°98°
CMYK 0.000.240.38   0.02
XYZ64.330960.137439.2274
Yxy60.13740.39300.3674
Hunter Lab77.548312.366824.2923
CIE-Lab81.912816.961226.5038

#fbbf9b color RGB value is (251,191,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 10011011
Octal 373 277 233
Decimal 251 191 155
Hex FB BF 9B

RGB Percentages of Color #fbbf9b

%42.04
%31.99
%25.96

CMYK Percentages of Color #fbbf9b

%0
%24
%38
%2

Triadic Colors of #fbbf9b

#fbbf9b #9bfbbf #bf9bfb

Analogous Colors of #fbbf9b

#fbbf9b #fbef9b #fb9ba7

Monochromatic Colors of #fbbf9b

#fbbf9b

Complementary Color

#fbbf9b #9bd7fb

#fbbf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf9b Color CSS Codes

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

#fbbf9b Text Font Color

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

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


#fbbf9b Background Color

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

This div background color is #fbbf9b


#fbbf9b Border Color

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

This div border color is #fbbf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf9b

Related Colors


Comments

No comments written yet.

Please login to write comment.