Color Hex Logo

#fbb0bb Color Hex

#FBB0BB
(251,176,187)
0 Favorites   0 Comments

Color spaces of #fbb0bb

RGB 251176187
HSL0.980.900.84
HSV351°30°98°
CMYK 0.000.300.25   0.02
XYZ64.278655.147854.2704
Yxy55.14780.37010.3175
Hunter Lab74.261624.54658.6539
CIE-Lab79.126328.85305.4373

#fbb0bb color RGB value is (251,176,187).

#fbb0bb hex color red value is 251, green value is 176 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbb0bb hue: 0.98 , saturation: 0.90 and the lightness value of fbb0bb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 10111011
Octal 373 260 273
Decimal 251 176 187
Hex FB B0 BB

RGB Percentages of Color #fbb0bb

%40.88
%28.66
%30.46

CMYK Percentages of Color #fbb0bb

%0
%30
%25
%2

Triadic Colors of #fbb0bb

#fbb0bb #bbfbb0 #b0bbfb

Analogous Colors of #fbb0bb

#fbb0bb #fbcbb0 #fbb0e1

Monochromatic Colors of #fbb0bb

#fbb0bb

Complementary Color

#fbb0bb #b0fbf0

#fbb0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0bb Color CSS Codes

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

#fbb0bb Text Font Color

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

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


#fbb0bb Background Color

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

This div background color is #fbb0bb


#fbb0bb Border Color

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

This div border color is #fbb0bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,176,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 #fbb0bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0bb


Comments

No comments written yet.

Please login to write comment.