Color Hex Logo

#fbfa9e Color Hex

#FBFA9E
(251,250,158)
0 Favorites   0 Comments

Color spaces of #fbfa9e

RGB 251250158
HSL0.160.920.80
HSV59°37°98°
CMYK 0.000.000.37   0.02
XYZ80.140891.349145.7560
Yxy91.34910.36890.4205
Hunter Lab95.5767-17.587538.5195
CIE-Lab96.5536-12.782744.2531

#fbfa9e color RGB value is (251,250,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10011110
Octal 373 372 236
Decimal 251 250 158
Hex FB FA 9E

RGB Percentages of Color #fbfa9e

%38.09
%37.94
%23.98

CMYK Percentages of Color #fbfa9e

%0
%0
%37
%2

Triadic Colors of #fbfa9e

#fbfa9e #9efbfa #fa9efb

Analogous Colors of #fbfa9e

#fbfa9e #cefb9e #fbcc9e

Monochromatic Colors of #fbfa9e

#fbfa9e

Complementary Color

#fbfa9e #9e9ffb

#fbfa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfa9e Color CSS Codes

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

#fbfa9e Text Font Color

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

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


#fbfa9e Background Color

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

This div background color is #fbfa9e


#fbfa9e Border Color

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

This div border color is #fbfa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfa9e

Related Colors


Comments

No comments written yet.

Please login to write comment.