COLOR #FBF2DC

HEX: #FBF2DC
RGB: (251,242,220)

Color info

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

RGB color model

#FBF2DC color RGB value is (251,242,220).

  • red value is 251;
  • green value is 242;
  • blue value is 220.
RGB:
(251,242,220)
(98%,95%,86%)

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 220 of 255 = 86%

251
242
220

R + G + B ~ 93%. #FBF2DC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 220 = 713 (100%)
R 251 of 713 ~ 35.2%
G 242 of 713 ~ 33.94%
B 220 of 713 ~ 30.86%

%35.2
%33.94
%30.86

CMYK color model

#FBF2DC color CMYK value is (0,4,12,2).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,4,12,2)
C0M4Y12K2 
(0%,4%,12%,2%)
(0.00/0.04/0.12/0.02)	

CMYK percentages

%0
%3.59
%12.35
%1.57

Codes

Color #FBF2DC in popluar color models

FBF2DC
RGB251242220
HSL43°79.49%92.35%
HSB/HSV43°12.35%98.43%
CMYK0.00%3.59%12.35%
1.57%

Color #FBF2DC in popluar number systems.

HEXFBF2DC
Decimal251242220
Binary111110111111001011011100
Octal373362334

Shades and tints

Shades of #FBF2DC

#FBF2DC
(251,242,220)
#E5DCC8
(229,220,200)
#CFC6B4
(207,198,180)
#B9B0A0
(185,176,160)
#A39A8C
(163,154,140)
#8D8478
(141,132,120)
#776E64
(119,110,100)
#615850
(97,88,80)
#4B423C
(75,66,60)
#352C28
(53,44,40)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBF2DC

#FBF2DC
(251,242,220)
#FBF3DF
(251,243,223)
#FBF4E2
(251,244,226)
#FBF5E5
(251,245,229)
#FBF6E8
(251,246,232)
#FBF7EB
(251,247,235)
#FBF8EE
(251,248,238)
#FBF9F1
(251,249,241)
#FBFAF4
(251,250,244)
#FBFBF7
(251,251,247)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF2DC color. Also use rgb(251,242,220) instead hex code.

Text Font Color

.myTextColor { color: #FBF2DC; }

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

This text font color is #FBF2DC.


Background Color

.myBgColor { background-color: #FBF2DC; }

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

This div background color is #FBF2DC.


Border color

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

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

This div border color is #FBF2DC.


Opacity

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

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

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

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

This text has shadow with #FBF2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2DC on black background.


Color preview on white background

This text has color #FBF2DC on white background.



Black color preview on #FBF2DC background

This text has black color on #FBF2DC background.


White color preview on #FBF2DC background

This text has white color on #FBF2DC background.