COLOR #FAE1EC

HEX: #FAE1EC RGB: (250,225,236)

Color info

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

RGB color model

#FAE1EC color RGB value is (250,225,236).

RGB: (250,225,236) (98%, 88%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 236 of 255 = 93%

250
225
236

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

Portions of RGB colors in percentages

R + G + B = 250 + 225 + 236 = 711 (100%)
R 250 of 711 ~ 35.16%
G 225 of 711 ~ 31.65%
B 236 of 711 ~ 33.19'%

%35.16
%31.65
%33.19

CMYK color model

#FAE1EC color CMYK value is (0,10,6,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.60%
  • key color value is 1.96%

CMYK: (0,10,6,2)
C0M10Y6K2 (0%, 10%, 6%, 2%)
(0.00 / 0.10 / 0.06 / 0.02)

CMYK percentages

%0
%10
%5.6
%1.96

Codes

Color #FAE1EC in popluar color models

FA E1 EC
RGB 250 225 236
HSL 334° 71.43% 93.14%
HSB/HSV 334° 10.00% 98.04%
CMYK 0.00% 10.00% 5.60%
1.96%

Color #FAE1EC in popluar number systems.

HEX FA E1 EC
Decimal 250 225 236
Binary 11111010 11100001 11101100
Octal 372 341 354

Shades and tints

Shades of #FAE1EC

#FAE1EC
(250,225,236)
#E4CDD7
(228,205,215)
#CEB9C2
(206,185,194)
#B8A5AD
(184,165,173)
#A29198
(162,145,152)
#8C7D83
(140,125,131)
#76696E
(118,105,110)
#605559
(96,85,89)
#4A4144
(74,65,68)
#342D2F
(52,45,47)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #FAE1EC

#FAE1EC
(250,225,236)
#FAE3ED
(250,227,237)
#FAE5EE
(250,229,238)
#FAE7EF
(250,231,239)
#FAE9F0
(250,233,240)
#FAEBF1
(250,235,241)
#FAEDF2
(250,237,242)
#FAEFF3
(250,239,243)
#FAF1F4
(250,241,244)
#FAF3F5
(250,243,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1EC; }

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

This text font color is #FAE1EC.

Background Color

.myBgColor { background-color: #FAE1EC; }

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

This div background color is #FAE1EC.

Border color

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

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

This div border color is #FAE1EC.

Opacity

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

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

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

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

This text has shadow with #FAE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE1EC.

Preview

Color preview on black background

This text has color #FAE1EC on black background.


Color preview on white background

This text has color #FAE1EC on white background.


Black color preview on #FAE1EC background

This text has black color on #FAE1EC background.


White color preview on #FAE1EC background

This text has white color on #FAE1EC background.


Related colors

Complementary color

Complementary color for #hex is #051E13.


I love getcolorcode.com

Triadic colors

1 #ECFAE1 and #E1ECFA with #FAE1EC are triadic colors.

2 #ECE1FA and #E1FAEC with #FAE1EC are triadic colors.