COLOR #FAE7D0

HEX: #FAE7D0 RGB: (250,231,208)

Color info

#FAE7D0 contains red, green and blue colors in about the same proportion. Web safe color of #FAE7D0 is #FFFFCC (or #FFC).

RGB color model

#FAE7D0 color RGB value is (250,231,208).

RGB: (250,231,208) (98%, 91%, 82%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 208 of 255 = 82%

250
231
208

R + G + B ~ 90%. #FAE7D0 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 231 + 208 = 689 (100%)
R 250 of 689 ~ 36.28%
G 231 of 689 ~ 33.53%
B 208 of 689 ~ 30.19'%

%36.28
%33.53
%30.19

CMYK color model

#FAE7D0 color CMYK value is (0,8,17,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 16.80%
  • key color value is 1.96%

CMYK: (0,8,17,2)
C0M8Y17K2 (0%, 8%, 17%, 2%)
(0.00 / 0.08 / 0.17 / 0.02)

CMYK percentages

%0
%7.6
%16.8
%1.96

Codes

Color #FAE7D0 in popluar color models

FA E7 D0
RGB 250 231 208
HSL 33° 80.77% 89.80%
HSB/HSV 33° 16.80% 98.04%
CMYK 0.00% 7.60% 16.80%
1.96%

Color #FAE7D0 in popluar number systems.

HEX FA E7 D0
Decimal 250 231 208
Binary 11111010 11100111 11010000
Octal 372 347 320

Shades and tints

Shades of #FAE7D0

#FAE7D0
(250,231,208)
#E4D2BE
(228,210,190)
#CEBDAC
(206,189,172)
#B8A89A
(184,168,154)
#A29388
(162,147,136)
#8C7E76
(140,126,118)
#766964
(118,105,100)
#605452
(96,84,82)
#4A3F40
(74,63,64)
#342A2E
(52,42,46)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FAE7D0

#FAE7D0
(250,231,208)
#FAE9D4
(250,233,212)
#FAEBD8
(250,235,216)
#FAEDDC
(250,237,220)
#FAEFE0
(250,239,224)
#FAF1E4
(250,241,228)
#FAF3E8
(250,243,232)
#FAF5EC
(250,245,236)
#FAF7F0
(250,247,240)
#FAF9F4
(250,249,244)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE7D0 color. Also use rgb(250,231,208) instead hex code.

Text Font Color

.myTextColor { color: #FAE7D0; }

<p style="color:#FAE7D0">This sample text font color is #FAE7D0.</p>

This text font color is #FAE7D0.

Background Color

.myBgColor { background-color: #FAE7D0; }

<div style="background-color:#FAE7D0">Inner text</div>

This div background color is #FAE7D0.

Border color

.myBorderColor { border: 1px solid #FAE7D0; }

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

This div border color is #FAE7D0.

Opacity

.myOpacity80 { color: #FAE7D0; opacity: 0.8; }

<p style="color:#FAE7D0;opacity:0.8;">80%</p>

Text with #FAE7D0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAE7D0;}

<p style="text-shadow: 3px 3px 1px #FAE7D0">Text here.</p>

This text has shadow with #FAE7D0 color.


.textShadow {text-shadow: 3px 3px 1px #FAE7D0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAE7D0, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAE7D0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE7D0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAE7D0, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAE7D0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE7D0;
-webkit-box-shadow: 1px 1px 3px 2px #FAE7D0;
box-shadow: 1px 1px 3px 2px #FAE7D0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE7D0; -webkit-box-shadow: 1px 1px 3px 2px #FAE7D0; box-shadow:1px 1px 3px 2px #FAE7D0;">
Div content here
</div>

This div box has shadow with color #FAE7D0.

Preview

Color preview on black background

This text has color #FAE7D0 on black background.


Color preview on white background

This text has color #FAE7D0 on white background.


Black color preview on #FAE7D0 background

This text has black color on #FAE7D0 background.


White color preview on #FAE7D0 background

This text has white color on #FAE7D0 background.


Related colors

Complementary color

Complementary color for #hex is #05182F.


I love getcolorcode.com

Triadic colors

1 #D0FAE7 and #E7D0FA with #FAE7D0 are triadic colors.

2 #D0E7FA and #E7FAD0 with #FAE7D0 are triadic colors.