Color Hex Logo

#fbbbbf Color Hex

#FBBBBF
(251,187,191)
1 Favorites   0 Comments

Color spaces of #fbbbbf

RGB 251187191
HSL0.990.890.86
HSV356°25°98°
CMYK 0.000.250.24   0.02
XYZ66.958059.811557.3059
Yxy59.81150.36380.3249
Hunter Lab77.337919.201310.2038
CIE-Lab81.735623.62137.0330

#fbbbbf color RGB value is (251,187,191).

#fbbbbf hex color red value is 251, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fbbbbf hue: 0.99 , saturation: 0.89 and the lightness value of fbbbbf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10111111
Octal 373 273 277
Decimal 251 187 191
Hex FB BB BF

RGB Percentages of Color #fbbbbf

%39.90
%29.73
%30.37

CMYK Percentages of Color #fbbbbf

%0
%25
%24
%2

Triadic Colors of #fbbbbf

#fbbbbf #bffbbb #bbbffb

Analogous Colors of #fbbbbf

#fbbbbf #fbd7bb #fbbbdf

Monochromatic Colors of #fbbbbf

#fbbbbf

Complementary Color

#fbbbbf #bbfbf7

#fbbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbbf Color CSS Codes

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

#fbbbbf Text Font Color

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

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


#fbbbbf Background Color

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

This div background color is #fbbbbf


#fbbbbf Border Color

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

This div border color is #fbbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbbf

Related Colors


Comments

No comments written yet.

Please login to write comment.