Color Hex Logo

#fbbba8 Color Hex

#FBBBA8
(251,187,168)
0 Favorites   0 Comments

Color spaces of #fbbba8

RGB 251187168
HSL0.040.910.82
HSV14°33°98°
CMYK 0.000.250.33   0.02
XYZ64.621958.877045.0042
Yxy58.87700.38350.3494
Hunter Lab76.731316.049918.9374
CIE-Lab81.223920.591518.6476

#fbbba8 color RGB value is (251,187,168).

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

The process color (four color CMYK) of #fbbba8 color hex is 0.00, 0.25, 0.33, 0.02. Web safe color of #fbbba8 is #ffcc99. Color #fbbba8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10101000
Octal 373 273 250
Decimal 251 187 168
Hex FB BB A8

RGB Percentages of Color #fbbba8

%41.42
%30.86
%27.72

CMYK Percentages of Color #fbbba8

%0
%25
%33
%2

Triadic Colors of #fbbba8

#fbbba8 #a8fbbb #bba8fb

Analogous Colors of #fbbba8

#fbbba8 #fbe5a8 #fba8bf

Monochromatic Colors of #fbbba8

#fbbba8

Complementary Color

#fbbba8 #a8e8fb

#fbbba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbba8 Color CSS Codes

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

#fbbba8 Text Font Color

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

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


#fbbba8 Background Color

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

This div background color is #fbbba8


#fbbba8 Border Color

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

This div border color is #fbbba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbba8


Comments

No comments written yet.

Please login to write comment.