COLOR #FAE8FB

HEX: #FAE8FB RGB: (250,232,251)

Color info

#FAE8FB contains red, green and blue colors in about the same proportion. Web safe color of #FAE8FB is #FFFFFF (or #FFF).

RGB color model

#FAE8FB color RGB value is (250,232,251).

RGB: (250,232,251) (98%, 91%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 251 of 255 = 98%

250
232
251

R + G + B ~ 96%. #FAE8FB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 232 + 251 = 733 (100%)
R 250 of 733 ~ 34.11%
G 232 of 733 ~ 31.65%
B 251 of 733 ~ 34.24'%

%34.11
%31.65
%34.24

CMYK color model

#FAE8FB color CMYK value is (0,8,0,2).

  • cyan value is 0.40%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (0,8,0,2)
C0M8Y0K2 (0%, 8%, 0%, 2%)
(0.00 / 0.08 / 0.00 / 0.02)

CMYK percentages

%0.4
%7.57
%0
%1.57

Codes

Color #FAE8FB in popluar color models

FA E8 FB
RGB 250 232 251
HSL 297° 70.37% 94.71%
HSB/HSV 297° 7.57% 98.43%
CMYK 0.40% 7.57% 0.00%
1.57%

Color #FAE8FB in popluar number systems.

HEX FA E8 FB
Decimal 250 232 251
Binary 11111010 11101000 11111011
Octal 372 350 373

Shades and tints

Shades of #FAE8FB

#FAE8FB
(250,232,251)
#E4D3E5
(228,211,229)
#CEBECF
(206,190,207)
#B8A9B9
(184,169,185)
#A294A3
(162,148,163)
#8C7F8D
(140,127,141)
#766A77
(118,106,119)
#605561
(96,85,97)
#4A404B
(74,64,75)
#342B35
(52,43,53)
#1E161F
(30,22,31)
#000000
(0,0,0)

Tints of #FAE8FB

#FAE8FB
(250,232,251)
#FAEAFB
(250,234,251)
#FAECFB
(250,236,251)
#FAEEFB
(250,238,251)
#FAF0FB
(250,240,251)
#FAF2FB
(250,242,251)
#FAF4FB
(250,244,251)
#FAF6FB
(250,246,251)
#FAF8FB
(250,248,251)
#FAFAFB
(250,250,251)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE8FB; }

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

This text font color is #FAE8FB.

Background Color

.myBgColor { background-color: #FAE8FB; }

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

This div background color is #FAE8FB.

Border color

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

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

This div border color is #FAE8FB.

Opacity

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

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

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

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

This text has shadow with #FAE8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE8FB.

Preview

Color preview on black background

This text has color #FAE8FB on black background.


Color preview on white background

This text has color #FAE8FB on white background.


Black color preview on #FAE8FB background

This text has black color on #FAE8FB background.


White color preview on #FAE8FB background

This text has white color on #FAE8FB background.


Related colors

Complementary color

Complementary color for #hex is #051704.


I love getcolorcode.com

Triadic colors

1 #FBFAE8 and #E8FBFA with #FAE8FB are triadic colors.

2 #FBE8FA and #E8FAFB with #FAE8FB are triadic colors.