COLOR #FAEFDE

HEX: #FAEFDE
RGB: (250,239,222)

Color info

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

RGB color model

#FAEFDE color RGB value is (250,239,222).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 222 of 255 = 87%

250
239
222

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 222 = 711 (100%)
R 250 of 711 ~ 35.16%
G 239 of 711 ~ 33.61%
B 222 of 711 ~ 31.22%

%35.16
%33.61
%31.22

CMYK color model

#FAEFDE color CMYK value is (0,4,11,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK:
(0,4,11,2)
C0M4Y11K2 
(0%,4%,11%,2%)
(0.00/0.04/0.11/0.02)	

CMYK percentages

%0
%4.4
%11.2
%1.96

Codes

Color #FAEFDE in popluar color models

FAEFDE
RGB250239222
HSL36°73.68%92.55%
HSB/HSV36°11.20%98.04%
CMYK0.00%4.40%11.20%
1.96%

Color #FAEFDE in popluar number systems.

HEXFAEFDE
Decimal250239222
Binary111110101110111111011110
Octal372357336

Shades and tints

Shades of #FAEFDE

#FAEFDE
(250,239,222)
#E4DACA
(228,218,202)
#CEC5B6
(206,197,182)
#B8B0A2
(184,176,162)
#A29B8E
(162,155,142)
#8C867A
(140,134,122)
#767166
(118,113,102)
#605C52
(96,92,82)
#4A473E
(74,71,62)
#34322A
(52,50,42)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #FAEFDE

#FAEFDE
(250,239,222)
#FAF0E1
(250,240,225)
#FAF1E4
(250,241,228)
#FAF2E7
(250,242,231)
#FAF3EA
(250,243,234)
#FAF4ED
(250,244,237)
#FAF5F0
(250,245,240)
#FAF6F3
(250,246,243)
#FAF7F6
(250,247,246)
#FAF8F9
(250,248,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFDE; }

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

This text font color is #FAEFDE.


Background Color

.myBgColor { background-color: #FAEFDE; }

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

This div background color is #FAEFDE.


Border color

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

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

This div border color is #FAEFDE.


Opacity

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

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

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

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

This text has shadow with #FAEFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFDE on black background.


Color preview on white background

This text has color #FAEFDE on white background.



Black color preview on #FAEFDE background

This text has black color on #FAEFDE background.


White color preview on #FAEFDE background

This text has white color on #FAEFDE background.