COLOR #FAEFCE

HEX: #FAEFCE
RGB: (250,239,206)

Color info

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

RGB color model

#FAEFCE color RGB value is (250,239,206).

  • red value is 250;
  • green value is 239;
  • blue value is 206.
RGB:
(250,239,206)
(98%,94%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 206 of 255 = 81%

250
239
206

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 206 = 695 (100%)
R 250 of 695 ~ 35.97%
G 239 of 695 ~ 34.39%
B 206 of 695 ~ 29.64%

%35.97
%34.39
%29.64

CMYK color model

#FAEFCE color CMYK value is (0,4,18,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(0,4,18,2)
C0M4Y18K2 
(0%,4%,18%,2%)
(0.00/0.04/0.18/0.02)	

CMYK percentages

%0
%4.4
%17.6
%1.96

Codes

Color #FAEFCE in popluar color models

FAEFCE
RGB250239206
HSL45°81.48%89.41%
HSB/HSV45°17.60%98.04%
CMYK0.00%4.40%17.60%
1.96%

Color #FAEFCE in popluar number systems.

HEXFAEFCE
Decimal250239206
Binary111110101110111111001110
Octal372357316

Shades and tints

Shades of #FAEFCE

#FAEFCE
(250,239,206)
#E4DABC
(228,218,188)
#CEC5AA
(206,197,170)
#B8B098
(184,176,152)
#A29B86
(162,155,134)
#8C8674
(140,134,116)
#767162
(118,113,98)
#605C50
(96,92,80)
#4A473E
(74,71,62)
#34322C
(52,50,44)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #FAEFCE

#FAEFCE
(250,239,206)
#FAF0D2
(250,240,210)
#FAF1D6
(250,241,214)
#FAF2DA
(250,242,218)
#FAF3DE
(250,243,222)
#FAF4E2
(250,244,226)
#FAF5E6
(250,245,230)
#FAF6EA
(250,246,234)
#FAF7EE
(250,247,238)
#FAF8F2
(250,248,242)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFCE; }

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

This text font color is #FAEFCE.


Background Color

.myBgColor { background-color: #FAEFCE; }

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

This div background color is #FAEFCE.


Border color

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

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

This div border color is #FAEFCE.


Opacity

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

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

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

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

This text has shadow with #FAEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFCE on black background.


Color preview on white background

This text has color #FAEFCE on white background.



Black color preview on #FAEFCE background

This text has black color on #FAEFCE background.


White color preview on #FAEFCE background

This text has white color on #FAEFCE background.