COLOR #FBF3E2

HEX: #FBF3E2
RGB: (251,243,226)

Color info

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

RGB color model

#FBF3E2 color RGB value is (251,243,226).

  • red value is 251;
  • green value is 243;
  • blue value is 226.
RGB:
(251,243,226)
(98%,95%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 243 of 255 = 95%
B 226 of 255 = 89%

251
243
226

R + G + B ~ 94%. #FBF3E2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 243 + 226 = 720 (100%)
R 251 of 720 ~ 34.86%
G 243 of 720 ~ 33.75%
B 226 of 720 ~ 31.39%

%34.86
%33.75
%31.39

CMYK color model

#FBF3E2 color CMYK value is (0,3,10,2).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,3,10,2)
C0M3Y10K2 
(0%,3%,10%,2%)
(0.00/0.03/0.10/0.02)	

CMYK percentages

%0
%3.19
%9.96
%1.57

Codes

Color #FBF3E2 in popluar color models

FBF3E2
RGB251243226
HSL41°75.76%93.53%
HSB/HSV41°9.96%98.43%
CMYK0.00%3.19%9.96%
1.57%

Color #FBF3E2 in popluar number systems.

HEXFBF3E2
Decimal251243226
Binary111110111111001111100010
Octal373363342

Shades and tints

Shades of #FBF3E2

#FBF3E2
(251,243,226)
#E5DDCE
(229,221,206)
#CFC7BA
(207,199,186)
#B9B1A6
(185,177,166)
#A39B92
(163,155,146)
#8D857E
(141,133,126)
#776F6A
(119,111,106)
#615956
(97,89,86)
#4B4342
(75,67,66)
#352D2E
(53,45,46)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #FBF3E2

#FBF3E2
(251,243,226)
#FBF4E4
(251,244,228)
#FBF5E6
(251,245,230)
#FBF6E8
(251,246,232)
#FBF7EA
(251,247,234)
#FBF8EC
(251,248,236)
#FBF9EE
(251,249,238)
#FBFAF0
(251,250,240)
#FBFBF2
(251,251,242)
#FBFCF4
(251,252,244)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF3E2 color. Also use rgb(251,243,226) instead hex code.

Text Font Color

.myTextColor { color: #FBF3E2; }

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

This text font color is #FBF3E2.


Background Color

.myBgColor { background-color: #FBF3E2; }

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

This div background color is #FBF3E2.


Border color

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

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

This div border color is #FBF3E2.


Opacity

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

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

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

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

This text has shadow with #FBF3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF3E2 on black background.


Color preview on white background

This text has color #FBF3E2 on white background.



Black color preview on #FBF3E2 background

This text has black color on #FBF3E2 background.


White color preview on #FBF3E2 background

This text has white color on #FBF3E2 background.