Color Hex Logo

#fbf199 Color Hex

#FBF199
(251,241,153)
0 Favorites   0 Comments

Color spaces of #fbf199

RGB 251241153
HSL0.150.920.79
HSV54°39°98°
CMYK 0.000.040.39   0.02
XYZ76.988785.719742.6248
Yxy85.71970.37490.4175
Hunter Lab92.5849-13.592537.5132
CIE-Lab94.1924-8.881043.6802

#fbf199 color RGB value is (251,241,153).

#fbf199 hex color red value is 251, green value is 241 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fbf199 hue: 0.15 , saturation: 0.92 and the lightness value of fbf199 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 10011001
Octal 373 361 231
Decimal 251 241 153
Hex FB F1 99

RGB Percentages of Color #fbf199

%38.91
%37.36
%23.72

CMYK Percentages of Color #fbf199

%0
%4
%39
%2

Triadic Colors of #fbf199

#fbf199 #99fbf1 #f199fb

Analogous Colors of #fbf199

#fbf199 #d4fb99 #fbc099

Monochromatic Colors of #fbf199

#fbf199

Complementary Color

#fbf199 #99a3fb

#fbf199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf199 Color CSS Codes

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

#fbf199 Text Font Color

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

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


#fbf199 Background Color

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

This div background color is #fbf199


#fbf199 Border Color

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

This div border color is #fbf199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf199


Comments

No comments written yet.

Please login to write comment.