COLOR #FAE6EE

HEX: #FAE6EE RGB: (250,230,238)

Color info

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

RGB color model

#FAE6EE color RGB value is (250,230,238).

RGB: (250,230,238) (98%, 90%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 238 of 255 = 93%

250
230
238

R + G + B ~ 94%. #FAE6EE is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 230 + 238 = 718 (100%)
R 250 of 718 ~ 34.82%
G 230 of 718 ~ 32.03%
B 238 of 718 ~ 33.15'%

%34.82
%32.03
%33.15

CMYK color model

#FAE6EE color CMYK value is (0,8,5,2).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 4.80%
  • key color value is 1.96%

CMYK: (0,8,5,2)
C0M8Y5K2 (0%, 8%, 5%, 2%)
(0.00 / 0.08 / 0.05 / 0.02)

CMYK percentages

%0
%8
%4.8
%1.96

Codes

Color #FAE6EE in popluar color models

FA E6 EE
RGB 250 230 238
HSL 336° 66.67% 94.12%
HSB/HSV 336° 8.00% 98.04%
CMYK 0.00% 8.00% 4.80%
1.96%

Color #FAE6EE in popluar number systems.

HEX FA E6 EE
Decimal 250 230 238
Binary 11111010 11100110 11101110
Octal 372 346 356

Shades and tints

Shades of #FAE6EE

#FAE6EE
(250,230,238)
#E4D2D9
(228,210,217)
#CEBEC4
(206,190,196)
#B8AAAF
(184,170,175)
#A2969A
(162,150,154)
#8C8285
(140,130,133)
#766E70
(118,110,112)
#605A5B
(96,90,91)
#4A4646
(74,70,70)
#343231
(52,50,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #FAE6EE

#FAE6EE
(250,230,238)
#FAE8EF
(250,232,239)
#FAEAF0
(250,234,240)
#FAECF1
(250,236,241)
#FAEEF2
(250,238,242)
#FAF0F3
(250,240,243)
#FAF2F4
(250,242,244)
#FAF4F5
(250,244,245)
#FAF6F6
(250,246,246)
#FAF8F7
(250,248,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE6EE color. Also use rgb(250,230,238) instead hex code.

Text Font Color

.myTextColor { color: #FAE6EE; }

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

This text font color is #FAE6EE.

Background Color

.myBgColor { background-color: #FAE6EE; }

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

This div background color is #FAE6EE.

Border color

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

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

This div border color is #FAE6EE.

Opacity

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

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

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

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

This text has shadow with #FAE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE6EE.

Preview

Color preview on black background

This text has color #FAE6EE on black background.


Color preview on white background

This text has color #FAE6EE on white background.


Black color preview on #FAE6EE background

This text has black color on #FAE6EE background.


White color preview on #FAE6EE background

This text has white color on #FAE6EE background.


Related colors

Complementary color

Complementary color for #hex is #051911.


I love getcolorcode.com

Triadic colors

1 #EEFAE6 and #E6EEFA with #FAE6EE are triadic colors.

2 #EEE6FA and #E6FAEE with #FAE6EE are triadic colors.