Color Hex Logo

#fbb0be Color Hex

#FBB0BE
(251,176,190)
0 Favorites   0 Comments

Color spaces of #fbb0be

RGB 251176190
HSL0.970.900.84
HSV349°30°98°
CMYK 0.000.300.24   0.02
XYZ64.603355.277655.9799
Yxy55.27760.36740.3143
Hunter Lab74.348924.99177.4027
CIE-Lab79.200929.26933.9180

#fbb0be color RGB value is (251,176,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 10111110
Octal 373 260 276
Decimal 251 176 190
Hex FB B0 BE

RGB Percentages of Color #fbb0be

%40.68
%28.53
%30.79

CMYK Percentages of Color #fbb0be

%0
%30
%24
%2

Triadic Colors of #fbb0be

#fbb0be #befbb0 #b0befb

Analogous Colors of #fbb0be

#fbb0be #fbc8b0 #fbb0e4

Monochromatic Colors of #fbb0be

#fbb0be

Complementary Color

#fbb0be #b0fbed

#fbb0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0be Color CSS Codes

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

#fbb0be Text Font Color

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

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


#fbb0be Background Color

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

This div background color is #fbb0be


#fbb0be Border Color

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

This div border color is #fbb0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0be


Comments

No comments written yet.

Please login to write comment.