COLOR #FAE2D2

HEX: #FAE2D2
RGB: (250,226,210)

Color info

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

RGB color model

#FAE2D2 color RGB value is (250,226,210).

  • red value is 250;
  • green value is 226;
  • blue value is 210.
RGB:
(250,226,210)
(98%,89%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 210 of 255 = 82%

250
226
210

R + G + B ~ 90%. #FAE2D2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 226 + 210 = 686 (100%)
R 250 of 686 ~ 36.44%
G 226 of 686 ~ 32.94%
B 210 of 686 ~ 30.61%

%36.44
%32.94
%30.61

CMYK color model

#FAE2D2 color CMYK value is (0,10,16,2).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(0,10,16,2)
C0M10Y16K2 
(0%,10%,16%,2%)
(0.00/0.10/0.16/0.02)	

CMYK percentages

%0
%9.6
%16
%1.96

Codes

Color #FAE2D2 in popluar color models

FAE2D2
RGB250226210
HSL24°80.00%90.20%
HSB/HSV24°16.00%98.04%
CMYK0.00%9.60%16.00%
1.96%

Color #FAE2D2 in popluar number systems.

HEXFAE2D2
Decimal250226210
Binary111110101110001011010010
Octal372342322

Shades and tints

Shades of #FAE2D2

#FAE2D2
(250,226,210)
#E4CEBF
(228,206,191)
#CEBAAC
(206,186,172)
#B8A699
(184,166,153)
#A29286
(162,146,134)
#8C7E73
(140,126,115)
#766A60
(118,106,96)
#60564D
(96,86,77)
#4A423A
(74,66,58)
#342E27
(52,46,39)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #FAE2D2

#FAE2D2
(250,226,210)
#FAE4D6
(250,228,214)
#FAE6DA
(250,230,218)
#FAE8DE
(250,232,222)
#FAEAE2
(250,234,226)
#FAECE6
(250,236,230)
#FAEEEA
(250,238,234)
#FAF0EE
(250,240,238)
#FAF2F2
(250,242,242)
#FAF4F6
(250,244,246)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE2D2 color. Also use rgb(250,226,210) instead hex code.

Text Font Color

.myTextColor { color: #FAE2D2; }

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

This text font color is #FAE2D2.


Background Color

.myBgColor { background-color: #FAE2D2; }

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

This div background color is #FAE2D2.


Border color

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

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

This div border color is #FAE2D2.


Opacity

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

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

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

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

This text has shadow with #FAE2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE2D2 on black background.


Color preview on white background

This text has color #FAE2D2 on white background.



Black color preview on #FAE2D2 background

This text has black color on #FAE2D2 background.


White color preview on #FAE2D2 background

This text has white color on #FAE2D2 background.