COLOR #FAE2ED

HEX: #FAE2ED RGB: (250,226,237)

Color info

#FAE2ED contains red, green and blue colors in about the same proportion. Web safe color of #FAE2ED is #FFCCFF (or #FCF).

RGB color model

#FAE2ED color RGB value is (250,226,237).

RGB: (250,226,237) (98%, 89%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 237 of 255 = 93%

250
226
237

R + G + B ~ 93%. #FAE2ED is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 226 + 237 = 713 (100%)
R 250 of 713 ~ 35.06%
G 226 of 713 ~ 31.7%
B 237 of 713 ~ 33.24'%

%35.06
%31.7
%33.24

CMYK color model

#FAE2ED color CMYK value is (0,10,5,2).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 5.20%
  • key color value is 1.96%

CMYK: (0,10,5,2)
C0M10Y5K2 (0%, 10%, 5%, 2%)
(0.00 / 0.10 / 0.05 / 0.02)

CMYK percentages

%0
%9.6
%5.2
%1.96

Codes

Color #FAE2ED in popluar color models

FA E2 ED
RGB 250 226 237
HSL 333° 70.59% 93.33%
HSB/HSV 333° 9.60% 98.04%
CMYK 0.00% 9.60% 5.20%
1.96%

Color #FAE2ED in popluar number systems.

HEX FA E2 ED
Decimal 250 226 237
Binary 11111010 11100010 11101101
Octal 372 342 355

Shades and tints

Shades of #FAE2ED

#FAE2ED
(250,226,237)
#E4CED8
(228,206,216)
#CEBAC3
(206,186,195)
#B8A6AE
(184,166,174)
#A29299
(162,146,153)
#8C7E84
(140,126,132)
#766A6F
(118,106,111)
#60565A
(96,86,90)
#4A4245
(74,66,69)
#342E30
(52,46,48)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #FAE2ED

#FAE2ED
(250,226,237)
#FAE4EE
(250,228,238)
#FAE6EF
(250,230,239)
#FAE8F0
(250,232,240)
#FAEAF1
(250,234,241)
#FAECF2
(250,236,242)
#FAEEF3
(250,238,243)
#FAF0F4
(250,240,244)
#FAF2F5
(250,242,245)
#FAF4F6
(250,244,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE2ED; }

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

This text font color is #FAE2ED.

Background Color

.myBgColor { background-color: #FAE2ED; }

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

This div background color is #FAE2ED.

Border color

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

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

This div border color is #FAE2ED.

Opacity

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

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

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

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

This text has shadow with #FAE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE2ED.

Preview

Color preview on black background

This text has color #FAE2ED on black background.


Color preview on white background

This text has color #FAE2ED on white background.


Black color preview on #FAE2ED background

This text has black color on #FAE2ED background.


White color preview on #FAE2ED background

This text has white color on #FAE2ED background.


Related colors

Complementary color

Complementary color for #hex is #051D12.


I love getcolorcode.com

Triadic colors

1 #EDFAE2 and #E2EDFA with #FAE2ED are triadic colors.

2 #EDE2FA and #E2FAED with #FAE2ED are triadic colors.