COLOR #FAE1C8

HEX: #FAE1C8
RGB: (250,225,200)

Color info

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

RGB color model

#FAE1C8 color RGB value is (250,225,200).

  • red value is 250;
  • green value is 225;
  • blue value is 200.
RGB: (250,225,200) (98%,88%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 200 of 255 = 78%

250
225
200

R + G + B ~ 88%. #FAE1C8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 200 = 675 (100%)
R 250 of 675 ~ 37.04%
G 225 of 675 ~ 33.33%
B 200 of 675 ~ 29.63%

%37.04
%33.33
%29.63

CMYK color model

#FAE1C8 color CMYK value is (0,10,20,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 20.00%
  • key color value is 1.96%
CMYK: (0,10,20,2) C0M10Y20K2 (0%,10%,20%,2%) (0.00/0.10/0.20/0.02)

CMYK percentages

%0
%10
%20
%1.96

Codes

Color #FAE1C8 in popluar color models

FAE1C8
RGB250225200
HSL30°83.33%88.24%
HSB/HSV30°20.00%98.04%
CMYK0.00%10.00%20.00%
1.96%

Color #FAE1C8 in popluar number systems.

HEXFAE1C8
Decimal250225200
Binary111110101110000111001000
Octal372341310

Shades and tints

Shades of #FAE1C8

#FAE1C8
(250,225,200)
#E4CDB6
(228,205,182)
#CEB9A4
(206,185,164)
#B8A592
(184,165,146)
#A29180
(162,145,128)
#8C7D6E
(140,125,110)
#76695C
(118,105,92)
#60554A
(96,85,74)
#4A4138
(74,65,56)
#342D26
(52,45,38)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #FAE1C8

#FAE1C8
(250,225,200)
#FAE3CD
(250,227,205)
#FAE5D2
(250,229,210)
#FAE7D7
(250,231,215)
#FAE9DC
(250,233,220)
#FAEBE1
(250,235,225)
#FAEDE6
(250,237,230)
#FAEFEB
(250,239,235)
#FAF1F0
(250,241,240)
#FAF3F5
(250,243,245)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE1C8 color. Also use rgb(250,225,200) instead hex code.

Text Font Color

.myTextColor { color: #FAE1C8; }

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

This text font color is #FAE1C8.


Background Color

.myBgColor { background-color: #FAE1C8; }

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

This div background color is #FAE1C8.


Border color

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

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

This div border color is #FAE1C8.


Opacity

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

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

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

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

This text has shadow with #FAE1C8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FAE1C8 on black background.


Color preview on white background

This text has color #FAE1C8 on white background.



Black color preview on #FAE1C8 background

This text has black color on #FAE1C8 background.


White color preview on #FAE1C8 background

This text has white color on #FAE1C8 background.