COLOR #FAE1C2

HEX: #FAE1C2
RGB: (250,225,194)

Color info

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

RGB color model

#FAE1C2 color RGB value is (250,225,194).

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

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 194 of 255 = 76%

250
225
194

R + G + B ~ 87%. #FAE1C2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 194 = 669 (100%)
R 250 of 669 ~ 37.37%
G 225 of 669 ~ 33.63%
B 194 of 669 ~ 29%

%37.37
%33.63
%29

CMYK color model

#FAE1C2 color CMYK value is (0,10,22,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.40%
  • key color value is 1.96%
CMYK:
(0,10,22,2)
C0M10Y22K2 
(0%,10%,22%,2%)
(0.00/0.10/0.22/0.02)	

CMYK percentages

%0
%10
%22.4
%1.96

Codes

Color #FAE1C2 in popluar color models

FAE1C2
RGB250225194
HSL33°84.85%87.06%
HSB/HSV33°22.40%98.04%
CMYK0.00%10.00%22.40%
1.96%

Color #FAE1C2 in popluar number systems.

HEXFAE1C2
Decimal250225194
Binary111110101110000111000010
Octal372341302

Shades and tints

Shades of #FAE1C2

#FAE1C2
(250,225,194)
#E4CDB1
(228,205,177)
#CEB9A0
(206,185,160)
#B8A58F
(184,165,143)
#A2917E
(162,145,126)
#8C7D6D
(140,125,109)
#76695C
(118,105,92)
#60554B
(96,85,75)
#4A413A
(74,65,58)
#342D29
(52,45,41)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #FAE1C2

#FAE1C2
(250,225,194)
#FAE3C7
(250,227,199)
#FAE5CC
(250,229,204)
#FAE7D1
(250,231,209)
#FAE9D6
(250,233,214)
#FAEBDB
(250,235,219)
#FAEDE0
(250,237,224)
#FAEFE5
(250,239,229)
#FAF1EA
(250,241,234)
#FAF3EF
(250,243,239)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1C2; }

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

This text font color is #FAE1C2.


Background Color

.myBgColor { background-color: #FAE1C2; }

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

This div background color is #FAE1C2.


Border color

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

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

This div border color is #FAE1C2.


Opacity

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

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

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

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

This text has shadow with #FAE1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1C2 on black background.


Color preview on white background

This text has color #FAE1C2 on white background.



Black color preview on #FAE1C2 background

This text has black color on #FAE1C2 background.


White color preview on #FAE1C2 background

This text has white color on #FAE1C2 background.