COLOR #FBF2D3

HEX: #FBF2D3
RGB: (251,242,211)

Color info

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

RGB color model

#FBF2D3 color RGB value is (251,242,211).

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

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 211 of 255 = 83%

251
242
211

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

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 211 = 704 (100%)
R 251 of 704 ~ 35.65%
G 242 of 704 ~ 34.38%
B 211 of 704 ~ 29.97%

%35.65
%34.38
%29.97

CMYK color model

#FBF2D3 color CMYK value is (0,4,16,2).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK:
(0,4,16,2)
C0M4Y16K2 
(0%,4%,16%,2%)
(0.00/0.04/0.16/0.02)	

CMYK percentages

%0
%3.59
%15.94
%1.57

Codes

Color #FBF2D3 in popluar color models

FBF2D3
RGB251242211
HSL47°83.33%90.59%
HSB/HSV47°15.94%98.43%
CMYK0.00%3.59%15.94%
1.57%

Color #FBF2D3 in popluar number systems.

HEXFBF2D3
Decimal251242211
Binary111110111111001011010011
Octal373362323

Shades and tints

Shades of #FBF2D3

#FBF2D3
(251,242,211)
#E5DCC0
(229,220,192)
#CFC6AD
(207,198,173)
#B9B09A
(185,176,154)
#A39A87
(163,154,135)
#8D8474
(141,132,116)
#776E61
(119,110,97)
#61584E
(97,88,78)
#4B423B
(75,66,59)
#352C28
(53,44,40)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #FBF2D3

#FBF2D3
(251,242,211)
#FBF3D7
(251,243,215)
#FBF4DB
(251,244,219)
#FBF5DF
(251,245,223)
#FBF6E3
(251,246,227)
#FBF7E7
(251,247,231)
#FBF8EB
(251,248,235)
#FBF9EF
(251,249,239)
#FBFAF3
(251,250,243)
#FBFBF7
(251,251,247)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF2D3; }

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

This text font color is #FBF2D3.


Background Color

.myBgColor { background-color: #FBF2D3; }

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

This div background color is #FBF2D3.


Border color

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

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

This div border color is #FBF2D3.


Opacity

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

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

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

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

This text has shadow with #FBF2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2D3 on black background.


Color preview on white background

This text has color #FBF2D3 on white background.



Black color preview on #FBF2D3 background

This text has black color on #FBF2D3 background.


White color preview on #FBF2D3 background

This text has white color on #FBF2D3 background.