Color Hex Logo

#fbfbbe Color Hex

#FBFBBE
(251,251,190)
0 Favorites   0 Comments

Color spaces of #fbfbbe

RGB 251251190
HSL0.170.880.86
HSV60°24°98°
CMYK 0.000.000.24   0.02
XYZ83.575193.221362.3038
Yxy93.22130.34950.3899
Hunter Lab96.5512-14.454229.3264
CIE-Lab97.3173-9.421429.3339

#fbfbbe color RGB value is (251,251,190).

#fbfbbe hex color red value is 251, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fbfbbe hue: 0.17 , saturation: 0.88 and the lightness value of fbfbbe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 10111110
Octal 373 373 276
Decimal 251 251 190
Hex FB FB BE

RGB Percentages of Color #fbfbbe

%36.27
%36.27
%27.46

CMYK Percentages of Color #fbfbbe

%0
%0
%24
%2

Triadic Colors of #fbfbbe

#fbfbbe #befbfb #fbbefb

Analogous Colors of #fbfbbe

#fbfbbe #ddfbbe #fbddbe

Monochromatic Colors of #fbfbbe

#fbfbbe

Complementary Color

#fbfbbe #bebefb

#fbfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbbe Color CSS Codes

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

#fbfbbe Text Font Color

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

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


#fbfbbe Background Color

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

This div background color is #fbfbbe


#fbfbbe Border Color

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

This div border color is #fbfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbbe

Related Colors

#fbfbbe Color Palettes


Comments

No comments written yet.

Please login to write comment.