COLOR #FBF2D7

HEX: #FBF2D7
RGB: (251,242,215)

Color info

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

RGB color model

#FBF2D7 color RGB value is (251,242,215).

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

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 215 of 255 = 84%

251
242
215

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

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 215 = 708 (100%)
R 251 of 708 ~ 35.45%
G 242 of 708 ~ 34.18%
B 215 of 708 ~ 30.37%

%35.45
%34.18
%30.37

CMYK color model

#FBF2D7 color CMYK value is (0,4,14,2).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(0,4,14,2)
C0M4Y14K2 
(0%,4%,14%,2%)
(0.00/0.04/0.14/0.02)	

CMYK percentages

%0
%3.59
%14.34
%1.57

Codes

Color #FBF2D7 in popluar color models

FBF2D7
RGB251242215
HSL45°81.82%91.37%
HSB/HSV45°14.34%98.43%
CMYK0.00%3.59%14.34%
1.57%

Color #FBF2D7 in popluar number systems.

HEXFBF2D7
Decimal251242215
Binary111110111111001011010111
Octal373362327

Shades and tints

Shades of #FBF2D7

#FBF2D7
(251,242,215)
#E5DCC4
(229,220,196)
#CFC6B1
(207,198,177)
#B9B09E
(185,176,158)
#A39A8B
(163,154,139)
#8D8478
(141,132,120)
#776E65
(119,110,101)
#615852
(97,88,82)
#4B423F
(75,66,63)
#352C2C
(53,44,44)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #FBF2D7

#FBF2D7
(251,242,215)
#FBF3DA
(251,243,218)
#FBF4DD
(251,244,221)
#FBF5E0
(251,245,224)
#FBF6E3
(251,246,227)
#FBF7E6
(251,247,230)
#FBF8E9
(251,248,233)
#FBF9EC
(251,249,236)
#FBFAEF
(251,250,239)
#FBFBF2
(251,251,242)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF2D7; }

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

This text font color is #FBF2D7.


Background Color

.myBgColor { background-color: #FBF2D7; }

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

This div background color is #FBF2D7.


Border color

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

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

This div border color is #FBF2D7.


Opacity

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

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

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

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

This text has shadow with #FBF2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2D7 on black background.


Color preview on white background

This text has color #FBF2D7 on white background.



Black color preview on #FBF2D7 background

This text has black color on #FBF2D7 background.


White color preview on #FBF2D7 background

This text has white color on #FBF2D7 background.