Color Hex Logo

#fae996 Color Hex

#FAE996
(250,233,150)
0 Favorites   0 Comments

Color spaces of #fae996

RGB 250233150
HSL0.140.910.78
HSV50°40°98°
CMYK 0.000.070.40   0.02
XYZ74.068380.803840.5470
Yxy80.80380.37900.4135
Hunter Lab89.8909-10.228836.1798
CIE-Lab92.0443-5.591642.3937

#fae996 color RGB value is (250,233,150).

#fae996 hex color red value is 250, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fae996 hue: 0.14 , saturation: 0.91 and the lightness value of fae996 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 10010110
Octal 372 351 226
Decimal 250 233 150
Hex FA E9 96

RGB Percentages of Color #fae996

%39.49
%36.81
%23.70

CMYK Percentages of Color #fae996

%0
%7
%40
%2

Triadic Colors of #fae996

#fae996 #96fae9 #e996fa

Analogous Colors of #fae996

#fae996 #d9fa96 #fab796

Monochromatic Colors of #fae996

#fae996

Complementary Color

#fae996 #96a7fa

#fae996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae996 Color CSS Codes

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

#fae996 Text Font Color

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

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


#fae996 Background Color

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

This div background color is #fae996


#fae996 Border Color

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

This div border color is #fae996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae996

Related Colors


Comments

No comments written yet.

Please login to write comment.