Color Hex Logo

#fbb0bf Color Hex

#FBB0BF
(251,176,191)
0 Favorites   0 Comments

Color spaces of #fbb0bf

RGB 251176191
HSL0.970.900.84
HSV348°30°98°
CMYK 0.000.300.24   0.02
XYZ64.713055.321556.5576
Yxy55.32150.36650.3133
Hunter Lab74.378425.14186.9806
CIE-Lab79.226129.40943.4122

#fbb0bf color RGB value is (251,176,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 10111111
Octal 373 260 277
Decimal 251 176 191
Hex FB B0 BF

RGB Percentages of Color #fbb0bf

%40.61
%28.48
%30.91

CMYK Percentages of Color #fbb0bf

%0
%30
%24
%2

Triadic Colors of #fbb0bf

#fbb0bf #bffbb0 #b0bffb

Analogous Colors of #fbb0bf

#fbb0bf #fbc7b0 #fbb0e5

Monochromatic Colors of #fbb0bf

#fbb0bf

Complementary Color

#fbb0bf #b0fbec

#fbb0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0bf Color CSS Codes

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

#fbb0bf Text Font Color

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

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


#fbb0bf Background Color

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

This div background color is #fbb0bf


#fbb0bf Border Color

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

This div border color is #fbb0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0bf


Comments

No comments written yet.

Please login to write comment.