COLOR #FAEFFB

HEX: #FAEFFB RGB: (250,239,251)

Color info

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

RGB color model

#FAEFFB color RGB value is (250,239,251).

RGB: (250,239,251) (98%, 94%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 251 of 255 = 98%

250
239
251

R + G + B ~ 97%. #FAEFFB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 251 = 740 (100%)
R 250 of 740 ~ 33.78%
G 239 of 740 ~ 32.3%
B 251 of 740 ~ 33.92'%

%33.78
%32.3
%33.92

CMYK color model

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

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

CMYK: (0,5,0,2)
C0M5Y0K2 (0%, 5%, 0%, 2%)
(0.00 / 0.05 / 0.00 / 0.02)

CMYK percentages

%0.4
%4.78
%0
%1.57

Codes

Color #FAEFFB in popluar color models

FA EF FB
RGB 250 239 251
HSL 295° 60.00% 96.08%
HSB/HSV 295° 4.78% 98.43%
CMYK 0.40% 4.78% 0.00%
1.57%

Color #FAEFFB in popluar number systems.

HEX FA EF FB
Decimal 250 239 251
Binary 11111010 11101111 11111011
Octal 372 357 373

Shades and tints

Shades of #FAEFFB

#FAEFFB
(250,239,251)
#E4DAE5
(228,218,229)
#CEC5CF
(206,197,207)
#B8B0B9
(184,176,185)
#A29BA3
(162,155,163)
#8C868D
(140,134,141)
#767177
(118,113,119)
#605C61
(96,92,97)
#4A474B
(74,71,75)
#343235
(52,50,53)
#1E1D1F
(30,29,31)
#000000
(0,0,0)

Tints of #FAEFFB

#FAEFFB
(250,239,251)
#FAF0FB
(250,240,251)
#FAF1FB
(250,241,251)
#FAF2FB
(250,242,251)
#FAF3FB
(250,243,251)
#FAF4FB
(250,244,251)
#FAF5FB
(250,245,251)
#FAF6FB
(250,246,251)
#FAF7FB
(250,247,251)
#FAF8FB
(250,248,251)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFFB; }

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

This text font color is #FAEFFB.

Background Color

.myBgColor { background-color: #FAEFFB; }

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

This div background color is #FAEFFB.

Border color

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

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

This div border color is #FAEFFB.

Opacity

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

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

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

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

This text has shadow with #FAEFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEFFB.

Preview

Color preview on black background

This text has color #FAEFFB on black background.


Color preview on white background

This text has color #FAEFFB on white background.


Black color preview on #FAEFFB background

This text has black color on #FAEFFB background.


White color preview on #FAEFFB background

This text has white color on #FAEFFB background.


Related colors

Complementary color

Complementary color for #hex is #051004.


I love getcolorcode.com

Triadic colors

1 #FBFAEF and #EFFBFA with #FAEFFB are triadic colors.

2 #FBEFFA and #EFFAFB with #FAEFFB are triadic colors.