COLOR #FAE4E9

HEX: #FAE4E9 RGB: (250,228,233)

Color info

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

RGB color model

#FAE4E9 color RGB value is (250,228,233).

RGB: (250,228,233) (98%, 89%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 233 of 255 = 91%

250
228
233

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

Portions of RGB colors in percentages

R + G + B = 250 + 228 + 233 = 711 (100%)
R 250 of 711 ~ 35.16%
G 228 of 711 ~ 32.07%
B 233 of 711 ~ 32.77'%

%35.16
%32.07
%32.77

CMYK color model

#FAE4E9 color CMYK value is (0,9,7,2).

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

CMYK: (0,9,7,2)
C0M9Y7K2 (0%, 9%, 7%, 2%)
(0.00 / 0.09 / 0.07 / 0.02)

CMYK percentages

%0
%8.8
%6.8
%1.96

Codes

Color #FAE4E9 in popluar color models

FA E4 E9
RGB 250 228 233
HSL 346° 68.75% 93.73%
HSB/HSV 346° 8.80% 98.04%
CMYK 0.00% 8.80% 6.80%
1.96%

Color #FAE4E9 in popluar number systems.

HEX FA E4 E9
Decimal 250 228 233
Binary 11111010 11100100 11101001
Octal 372 344 351

Shades and tints

Shades of #FAE4E9

#FAE4E9
(250,228,233)
#E4D0D4
(228,208,212)
#CEBCBF
(206,188,191)
#B8A8AA
(184,168,170)
#A29495
(162,148,149)
#8C8080
(140,128,128)
#766C6B
(118,108,107)
#605856
(96,88,86)
#4A4441
(74,68,65)
#34302C
(52,48,44)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #FAE4E9

#FAE4E9
(250,228,233)
#FAE6EB
(250,230,235)
#FAE8ED
(250,232,237)
#FAEAEF
(250,234,239)
#FAECF1
(250,236,241)
#FAEEF3
(250,238,243)
#FAF0F5
(250,240,245)
#FAF2F7
(250,242,247)
#FAF4F9
(250,244,249)
#FAF6FB
(250,246,251)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4E9; }

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

This text font color is #FAE4E9.

Background Color

.myBgColor { background-color: #FAE4E9; }

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

This div background color is #FAE4E9.

Border color

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

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

This div border color is #FAE4E9.

Opacity

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

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

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

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

This text has shadow with #FAE4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE4E9.

Preview

Color preview on black background

This text has color #FAE4E9 on black background.


Color preview on white background

This text has color #FAE4E9 on white background.


Black color preview on #FAE4E9 background

This text has black color on #FAE4E9 background.


White color preview on #FAE4E9 background

This text has white color on #FAE4E9 background.


Related colors

Complementary color

Complementary color for #hex is #051B16.


I love getcolorcode.com

Triadic colors

1 #E9FAE4 and #E4E9FA with #FAE4E9 are triadic colors.

2 #E9E4FA and #E4FAE9 with #FAE4E9 are triadic colors.