Color Hex Logo

#fae7af Color Hex

#FAE7AF
(250,231,175)
1 Favorites   0 Comments

Color spaces of #fae7af

RGB 250231175
HSL0.120.880.83
HSV45°30°98°
CMYK 0.000.080.30   0.02
XYZ75.738180.571052.1174
Yxy80.57100.36340.3866
Hunter Lab89.7614-6.469128.4079
CIE-Lab91.9405-1.711929.6559

#fae7af color RGB value is (250,231,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10101111
Octal 372 347 257
Decimal 250 231 175
Hex FA E7 AF

RGB Percentages of Color #fae7af

%38.11
%35.21
%26.68

CMYK Percentages of Color #fae7af

%0
%8
%30
%2

Triadic Colors of #fae7af

#fae7af #affae7 #e7affa

Analogous Colors of #fae7af

#fae7af #e8faaf #fac2af

Monochromatic Colors of #fae7af

#fae7af

Complementary Color

#fae7af #afc2fa

#fae7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae7af Color CSS Codes

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

#fae7af Text Font Color

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

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


#fae7af Background Color

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

This div background color is #fae7af


#fae7af Border Color

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

This div border color is #fae7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae7af

Related Colors

#fae7af Color Palettes


Comments

No comments written yet.

Please login to write comment.