Color Hex Logo

#fbbbb5 Color Hex

#FBBBB5
(251,187,181)
0 Favorites   0 Comments

Color spaces of #fbbbb5

RGB 251187181
HSL0.010.900.85
HSV28°98°
CMYK 0.000.250.28   0.02
XYZ65.894559.386151.7057
Yxy59.38610.37230.3355
Hunter Lab77.062417.772614.1625
CIE-Lab81.503422.254412.0740

#fbbbb5 color RGB value is (251,187,181).

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

The process color (four color CMYK) of #fbbbb5 color hex is 0.00, 0.25, 0.28, 0.02. Web safe color of #fbbbb5 is #ffcccc. Color #fbbbb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10110101
Octal 373 273 265
Decimal 251 187 181
Hex FB BB B5

RGB Percentages of Color #fbbbb5

%40.55
%30.21
%29.24

CMYK Percentages of Color #fbbbb5

%0
%25
%28
%2

Triadic Colors of #fbbbb5

#fbbbb5 #b5fbbb #bbb5fb

Analogous Colors of #fbbbb5

#fbbbb5 #fbdeb5 #fbb5d2

Monochromatic Colors of #fbbbb5

#fbbbb5

Complementary Color

#fbbbb5 #b5f5fb

#fbbbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbb5 Color CSS Codes

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

#fbbbb5 Text Font Color

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

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


#fbbbb5 Background Color

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

This div background color is #fbbbb5


#fbbbb5 Border Color

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

This div border color is #fbbbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbb5


Comments

No comments written yet.

Please login to write comment.