COLOR #FAE4E8

HEX: #FAE4E8
RGB: (250,228,232)

Color info

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

RGB color model

#FAE4E8 color RGB value is (250,228,232).

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

RGB channels and saturation

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

250
228
232

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

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 232 = 710 (100%)
R 250 of 710 ~ 35.21%
G 228 of 710 ~ 32.11%
B 232 of 710 ~ 32.68%

%35.21
%32.11
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 7.20%
  • 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
%7.2
%1.96

Codes

Color #FAE4E8 in popluar color models

FAE4E8
RGB250228232
HSL349°68.75%93.73%
HSB/HSV349°8.80%98.04%
CMYK0.00%8.80%7.20%
1.96%

Color #FAE4E8 in popluar number systems.

HEXFAE4E8
Decimal250228232
Binary111110101110010011101000
Octal372344350

Shades and tints

Shades of #FAE4E8

#FAE4E8
(250,228,232)
#E4D0D3
(228,208,211)
#CEBCBE
(206,188,190)
#B8A8A9
(184,168,169)
#A29494
(162,148,148)
#8C807F
(140,128,127)
#766C6A
(118,108,106)
#605855
(96,88,85)
#4A4440
(74,68,64)
#34302B
(52,48,43)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #FAE4E8

#FAE4E8
(250,228,232)
#FAE6EA
(250,230,234)
#FAE8EC
(250,232,236)
#FAEAEE
(250,234,238)
#FAECF0
(250,236,240)
#FAEEF2
(250,238,242)
#FAF0F4
(250,240,244)
#FAF2F6
(250,242,246)
#FAF4F8
(250,244,248)
#FAF6FA
(250,246,250)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4E8; }

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

This text font color is #FAE4E8.


Background Color

.myBgColor { background-color: #FAE4E8; }

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

This div background color is #FAE4E8.


Border color

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

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

This div border color is #FAE4E8.


Opacity

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

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

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

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

This text has shadow with #FAE4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE4E8 on black background.


Color preview on white background

This text has color #FAE4E8 on white background.



Black color preview on #FAE4E8 background

This text has black color on #FAE4E8 background.


White color preview on #FAE4E8 background

This text has white color on #FAE4E8 background.