COLOR #FBFAEF

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

Color info

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

RGB color model

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

  • red value is 251;
  • green value is 250;
  • blue value is 239.
RGB:
(251,250,239)
(98%,98%,94%)

RGB channels and saturation

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

251
250
239

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

Portions of RGB colors in percentages

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

%33.92
%33.78
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 4.78%
  • 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
%0.4
%4.78
%1.57

Codes

Color #FBFAEF in popluar color models

FBFAEF
RGB251250239
HSL55°60.00%96.08%
HSB/HSV55°4.78%98.43%
CMYK0.00%0.40%4.78%
1.57%

Color #FBFAEF in popluar number systems.

HEXFBFAEF
Decimal251250239
Binary111110111111101011101111
Octal373372357

Shades and tints

Shades of #FBFAEF

#FBFAEF
(251,250,239)
#E5E4DA
(229,228,218)
#CFCEC5
(207,206,197)
#B9B8B0
(185,184,176)
#A3A29B
(163,162,155)
#8D8C86
(141,140,134)
#777671
(119,118,113)
#61605C
(97,96,92)
#4B4A47
(75,74,71)
#353432
(53,52,50)
#1F1E1D
(31,30,29)
#000000
(0,0,0)

Tints of #FBFAEF

#FBFAEF
(251,250,239)
#FBFAF0
(251,250,240)
#FBFAF1
(251,250,241)
#FBFAF2
(251,250,242)
#FBFAF3
(251,250,243)
#FBFAF4
(251,250,244)
#FBFAF5
(251,250,245)
#FBFAF6
(251,250,246)
#FBFAF7
(251,250,247)
#FBFAF8
(251,250,248)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAEF; }

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

This text font color is #FBFAEF.


Background Color

.myBgColor { background-color: #FBFAEF; }

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

This div background color is #FBFAEF.


Border color

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

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

This div border color is #FBFAEF.


Opacity

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

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

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

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

This text has shadow with #FBFAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAEF on black background.


Color preview on white background

This text has color #FBFAEF on white background.



Black color preview on #FBFAEF background

This text has black color on #FBFAEF background.


White color preview on #FBFAEF background

This text has white color on #FBFAEF background.