Color Hex Logo

#fbfa9f Color Hex

#FBFA9F
(251,250,159)
0 Favorites   0 Comments

Color spaces of #fbfa9f

RGB 251250159
HSL0.160.920.80
HSV59°37°98°
CMYK 0.000.000.37   0.02
XYZ80.227391.383646.2113
Yxy91.38360.36830.4195
Hunter Lab95.5948-17.485938.2551
CIE-Lab96.5678-12.673943.7822

#fbfa9f color RGB value is (251,250,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10011111
Octal 373 372 237
Decimal 251 250 159
Hex FB FA 9F

RGB Percentages of Color #fbfa9f

%38.03
%37.88
%24.09

CMYK Percentages of Color #fbfa9f

%0
%0
%37
%2

Triadic Colors of #fbfa9f

#fbfa9f #9ffbfa #fa9ffb

Analogous Colors of #fbfa9f

#fbfa9f #cefb9f #fbcc9f

Monochromatic Colors of #fbfa9f

#fbfa9f

Complementary Color

#fbfa9f #9fa0fb

#fbfa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfa9f Color CSS Codes

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

#fbfa9f Text Font Color

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

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


#fbfa9f Background Color

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

This div background color is #fbfa9f


#fbfa9f Border Color

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

This div border color is #fbfa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfa9f

Related Colors

#fbfa9f Color Palettes


Comments

No comments written yet.

Please login to write comment.