Color Hex Logo

#fae69f Color Hex

#FAE69F
(250,230,159)
0 Favorites   0 Comments

Color spaces of #fae69f

RGB 250230159
HSL0.130.900.80
HSV47°36°98°
CMYK 0.000.080.36   0.02
XYZ73.979279.420844.2315
Yxy79.42080.37430.4019
Hunter Lab89.1183-7.780132.9558
CIE-Lab91.4244-3.103937.0921

#fae69f color RGB value is (250,230,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 10011111
Octal 372 346 237
Decimal 250 230 159
Hex FA E6 9F

RGB Percentages of Color #fae69f

%39.12
%35.99
%24.88

CMYK Percentages of Color #fae69f

%0
%8
%36
%2

Triadic Colors of #fae69f

#fae69f #9ffae6 #e69ffa

Analogous Colors of #fae69f

#fae69f #e1fa9f #fab99f

Monochromatic Colors of #fae69f

#fae69f

Complementary Color

#fae69f #9fb3fa

#fae69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae69f Color CSS Codes

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

#fae69f Text Font Color

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

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


#fae69f Background Color

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

This div background color is #fae69f


#fae69f Border Color

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

This div border color is #fae69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae69f


Comments

No comments written yet.

Please login to write comment.