COLOR #FAE4F9

HEX: #FAE4F9 RGB: (250,228,249)

Color info

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

RGB color model

#FAE4F9 color RGB value is (250,228,249).

RGB: (250,228,249) (98%, 89%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 249 of 255 = 98%

250
228
249

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

Portions of RGB colors in percentages

R + G + B = 250 + 228 + 249 = 727 (100%)
R 250 of 727 ~ 34.39%
G 228 of 727 ~ 31.36%
B 249 of 727 ~ 34.25'%

%34.39
%31.36
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 0.40%
  • key color value is 1.96%

CMYK: (0,9,0,2)
C0M9Y0K2 (0%, 9%, 0%, 2%)
(0.00 / 0.09 / 0.00 / 0.02)

CMYK percentages

%0
%8.8
%0.4
%1.96

Codes

Color #FAE4F9 in popluar color models

FA E4 F9
RGB 250 228 249
HSL 303° 68.75% 93.73%
HSB/HSV 303° 8.80% 98.04%
CMYK 0.00% 8.80% 0.40%
1.96%

Color #FAE4F9 in popluar number systems.

HEX FA E4 F9
Decimal 250 228 249
Binary 11111010 11100100 11111001
Octal 372 344 371

Shades and tints

Shades of #FAE4F9

#FAE4F9
(250,228,249)
#E4D0E3
(228,208,227)
#CEBCCD
(206,188,205)
#B8A8B7
(184,168,183)
#A294A1
(162,148,161)
#8C808B
(140,128,139)
#766C75
(118,108,117)
#60585F
(96,88,95)
#4A4449
(74,68,73)
#343033
(52,48,51)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #FAE4F9

#FAE4F9
(250,228,249)
#FAE6F9
(250,230,249)
#FAE8F9
(250,232,249)
#FAEAF9
(250,234,249)
#FAECF9
(250,236,249)
#FAEEF9
(250,238,249)
#FAF0F9
(250,240,249)
#FAF2F9
(250,242,249)
#FAF4F9
(250,244,249)
#FAF6F9
(250,246,249)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4F9; }

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

This text font color is #FAE4F9.

Background Color

.myBgColor { background-color: #FAE4F9; }

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

This div background color is #FAE4F9.

Border color

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

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

This div border color is #FAE4F9.

Opacity

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

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

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

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

This text has shadow with #FAE4F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE4F9.

Preview

Color preview on black background

This text has color #FAE4F9 on black background.


Color preview on white background

This text has color #FAE4F9 on white background.


Black color preview on #FAE4F9 background

This text has black color on #FAE4F9 background.


White color preview on #FAE4F9 background

This text has white color on #FAE4F9 background.


Related colors

Complementary color

Complementary color for #hex is #051B06.


I love getcolorcode.com

Triadic colors

1 #F9FAE4 and #E4F9FA with #FAE4F9 are triadic colors.

2 #F9E4FA and #E4FAF9 with #FAE4F9 are triadic colors.