COLOR #FBF8CE

HEX: #FBF8CE RGB: (251,248,206)

Color info

#FBF8CE contains red, green and blue colors in about the same proportion. Web safe color of #FBF8CE is #FFFFCC (or #FFC).

RGB color model

#FBF8CE color RGB value is (251,248,206).

RGB: (251,248,206) (98%, 97%, 81%)

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 206 of 255 = 81%

251
248
206

R + G + B ~ 92%. #FBF8CE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 248 + 206 = 705 (100%)
R 251 of 705 ~ 35.6%
G 248 of 705 ~ 35.18%
B 206 of 705 ~ 29.22'%

%35.6
%35.18
%29.22

CMYK color model

#FBF8CE color CMYK value is (0,1,18,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 17.93%
  • key color value is 1.57%

CMYK: (0,1,18,2)
C0M1Y18K2 (0%, 1%, 18%, 2%)
(0.00 / 0.01 / 0.18 / 0.02)

CMYK percentages

%0
%1.2
%17.93
%1.57

Codes

Color #FBF8CE in popluar color models

FB F8 CE
RGB 251 248 206
HSL 56° 84.91% 89.61%
HSB/HSV 56° 17.93% 98.43%
CMYK 0.00% 1.20% 17.93%
1.57%

Color #FBF8CE in popluar number systems.

HEX FB F8 CE
Decimal 251 248 206
Binary 11111011 11111000 11001110
Octal 373 370 316

Shades and tints

Shades of #FBF8CE

#FBF8CE
(251,248,206)
#E5E2BC
(229,226,188)
#CFCCAA
(207,204,170)
#B9B698
(185,182,152)
#A3A086
(163,160,134)
#8D8A74
(141,138,116)
#777462
(119,116,98)
#615E50
(97,94,80)
#4B483E
(75,72,62)
#35322C
(53,50,44)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #FBF8CE

#FBF8CE
(251,248,206)
#FBF8D2
(251,248,210)
#FBF8D6
(251,248,214)
#FBF8DA
(251,248,218)
#FBF8DE
(251,248,222)
#FBF8E2
(251,248,226)
#FBF8E6
(251,248,230)
#FBF8EA
(251,248,234)
#FBF8EE
(251,248,238)
#FBF8F2
(251,248,242)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF8CE color. Also use rgb(251,248,206) instead hex code.

Text Font Color

.myTextColor { color: #FBF8CE; }

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

This text font color is #FBF8CE.

Background Color

.myBgColor { background-color: #FBF8CE; }

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

This div background color is #FBF8CE.

Border color

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

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

This div border color is #FBF8CE.

Opacity

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

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

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

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

This text has shadow with #FBF8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF8CE.

Preview

Color preview on black background

This text has color #FBF8CE on black background.


Color preview on white background

This text has color #FBF8CE on white background.


Black color preview on #FBF8CE background

This text has black color on #FBF8CE background.


White color preview on #FBF8CE background

This text has white color on #FBF8CE background.


Related colors

Complementary color

Complementary color for #hex is #040731.


I love getcolorcode.com

Triadic colors

1 #CEFBF8 and #F8CEFB with #FBF8CE are triadic colors.

2 #CEF8FB and #F8FBCE with #FBF8CE are triadic colors.