COLOR #FAEFDB

HEX: #FAEFDB RGB: (250,239,219)

Color info

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

RGB color model

#FAEFDB color RGB value is (250,239,219).

RGB: (250,239,219) (98%, 94%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 219 of 255 = 86%

250
239
219

R + G + B ~ 93%. #FAEFDB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 219 = 708 (100%)
R 250 of 708 ~ 35.31%
G 239 of 708 ~ 33.76%
B 219 of 708 ~ 30.93'%

%35.31
%33.76
%30.93

CMYK color model

#FAEFDB color CMYK value is (0,4,12,2).

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

CMYK: (0,4,12,2)
C0M4Y12K2 (0%, 4%, 12%, 2%)
(0.00 / 0.04 / 0.12 / 0.02)

CMYK percentages

%0
%4.4
%12.4
%1.96

Codes

Color #FAEFDB in popluar color models

FA EF DB
RGB 250 239 219
HSL 39° 75.61% 91.96%
HSB/HSV 39° 12.40% 98.04%
CMYK 0.00% 4.40% 12.40%
1.96%

Color #FAEFDB in popluar number systems.

HEX FA EF DB
Decimal 250 239 219
Binary 11111010 11101111 11011011
Octal 372 357 333

Shades and tints

Shades of #FAEFDB

#FAEFDB
(250,239,219)
#E4DAC8
(228,218,200)
#CEC5B5
(206,197,181)
#B8B0A2
(184,176,162)
#A29B8F
(162,155,143)
#8C867C
(140,134,124)
#767169
(118,113,105)
#605C56
(96,92,86)
#4A4743
(74,71,67)
#343230
(52,50,48)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #FAEFDB

#FAEFDB
(250,239,219)
#FAF0DE
(250,240,222)
#FAF1E1
(250,241,225)
#FAF2E4
(250,242,228)
#FAF3E7
(250,243,231)
#FAF4EA
(250,244,234)
#FAF5ED
(250,245,237)
#FAF6F0
(250,246,240)
#FAF7F3
(250,247,243)
#FAF8F6
(250,248,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFDB; }

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

This text font color is #FAEFDB.

Background Color

.myBgColor { background-color: #FAEFDB; }

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

This div background color is #FAEFDB.

Border color

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

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

This div border color is #FAEFDB.

Opacity

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

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

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

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

This text has shadow with #FAEFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEFDB.

Preview

Color preview on black background

This text has color #FAEFDB on black background.


Color preview on white background

This text has color #FAEFDB on white background.


Black color preview on #FAEFDB background

This text has black color on #FAEFDB background.


White color preview on #FAEFDB background

This text has white color on #FAEFDB background.


Related colors

Complementary color

Complementary color for #hex is #051024.


I love getcolorcode.com

Triadic colors

1 #DBFAEF and #EFDBFA with #FAEFDB are triadic colors.

2 #DBEFFA and #EFFADB with #FAEFDB are triadic colors.