Color Hex Logo

#fae8af Color Hex

#FAE8AF
(250,232,175)
0 Favorites   0 Comments

Color spaces of #fae8af

RGB 250232175
HSL0.130.880.83
HSV46°30°98°
CMYK 0.000.070.30   0.02
XYZ76.018881.132452.2109
Yxy81.13240.36310.3875
Hunter Lab90.0735-6.981128.6842
CIE-Lab92.1906-2.218129.9937

#fae8af color RGB value is (250,232,175).

#fae8af hex color red value is 250, green value is 232 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fae8af hue: 0.13 , saturation: 0.88 and the lightness value of fae8af is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 10101111
Octal 372 350 257
Decimal 250 232 175
Hex FA E8 AF

RGB Percentages of Color #fae8af

%38.05
%35.31
%26.64

CMYK Percentages of Color #fae8af

%0
%7
%30
%2

Triadic Colors of #fae8af

#fae8af #affae8 #e8affa

Analogous Colors of #fae8af

#fae8af #e7faaf #fac3af

Monochromatic Colors of #fae8af

#fae8af

Complementary Color

#fae8af #afc1fa

#fae8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae8af Color CSS Codes

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

#fae8af Text Font Color

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

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


#fae8af Background Color

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

This div background color is #fae8af


#fae8af Border Color

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

This div border color is #fae8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae8af


Comments

No comments written yet.

Please login to write comment.