COLOR #FAE4DB

HEX: #FAE4DB RGB: (250,228,219)

Color info

#FAE4DB contains red, green and blue colors in about the same proportion. Web safe color of #FAE4DB is #FFCCCC (or #FCC).

RGB color model

#FAE4DB color RGB value is (250,228,219).

RGB: (250,228,219) (98%, 89%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 219 of 255 = 86%

250
228
219

R + G + B ~ 91%. #FAE4DB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 228 + 219 = 697 (100%)
R 250 of 697 ~ 35.87%
G 228 of 697 ~ 32.71%
B 219 of 697 ~ 31.42'%

%35.87
%32.71
%31.42

CMYK color model

#FAE4DB color CMYK value is (0,9,12,2).

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

CMYK: (0,9,12,2)
C0M9Y12K2 (0%, 9%, 12%, 2%)
(0.00 / 0.09 / 0.12 / 0.02)

CMYK percentages

%0
%8.8
%12.4
%1.96

Codes

Color #FAE4DB in popluar color models

FA E4 DB
RGB 250 228 219
HSL 17° 75.61% 91.96%
HSB/HSV 17° 12.40% 98.04%
CMYK 0.00% 8.80% 12.40%
1.96%

Color #FAE4DB in popluar number systems.

HEX FA E4 DB
Decimal 250 228 219
Binary 11111010 11100100 11011011
Octal 372 344 333

Shades and tints

Shades of #FAE4DB

#FAE4DB
(250,228,219)
#E4D0C8
(228,208,200)
#CEBCB5
(206,188,181)
#B8A8A2
(184,168,162)
#A2948F
(162,148,143)
#8C807C
(140,128,124)
#766C69
(118,108,105)
#605856
(96,88,86)
#4A4443
(74,68,67)
#343030
(52,48,48)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #FAE4DB

#FAE4DB
(250,228,219)
#FAE6DE
(250,230,222)
#FAE8E1
(250,232,225)
#FAEAE4
(250,234,228)
#FAECE7
(250,236,231)
#FAEEEA
(250,238,234)
#FAF0ED
(250,240,237)
#FAF2F0
(250,242,240)
#FAF4F3
(250,244,243)
#FAF6F6
(250,246,246)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4DB; }

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

This text font color is #FAE4DB.

Background Color

.myBgColor { background-color: #FAE4DB; }

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

This div background color is #FAE4DB.

Border color

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

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

This div border color is #FAE4DB.

Opacity

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

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

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

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

This text has shadow with #FAE4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE4DB.

Preview

Color preview on black background

This text has color #FAE4DB on black background.


Color preview on white background

This text has color #FAE4DB on white background.


Black color preview on #FAE4DB background

This text has black color on #FAE4DB background.


White color preview on #FAE4DB background

This text has white color on #FAE4DB background.


Related colors

Complementary color

Complementary color for #hex is #051B24.


I love getcolorcode.com

Triadic colors

1 #DBFAE4 and #E4DBFA with #FAE4DB are triadic colors.

2 #DBE4FA and #E4FADB with #FAE4DB are triadic colors.