COLOR #FAE4EA

HEX: #FAE4EA
RGB: (250,228,234)

Color info

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

RGB color model

#FAE4EA color RGB value is (250,228,234).

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

RGB channels and saturation

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

250
228
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 234 = 712 (100%)
R 250 of 712 ~ 35.11%
G 228 of 712 ~ 32.02%
B 234 of 712 ~ 32.87%

%35.11
%32.02
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.80%
  • 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
%8.8
%6.4
%1.96

Codes

Color #FAE4EA in popluar color models

FAE4EA
RGB250228234
HSL344°68.75%93.73%
HSB/HSV344°8.80%98.04%
CMYK0.00%8.80%6.40%
1.96%

Color #FAE4EA in popluar number systems.

HEXFAE4EA
Decimal250228234
Binary111110101110010011101010
Octal372344352

Shades and tints

Shades of #FAE4EA

#FAE4EA
(250,228,234)
#E4D0D5
(228,208,213)
#CEBCC0
(206,188,192)
#B8A8AB
(184,168,171)
#A29496
(162,148,150)
#8C8081
(140,128,129)
#766C6C
(118,108,108)
#605857
(96,88,87)
#4A4442
(74,68,66)
#34302D
(52,48,45)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #FAE4EA

#FAE4EA
(250,228,234)
#FAE6EB
(250,230,235)
#FAE8EC
(250,232,236)
#FAEAED
(250,234,237)
#FAECEE
(250,236,238)
#FAEEEF
(250,238,239)
#FAF0F0
(250,240,240)
#FAF2F1
(250,242,241)
#FAF4F2
(250,244,242)
#FAF6F3
(250,246,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4EA; }

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

This text font color is #FAE4EA.


Background Color

.myBgColor { background-color: #FAE4EA; }

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

This div background color is #FAE4EA.


Border color

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

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

This div border color is #FAE4EA.


Opacity

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

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

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

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

This text has shadow with #FAE4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE4EA on black background.


Color preview on white background

This text has color #FAE4EA on white background.



Black color preview on #FAE4EA background

This text has black color on #FAE4EA background.


White color preview on #FAE4EA background

This text has white color on #FAE4EA background.