Color Hex Logo

#fbf69e Color Hex

#FBF69E
(251,246,158)
0 Favorites   0 Comments

Color spaces of #fbf69e

RGB 251246158
HSL0.160.920.80
HSV57°37°98°
CMYK 0.000.020.37   0.02
XYZ78.911088.889445.3461
Yxy88.88940.37020.4170
Hunter Lab94.2812-15.592037.4803
CIE-Lab95.5342-10.817342.9441

#fbf69e color RGB value is (251,246,158).

#fbf69e hex color red value is 251, green value is 246 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fbf69e hue: 0.16 , saturation: 0.92 and the lightness value of fbf69e is 0.80.

The process color (four color CMYK) of #fbf69e color hex is 0.00, 0.02, 0.37, 0.02. Web safe color of #fbf69e is #ffff99. Color #fbf69e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 10011110
Octal 373 366 236
Decimal 251 246 158
Hex FB F6 9E

RGB Percentages of Color #fbf69e

%38.32
%37.56
%24.12

CMYK Percentages of Color #fbf69e

%0
%2
%37
%2

Triadic Colors of #fbf69e

#fbf69e #9efbf6 #f69efb

Analogous Colors of #fbf69e

#fbf69e #d2fb9e #fbc89e

Monochromatic Colors of #fbf69e

#fbf69e

Complementary Color

#fbf69e #9ea3fb

#fbf69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf69e Color CSS Codes

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

#fbf69e Text Font Color

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

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


#fbf69e Background Color

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

This div background color is #fbf69e


#fbf69e Border Color

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

This div border color is #fbf69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf69e

Related Colors


Comments

No comments written yet.

Please login to write comment.