COLOR #FAE2F5

HEX: #FAE2F5 RGB: (250,226,245)

Color info

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

RGB color model

#FAE2F5 color RGB value is (250,226,245).

RGB: (250,226,245) (98%, 89%, 96%)

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 245 of 255 = 96%

250
226
245

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

Portions of RGB colors in percentages

R + G + B = 250 + 226 + 245 = 721 (100%)
R 250 of 721 ~ 34.67%
G 226 of 721 ~ 31.35%
B 245 of 721 ~ 33.98'%

%34.67
%31.35
%33.98

CMYK color model

#FAE2F5 color CMYK value is (0,10,2,2).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 2.00%
  • key color value is 1.96%

CMYK: (0,10,2,2)
C0M10Y2K2 (0%, 10%, 2%, 2%)
(0.00 / 0.10 / 0.02 / 0.02)

CMYK percentages

%0
%9.6
%2
%1.96

Codes

Color #FAE2F5 in popluar color models

FA E2 F5
RGB 250 226 245
HSL 313° 70.59% 93.33%
HSB/HSV 313° 9.60% 98.04%
CMYK 0.00% 9.60% 2.00%
1.96%

Color #FAE2F5 in popluar number systems.

HEX FA E2 F5
Decimal 250 226 245
Binary 11111010 11100010 11110101
Octal 372 342 365

Shades and tints

Shades of #FAE2F5

#FAE2F5
(250,226,245)
#E4CEDF
(228,206,223)
#CEBAC9
(206,186,201)
#B8A6B3
(184,166,179)
#A2929D
(162,146,157)
#8C7E87
(140,126,135)
#766A71
(118,106,113)
#60565B
(96,86,91)
#4A4245
(74,66,69)
#342E2F
(52,46,47)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #FAE2F5

#FAE2F5
(250,226,245)
#FAE4F5
(250,228,245)
#FAE6F5
(250,230,245)
#FAE8F5
(250,232,245)
#FAEAF5
(250,234,245)
#FAECF5
(250,236,245)
#FAEEF5
(250,238,245)
#FAF0F5
(250,240,245)
#FAF2F5
(250,242,245)
#FAF4F5
(250,244,245)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE2F5 color. Also use rgb(250,226,245) instead hex code.

Text Font Color

.myTextColor { color: #FAE2F5; }

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

This text font color is #FAE2F5.

Background Color

.myBgColor { background-color: #FAE2F5; }

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

This div background color is #FAE2F5.

Border color

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

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

This div border color is #FAE2F5.

Opacity

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

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

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

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

This text has shadow with #FAE2F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE2F5.

Preview

Color preview on black background

This text has color #FAE2F5 on black background.


Color preview on white background

This text has color #FAE2F5 on white background.


Black color preview on #FAE2F5 background

This text has black color on #FAE2F5 background.


White color preview on #FAE2F5 background

This text has white color on #FAE2F5 background.


Related colors

Complementary color

Complementary color for #hex is #051D0A.


I love getcolorcode.com

Triadic colors

1 #F5FAE2 and #E2F5FA with #FAE2F5 are triadic colors.

2 #F5E2FA and #E2FAF5 with #FAE2F5 are triadic colors.