COLOR #FAE4FC

HEX: #FAE4FC
RGB: (250,228,252)

Color info

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

RGB color model

#FAE4FC color RGB value is (250,228,252).

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

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 252 of 255 = 99%

250
228
252

R + G + B ~ 95%. #FAE4FC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 252 = 730 (100%)
R 250 of 730 ~ 34.25%
G 228 of 730 ~ 31.23%
B 252 of 730 ~ 34.52%

%34.25
%31.23
%34.52

CMYK color model

#FAE4FC color CMYK value is (1,10,0,1).

  • cyan value is 0.79%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,10,0,1)
C1M10Y0K1 
(1%,10%,0%,1%)
(0.01/0.10/0.00/0.01)	

CMYK percentages

%0.79
%9.52
%0
%1.18

Codes

Color #FAE4FC in popluar color models

FAE4FC
RGB250228252
HSL295°80.00%94.12%
HSB/HSV295°9.52%98.82%
CMYK0.79%9.52%0.00%
1.18%

Color #FAE4FC in popluar number systems.

HEXFAE4FC
Decimal250228252
Binary111110101110010011111100
Octal372344374

Shades and tints

Shades of #FAE4FC

#FAE4FC
(250,228,252)
#E4D0E6
(228,208,230)
#CEBCD0
(206,188,208)
#B8A8BA
(184,168,186)
#A294A4
(162,148,164)
#8C808E
(140,128,142)
#766C78
(118,108,120)
#605862
(96,88,98)
#4A444C
(74,68,76)
#343036
(52,48,54)
#1E1C20
(30,28,32)
#000000
(0,0,0)

Tints of #FAE4FC

#FAE4FC
(250,228,252)
#FAE6FC
(250,230,252)
#FAE8FC
(250,232,252)
#FAEAFC
(250,234,252)
#FAECFC
(250,236,252)
#FAEEFC
(250,238,252)
#FAF0FC
(250,240,252)
#FAF2FC
(250,242,252)
#FAF4FC
(250,244,252)
#FAF6FC
(250,246,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4FC; }

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

This text font color is #FAE4FC.


Background Color

.myBgColor { background-color: #FAE4FC; }

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

This div background color is #FAE4FC.


Border color

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

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

This div border color is #FAE4FC.


Opacity

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

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

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

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

This text has shadow with #FAE4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE4FC on black background.


Color preview on white background

This text has color #FAE4FC on white background.



Black color preview on #FAE4FC background

This text has black color on #FAE4FC background.


White color preview on #FAE4FC background

This text has white color on #FAE4FC background.