COLOR #FAFBEE

HEX: #FAFBEE RGB: (250,251,238)

Color info

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

RGB color model

#FAFBEE color RGB value is (250,251,238).

RGB: (250,251,238) (98%, 98%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 251 of 255 = 98%
B 238 of 255 = 93%

250
251
238

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

Portions of RGB colors in percentages

R + G + B = 250 + 251 + 238 = 739 (100%)
R 250 of 739 ~ 33.83%
G 251 of 739 ~ 33.96%
B 238 of 739 ~ 32.21'%

%33.83
%33.96
%32.21

CMYK color model

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

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

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

CMYK percentages

%0.4
%0
%5.18
%1.57

Codes

Color #FAFBEE in popluar color models

FA FB EE
RGB 250 251 238
HSL 65° 61.90% 95.88%
HSB/HSV 65° 5.18% 98.43%
CMYK 0.40% 0.00% 5.18%
1.57%

Color #FAFBEE in popluar number systems.

HEX FA FB EE
Decimal 250 251 238
Binary 11111010 11111011 11101110
Octal 372 373 356

Shades and tints

Shades of #FAFBEE

#FAFBEE
(250,251,238)
#E4E5D9
(228,229,217)
#CECFC4
(206,207,196)
#B8B9AF
(184,185,175)
#A2A39A
(162,163,154)
#8C8D85
(140,141,133)
#767770
(118,119,112)
#60615B
(96,97,91)
#4A4B46
(74,75,70)
#343531
(52,53,49)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #FAFBEE

#FAFBEE
(250,251,238)
#FAFBEF
(250,251,239)
#FAFBF0
(250,251,240)
#FAFBF1
(250,251,241)
#FAFBF2
(250,251,242)
#FAFBF3
(250,251,243)
#FAFBF4
(250,251,244)
#FAFBF5
(250,251,245)
#FAFBF6
(250,251,246)
#FAFBF7
(250,251,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFBEE; }

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

This text font color is #FAFBEE.

Background Color

.myBgColor { background-color: #FAFBEE; }

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

This div background color is #FAFBEE.

Border color

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

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

This div border color is #FAFBEE.

Opacity

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

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

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

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

This text has shadow with #FAFBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFBEE.

Preview

Color preview on black background

This text has color #FAFBEE on black background.


Color preview on white background

This text has color #FAFBEE on white background.


Black color preview on #FAFBEE background

This text has black color on #FAFBEE background.


White color preview on #FAFBEE background

This text has white color on #FAFBEE background.


Related colors

Complementary color

Complementary color for #hex is #050411.


I love getcolorcode.com

Triadic colors

1 #EEFAFB and #FBEEFA with #FAFBEE are triadic colors.

2 #EEFBFA and #FBFAEE with #FAFBEE are triadic colors.