Color Hex Logo

#fae191 Color Hex

#FAE191
(250,225,145)
0 Favorites   0 Comments

Color spaces of #fae191

RGB 250225145
HSL0.130.910.77
HSV46°42°98°
CMYK 0.000.100.42   0.02
XYZ71.460476.218837.7334
Yxy76.21880.38540.4111
Hunter Lab87.3034-6.673435.4866
CIE-Lab89.9608-2.075842.2098

#fae191 color RGB value is (250,225,145).

#fae191 hex color red value is 250, green value is 225 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fae191 hue: 0.13 , saturation: 0.91 and the lightness value of fae191 is 0.77.

The process color (four color CMYK) of #fae191 color hex is 0.00, 0.10, 0.42, 0.02. Web safe color of #fae191 is #ffcc99. Color #fae191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10010001
Octal 372 341 221
Decimal 250 225 145
Hex FA E1 91

RGB Percentages of Color #fae191

%40.32
%36.29
%23.39

CMYK Percentages of Color #fae191

%0
%10
%42
%2

Triadic Colors of #fae191

#fae191 #91fae1 #e191fa

Analogous Colors of #fae191

#fae191 #dffa91 #faad91

Monochromatic Colors of #fae191

#fae191

Complementary Color

#fae191 #91aafa

#fae191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae191 Color CSS Codes

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

#fae191 Text Font Color

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

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


#fae191 Background Color

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

This div background color is #fae191


#fae191 Border Color

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

This div border color is #fae191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae191


Comments

No comments written yet.

Please login to write comment.