COLOR #FAEFF2

HEX: #FAEFF2 RGB: (250,239,242)

Color info

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

RGB color model

#FAEFF2 color RGB value is (250,239,242).

RGB: (250,239,242) (98%, 94%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 242 of 255 = 95%

250
239
242

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

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 242 = 731 (100%)
R 250 of 731 ~ 34.2%
G 239 of 731 ~ 32.69%
B 242 of 731 ~ 33.11'%

%34.2
%32.69
%33.11

CMYK color model

#FAEFF2 color CMYK value is (0,4,3,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 3.20%
  • key color value is 1.96%

CMYK: (0,4,3,2)
C0M4Y3K2 (0%, 4%, 3%, 2%)
(0.00 / 0.04 / 0.03 / 0.02)

CMYK percentages

%0
%4.4
%3.2
%1.96

Codes

Color #FAEFF2 in popluar color models

FA EF F2
RGB 250 239 242
HSL 344° 52.38% 95.88%
HSB/HSV 344° 4.40% 98.04%
CMYK 0.00% 4.40% 3.20%
1.96%

Color #FAEFF2 in popluar number systems.

HEX FA EF F2
Decimal 250 239 242
Binary 11111010 11101111 11110010
Octal 372 357 362

Shades and tints

Shades of #FAEFF2

#FAEFF2
(250,239,242)
#E4DADC
(228,218,220)
#CEC5C6
(206,197,198)
#B8B0B0
(184,176,176)
#A29B9A
(162,155,154)
#8C8684
(140,134,132)
#76716E
(118,113,110)
#605C58
(96,92,88)
#4A4742
(74,71,66)
#34322C
(52,50,44)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #FAEFF2

#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)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEFF2 color. Also use rgb(250,239,242) instead hex code.

Text Font Color

.myTextColor { color: #FAEFF2; }

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

This text font color is #FAEFF2.

Background Color

.myBgColor { background-color: #FAEFF2; }

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

This div background color is #FAEFF2.

Border color

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

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

This div border color is #FAEFF2.

Opacity

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

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

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

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

This text has shadow with #FAEFF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEFF2.

Preview

Color preview on black background

This text has color #FAEFF2 on black background.


Color preview on white background

This text has color #FAEFF2 on white background.


Black color preview on #FAEFF2 background

This text has black color on #FAEFF2 background.


White color preview on #FAEFF2 background

This text has white color on #FAEFF2 background.


Related colors

Complementary color

Complementary color for #hex is #05100D.


I love getcolorcode.com

Triadic colors

1 #F2FAEF and #EFF2FA with #FAEFF2 are triadic colors.

2 #F2EFFA and #EFFAF2 with #FAEFF2 are triadic colors.