COLOR #FAEFD3

HEX: #FAEFD3 RGB: (250,239,211)

Color info

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

RGB color model

#FAEFD3 color RGB value is (250,239,211).

RGB: (250,239,211) (98%, 94%, 83%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 211 of 255 = 83%

250
239
211

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

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 211 = 700 (100%)
R 250 of 700 ~ 35.71%
G 239 of 700 ~ 34.14%
B 211 of 700 ~ 30.14'%

%35.71
%34.14
%30.14

CMYK color model

#FAEFD3 color CMYK value is (0,4,16,2).

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

CMYK: (0,4,16,2)
C0M4Y16K2 (0%, 4%, 16%, 2%)
(0.00 / 0.04 / 0.16 / 0.02)

CMYK percentages

%0
%4.4
%15.6
%1.96

Codes

Color #FAEFD3 in popluar color models

FA EF D3
RGB 250 239 211
HSL 43° 79.59% 90.39%
HSB/HSV 43° 15.60% 98.04%
CMYK 0.00% 4.40% 15.60%
1.96%

Color #FAEFD3 in popluar number systems.

HEX FA EF D3
Decimal 250 239 211
Binary 11111010 11101111 11010011
Octal 372 357 323

Shades and tints

Shades of #FAEFD3

#FAEFD3
(250,239,211)
#E4DAC0
(228,218,192)
#CEC5AD
(206,197,173)
#B8B09A
(184,176,154)
#A29B87
(162,155,135)
#8C8674
(140,134,116)
#767161
(118,113,97)
#605C4E
(96,92,78)
#4A473B
(74,71,59)
#343228
(52,50,40)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #FAEFD3

#FAEFD3
(250,239,211)
#FAF0D7
(250,240,215)
#FAF1DB
(250,241,219)
#FAF2DF
(250,242,223)
#FAF3E3
(250,243,227)
#FAF4E7
(250,244,231)
#FAF5EB
(250,245,235)
#FAF6EF
(250,246,239)
#FAF7F3
(250,247,243)
#FAF8F7
(250,248,247)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFD3; }

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

This text font color is #FAEFD3.

Background Color

.myBgColor { background-color: #FAEFD3; }

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

This div background color is #FAEFD3.

Border color

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

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

This div border color is #FAEFD3.

Opacity

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

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

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

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

This text has shadow with #FAEFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEFD3.

Preview

Color preview on black background

This text has color #FAEFD3 on black background.


Color preview on white background

This text has color #FAEFD3 on white background.


Black color preview on #FAEFD3 background

This text has black color on #FAEFD3 background.


White color preview on #FAEFD3 background

This text has white color on #FAEFD3 background.


Related colors

Complementary color

Complementary color for #hex is #05102C.


I love getcolorcode.com

Triadic colors

1 #D3FAEF and #EFD3FA with #FAEFD3 are triadic colors.

2 #D3EFFA and #EFFAD3 with #FAEFD3 are triadic colors.