COLOR #FAE4F0

HEX: #FAE4F0
RGB: (250,228,240)

Color info

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

RGB color model

#FAE4F0 color RGB value is (250,228,240).

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

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 240 of 255 = 94%

250
228
240

R + G + B ~ 94%. #FAE4F0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 240 = 718 (100%)
R 250 of 718 ~ 34.82%
G 228 of 718 ~ 31.75%
B 240 of 718 ~ 33.43%

%34.82
%31.75
%33.43

CMYK color model

#FAE4F0 color CMYK value is (0,9,4,2).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(0,9,4,2)
C0M9Y4K2 
(0%,9%,4%,2%)
(0.00/0.09/0.04/0.02)	

CMYK percentages

%0
%8.8
%4
%1.96

Codes

Color #FAE4F0 in popluar color models

FAE4F0
RGB250228240
HSL327°68.75%93.73%
HSB/HSV327°8.80%98.04%
CMYK0.00%8.80%4.00%
1.96%

Color #FAE4F0 in popluar number systems.

HEXFAE4F0
Decimal250228240
Binary111110101110010011110000
Octal372344360

Shades and tints

Shades of #FAE4F0

#FAE4F0
(250,228,240)
#E4D0DB
(228,208,219)
#CEBCC6
(206,188,198)
#B8A8B1
(184,168,177)
#A2949C
(162,148,156)
#8C8087
(140,128,135)
#766C72
(118,108,114)
#60585D
(96,88,93)
#4A4448
(74,68,72)
#343033
(52,48,51)
#1E1C1E
(30,28,30)
#000000
(0,0,0)

Tints of #FAE4F0

#FAE4F0
(250,228,240)
#FAE6F1
(250,230,241)
#FAE8F2
(250,232,242)
#FAEAF3
(250,234,243)
#FAECF4
(250,236,244)
#FAEEF5
(250,238,245)
#FAF0F6
(250,240,246)
#FAF2F7
(250,242,247)
#FAF4F8
(250,244,248)
#FAF6F9
(250,246,249)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4F0; }

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

This text font color is #FAE4F0.


Background Color

.myBgColor { background-color: #FAE4F0; }

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

This div background color is #FAE4F0.


Border color

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

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

This div border color is #FAE4F0.


Opacity

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

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

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

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

This text has shadow with #FAE4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE4F0 on black background.


Color preview on white background

This text has color #FAE4F0 on white background.



Black color preview on #FAE4F0 background

This text has black color on #FAE4F0 background.


White color preview on #FAE4F0 background

This text has white color on #FAE4F0 background.