COLOR #FAE4CE

HEX: #FAE4CE RGB: (250,228,206)

Color info

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

RGB color model

#FAE4CE color RGB value is (250,228,206).

RGB: (250,228,206) (98%, 89%, 81%)

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 206 of 255 = 81%

250
228
206

R + G + B ~ 89%. #FAE4CE is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 228 + 206 = 684 (100%)
R 250 of 684 ~ 36.55%
G 228 of 684 ~ 33.33%
B 206 of 684 ~ 30.12'%

%36.55
%33.33
%30.12

CMYK color model

#FAE4CE color CMYK value is (0,9,18,2).

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

CMYK: (0,9,18,2)
C0M9Y18K2 (0%, 9%, 18%, 2%)
(0.00 / 0.09 / 0.18 / 0.02)

CMYK percentages

%0
%8.8
%17.6
%1.96

Codes

Color #FAE4CE in popluar color models

FA E4 CE
RGB 250 228 206
HSL 30° 81.48% 89.41%
HSB/HSV 30° 17.60% 98.04%
CMYK 0.00% 8.80% 17.60%
1.96%

Color #FAE4CE in popluar number systems.

HEX FA E4 CE
Decimal 250 228 206
Binary 11111010 11100100 11001110
Octal 372 344 316

Shades and tints

Shades of #FAE4CE

#FAE4CE
(250,228,206)
#E4D0BC
(228,208,188)
#CEBCAA
(206,188,170)
#B8A898
(184,168,152)
#A29486
(162,148,134)
#8C8074
(140,128,116)
#766C62
(118,108,98)
#605850
(96,88,80)
#4A443E
(74,68,62)
#34302C
(52,48,44)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #FAE4CE

#FAE4CE
(250,228,206)
#FAE6D2
(250,230,210)
#FAE8D6
(250,232,214)
#FAEADA
(250,234,218)
#FAECDE
(250,236,222)
#FAEEE2
(250,238,226)
#FAF0E6
(250,240,230)
#FAF2EA
(250,242,234)
#FAF4EE
(250,244,238)
#FAF6F2
(250,246,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4CE; }

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

This text font color is #FAE4CE.

Background Color

.myBgColor { background-color: #FAE4CE; }

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

This div background color is #FAE4CE.

Border color

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

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

This div border color is #FAE4CE.

Opacity

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

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

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

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

This text has shadow with #FAE4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE4CE.

Preview

Color preview on black background

This text has color #FAE4CE on black background.


Color preview on white background

This text has color #FAE4CE on white background.


Black color preview on #FAE4CE background

This text has black color on #FAE4CE background.


White color preview on #FAE4CE background

This text has white color on #FAE4CE background.


Related colors

Complementary color

Complementary color for #hex is #051B31.


I love getcolorcode.com

Triadic colors

1 #CEFAE4 and #E4CEFA with #FAE4CE are triadic colors.

2 #CEE4FA and #E4FACE with #FAE4CE are triadic colors.