COLOR #FAEEF1

HEX: #FAEEF1 RGB: (250,238,241)

Color info

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

RGB color model

#FAEEF1 color RGB value is (250,238,241).

RGB: (250,238,241) (98%, 93%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 241 of 255 = 95%

250
238
241

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

Portions of RGB colors in percentages

R + G + B = 250 + 238 + 241 = 729 (100%)
R 250 of 729 ~ 34.29%
G 238 of 729 ~ 32.65%
B 241 of 729 ~ 33.06'%

%34.29
%32.65
%33.06

CMYK color model

#FAEEF1 color CMYK value is (0,5,4,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (0,5,4,2)
C0M5Y4K2 (0%, 5%, 4%, 2%)
(0.00 / 0.05 / 0.04 / 0.02)

CMYK percentages

%0
%4.8
%3.6
%1.96

Codes

Color #FAEEF1 in popluar color models

FA EE F1
RGB 250 238 241
HSL 345° 54.55% 95.69%
HSB/HSV 345° 4.80% 98.04%
CMYK 0.00% 4.80% 3.60%
1.96%

Color #FAEEF1 in popluar number systems.

HEX FA EE F1
Decimal 250 238 241
Binary 11111010 11101110 11110001
Octal 372 356 361

Shades and tints

Shades of #FAEEF1

#FAEEF1
(250,238,241)
#E4D9DC
(228,217,220)
#CEC4C7
(206,196,199)
#B8AFB2
(184,175,178)
#A29A9D
(162,154,157)
#8C8588
(140,133,136)
#767073
(118,112,115)
#605B5E
(96,91,94)
#4A4649
(74,70,73)
#343134
(52,49,52)
#1E1C1F
(30,28,31)
#000000
(0,0,0)

Tints of #FAEEF1

#FAEEF1
(250,238,241)
#FAEFF2
(250,239,242)
#FAF0F3
(250,240,243)
#FAF1F4
(250,241,244)
#FAF2F5
(250,242,245)
#FAF3F6
(250,243,246)
#FAF4F7
(250,244,247)
#FAF5F8
(250,245,248)
#FAF6F9
(250,246,249)
#FAF7FA
(250,247,250)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEEF1 color. Also use rgb(250,238,241) instead hex code.

Text Font Color

.myTextColor { color: #FAEEF1; }

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

This text font color is #FAEEF1.

Background Color

.myBgColor { background-color: #FAEEF1; }

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

This div background color is #FAEEF1.

Border color

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

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

This div border color is #FAEEF1.

Opacity

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

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

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

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

This text has shadow with #FAEEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEEF1.

Preview

Color preview on black background

This text has color #FAEEF1 on black background.


Color preview on white background

This text has color #FAEEF1 on white background.


Black color preview on #FAEEF1 background

This text has black color on #FAEEF1 background.


White color preview on #FAEEF1 background

This text has white color on #FAEEF1 background.


Related colors

Complementary color

Complementary color for #hex is #05110E.


I love getcolorcode.com

Triadic colors

1 #F1FAEE and #EEF1FA with #FAEEF1 are triadic colors.

2 #F1EEFA and #EEFAF1 with #FAEEF1 are triadic colors.