Color Hex Logo

#fff996 Color Hex

#FFF996
(255,249,150)
0 Favorites   0 Comments

Color spaces of #fff996

RGB 255249150
HSL0.161.000.79
HSV57°41°100°
CMYK 0.000.020.41   0.00
XYZ80.620791.213442.2109
Yxy91.21340.37670.4261
Hunter Lab95.5057-16.455040.6494
CIE-Lab96.4978-11.601448.1302

#fff996 color RGB value is (255,249,150).

#fff996 hex color red value is 255, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fff996 hue: 0.16 , saturation: 1.00 and the lightness value of fff996 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 10010110
Octal 377 371 226
Decimal 255 249 150
Hex FF F9 96

RGB Percentages of Color #fff996

%38.99
%38.07
%22.94

CMYK Percentages of Color #fff996

%0
%2
%41
%0

Triadic Colors of #fff996

#fff996 #96fff9 #f996ff

Analogous Colors of #fff996

#fff996 #d1ff96 #ffc596

Monochromatic Colors of #fff996

#fff996

Complementary Color

#fff996 #969cff

#fff996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff996 Color CSS Codes

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

#fff996 Text Font Color

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

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


#fff996 Background Color

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

This div background color is #fff996


#fff996 Border Color

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

This div border color is #fff996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,249,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff996;
  -webkit-box-shadow: 1px 1px 3px 2px #fff996;
  box-shadow:         1px 1px 3px 2px #fff996; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,249,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff996

Related Colors


Comments

No comments written yet.

Please login to write comment.