COLOR #FAE7DB

HEX: #FAE7DB RGB: (250,231,219)

Color info

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

RGB color model

#FAE7DB color RGB value is (250,231,219).

RGB: (250,231,219) (98%, 91%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 219 of 255 = 86%

250
231
219

R + G + B ~ 92%. #FAE7DB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 231 + 219 = 700 (100%)
R 250 of 700 ~ 35.71%
G 231 of 700 ~ 33%
B 219 of 700 ~ 31.29'%

%35.71
%33
%31.29

CMYK color model

#FAE7DB color CMYK value is (0,8,12,2).

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

CMYK: (0,8,12,2)
C0M8Y12K2 (0%, 8%, 12%, 2%)
(0.00 / 0.08 / 0.12 / 0.02)

CMYK percentages

%0
%7.6
%12.4
%1.96

Codes

Color #FAE7DB in popluar color models

FA E7 DB
RGB 250 231 219
HSL 23° 75.61% 91.96%
HSB/HSV 23° 12.40% 98.04%
CMYK 0.00% 7.60% 12.40%
1.96%

Color #FAE7DB in popluar number systems.

HEX FA E7 DB
Decimal 250 231 219
Binary 11111010 11100111 11011011
Octal 372 347 333

Shades and tints

Shades of #FAE7DB

#FAE7DB
(250,231,219)
#E4D2C8
(228,210,200)
#CEBDB5
(206,189,181)
#B8A8A2
(184,168,162)
#A2938F
(162,147,143)
#8C7E7C
(140,126,124)
#766969
(118,105,105)
#605456
(96,84,86)
#4A3F43
(74,63,67)
#342A30
(52,42,48)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #FAE7DB

#FAE7DB
(250,231,219)
#FAE9DE
(250,233,222)
#FAEBE1
(250,235,225)
#FAEDE4
(250,237,228)
#FAEFE7
(250,239,231)
#FAF1EA
(250,241,234)
#FAF3ED
(250,243,237)
#FAF5F0
(250,245,240)
#FAF7F3
(250,247,243)
#FAF9F6
(250,249,246)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE7DB; }

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

This text font color is #FAE7DB.

Background Color

.myBgColor { background-color: #FAE7DB; }

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

This div background color is #FAE7DB.

Border color

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

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

This div border color is #FAE7DB.

Opacity

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

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

Text with #FAE7DB 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 #FAE7DB;}

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

This text has shadow with #FAE7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE7DB.

Preview

Color preview on black background

This text has color #FAE7DB on black background.


Color preview on white background

This text has color #FAE7DB on white background.


Black color preview on #FAE7DB background

This text has black color on #FAE7DB background.


White color preview on #FAE7DB background

This text has white color on #FAE7DB background.


Related colors

Complementary color

Complementary color for #hex is #051824.


I love getcolorcode.com

Triadic colors

1 #DBFAE7 and #E7DBFA with #FAE7DB are triadic colors.

2 #DBE7FA and #E7FADB with #FAE7DB are triadic colors.