COLOR #FAE3EA

HEX: #FAE3EA
RGB: (250,227,234)

Color info

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

RGB color model

#FAE3EA color RGB value is (250,227,234).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 234 of 255 = 92%

250
227
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 234 = 711 (100%)
R 250 of 711 ~ 35.16%
G 227 of 711 ~ 31.93%
B 234 of 711 ~ 32.91%

%35.16
%31.93
%32.91

CMYK color model

#FAE3EA color CMYK value is (0,9,6,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,9,6,2)
C0M9Y6K2 
(0%,9%,6%,2%)
(0.00/0.09/0.06/0.02)	

CMYK percentages

%0
%9.2
%6.4
%1.96

Codes

Color #FAE3EA in popluar color models

FAE3EA
RGB250227234
HSL342°69.70%93.53%
HSB/HSV342°9.20%98.04%
CMYK0.00%9.20%6.40%
1.96%

Color #FAE3EA in popluar number systems.

HEXFAE3EA
Decimal250227234
Binary111110101110001111101010
Octal372343352

Shades and tints

Shades of #FAE3EA

#FAE3EA
(250,227,234)
#E4CFD5
(228,207,213)
#CEBBC0
(206,187,192)
#B8A7AB
(184,167,171)
#A29396
(162,147,150)
#8C7F81
(140,127,129)
#766B6C
(118,107,108)
#605757
(96,87,87)
#4A4342
(74,67,66)
#342F2D
(52,47,45)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #FAE3EA

#FAE3EA
(250,227,234)
#FAE5EB
(250,229,235)
#FAE7EC
(250,231,236)
#FAE9ED
(250,233,237)
#FAEBEE
(250,235,238)
#FAEDEF
(250,237,239)
#FAEFF0
(250,239,240)
#FAF1F1
(250,241,241)
#FAF3F2
(250,243,242)
#FAF5F3
(250,245,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3EA; }

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

This text font color is #FAE3EA.


Background Color

.myBgColor { background-color: #FAE3EA; }

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

This div background color is #FAE3EA.


Border color

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

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

This div border color is #FAE3EA.


Opacity

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

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

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

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

This text has shadow with #FAE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3EA on black background.


Color preview on white background

This text has color #FAE3EA on white background.



Black color preview on #FAE3EA background

This text has black color on #FAE3EA background.


White color preview on #FAE3EA background

This text has white color on #FAE3EA background.