COLOR #FAE4D2

HEX: #FAE4D2 RGB: (250,228,210)

Color info

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

RGB color model

#FAE4D2 color RGB value is (250,228,210).

RGB: (250,228,210) (98%, 89%, 82%)

RGB channels and saturation

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

250
228
210

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

Portions of RGB colors in percentages

R + G + B = 250 + 228 + 210 = 688 (100%)
R 250 of 688 ~ 36.34%
G 228 of 688 ~ 33.14%
B 210 of 688 ~ 30.52'%

%36.34
%33.14
%30.52

CMYK color model

#FAE4D2 color CMYK value is (0,9,16,2).

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

CMYK: (0,9,16,2)
C0M9Y16K2 (0%, 9%, 16%, 2%)
(0.00 / 0.09 / 0.16 / 0.02)

CMYK percentages

%0
%8.8
%16
%1.96

Codes

Color #FAE4D2 in popluar color models

FA E4 D2
RGB 250 228 210
HSL 27° 80.00% 90.20%
HSB/HSV 27° 16.00% 98.04%
CMYK 0.00% 8.80% 16.00%
1.96%

Color #FAE4D2 in popluar number systems.

HEX FA E4 D2
Decimal 250 228 210
Binary 11111010 11100100 11010010
Octal 372 344 322

Shades and tints

Shades of #FAE4D2

#FAE4D2
(250,228,210)
#E4D0BF
(228,208,191)
#CEBCAC
(206,188,172)
#B8A899
(184,168,153)
#A29486
(162,148,134)
#8C8073
(140,128,115)
#766C60
(118,108,96)
#60584D
(96,88,77)
#4A443A
(74,68,58)
#343027
(52,48,39)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #FAE4D2

#FAE4D2
(250,228,210)
#FAE6D6
(250,230,214)
#FAE8DA
(250,232,218)
#FAEADE
(250,234,222)
#FAECE2
(250,236,226)
#FAEEE6
(250,238,230)
#FAF0EA
(250,240,234)
#FAF2EE
(250,242,238)
#FAF4F2
(250,244,242)
#FAF6F6
(250,246,246)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4D2; }

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

This text font color is #FAE4D2.

Background Color

.myBgColor { background-color: #FAE4D2; }

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

This div background color is #FAE4D2.

Border color

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

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

This div border color is #FAE4D2.

Opacity

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

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

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

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

This text has shadow with #FAE4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE4D2.

Preview

Color preview on black background

This text has color #FAE4D2 on black background.


Color preview on white background

This text has color #FAE4D2 on white background.


Black color preview on #FAE4D2 background

This text has black color on #FAE4D2 background.


White color preview on #FAE4D2 background

This text has white color on #FAE4D2 background.


Related colors

Complementary color

Complementary color for #hex is #051B2D.


I love getcolorcode.com

Triadic colors

1 #D2FAE4 and #E4D2FA with #FAE4D2 are triadic colors.

2 #D2E4FA and #E4FAD2 with #FAE4D2 are triadic colors.