COLOR #FAE3EE

HEX: #FAE3EE
RGB: (250,227,238)

Color info

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

RGB color model

#FAE3EE color RGB value is (250,227,238).

  • red value is 250;
  • green value is 227;
  • blue value is 238.
RGB:
(250,227,238)
(98%,89%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 238 of 255 = 93%

250
227
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 238 = 715 (100%)
R 250 of 715 ~ 34.97%
G 227 of 715 ~ 31.75%
B 238 of 715 ~ 33.29%

%34.97
%31.75
%33.29

CMYK color model

#FAE3EE color CMYK value is (0,9,5,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,9,5,2)
C0M9Y5K2 
(0%,9%,5%,2%)
(0.00/0.09/0.05/0.02)	

CMYK percentages

%0
%9.2
%4.8
%1.96

Codes

Color #FAE3EE in popluar color models

FAE3EE
RGB250227238
HSL331°69.70%93.53%
HSB/HSV331°9.20%98.04%
CMYK0.00%9.20%4.80%
1.96%

Color #FAE3EE in popluar number systems.

HEXFAE3EE
Decimal250227238
Binary111110101110001111101110
Octal372343356

Shades and tints

Shades of #FAE3EE

#FAE3EE
(250,227,238)
#E4CFD9
(228,207,217)
#CEBBC4
(206,187,196)
#B8A7AF
(184,167,175)
#A2939A
(162,147,154)
#8C7F85
(140,127,133)
#766B70
(118,107,112)
#60575B
(96,87,91)
#4A4346
(74,67,70)
#342F31
(52,47,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAE3EE

#FAE3EE
(250,227,238)
#FAE5EF
(250,229,239)
#FAE7F0
(250,231,240)
#FAE9F1
(250,233,241)
#FAEBF2
(250,235,242)
#FAEDF3
(250,237,243)
#FAEFF4
(250,239,244)
#FAF1F5
(250,241,245)
#FAF3F6
(250,243,246)
#FAF5F7
(250,245,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3EE; }

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

This text font color is #FAE3EE.


Background Color

.myBgColor { background-color: #FAE3EE; }

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

This div background color is #FAE3EE.


Border color

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

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

This div border color is #FAE3EE.


Opacity

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

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

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

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

This text has shadow with #FAE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3EE on black background.


Color preview on white background

This text has color #FAE3EE on white background.



Black color preview on #FAE3EE background

This text has black color on #FAE3EE background.


White color preview on #FAE3EE background

This text has white color on #FAE3EE background.