COLOR #FBF4E2

HEX: #FBF4E2
RGB: (251,244,226)

Color info

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

RGB color model

#FBF4E2 color RGB value is (251,244,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 226 of 255 = 89%

251
244
226

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

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 226 = 721 (100%)
R 251 of 721 ~ 34.81%
G 244 of 721 ~ 33.84%
B 226 of 721 ~ 31.35%

%34.81
%33.84
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.79%
  • 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
%2.79
%9.96
%1.57

Codes

Color #FBF4E2 in popluar color models

FBF4E2
RGB251244226
HSL43°75.76%93.53%
HSB/HSV43°9.96%98.43%
CMYK0.00%2.79%9.96%
1.57%

Color #FBF4E2 in popluar number systems.

HEXFBF4E2
Decimal251244226
Binary111110111111010011100010
Octal373364342

Shades and tints

Shades of #FBF4E2

#FBF4E2
(251,244,226)
#E5DECE
(229,222,206)
#CFC8BA
(207,200,186)
#B9B2A6
(185,178,166)
#A39C92
(163,156,146)
#8D867E
(141,134,126)
#77706A
(119,112,106)
#615A56
(97,90,86)
#4B4442
(75,68,66)
#352E2E
(53,46,46)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #FBF4E2

#FBF4E2
(251,244,226)
#FBF5E4
(251,245,228)
#FBF6E6
(251,246,230)
#FBF7E8
(251,247,232)
#FBF8EA
(251,248,234)
#FBF9EC
(251,249,236)
#FBFAEE
(251,250,238)
#FBFBF0
(251,251,240)
#FBFCF2
(251,252,242)
#FBFDF4
(251,253,244)
#FBFEF6
(251,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF4E2; }

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

This text font color is #FBF4E2.


Background Color

.myBgColor { background-color: #FBF4E2; }

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

This div background color is #FBF4E2.


Border color

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

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

This div border color is #FBF4E2.


Opacity

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

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

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

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

This text has shadow with #FBF4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4E2 on black background.


Color preview on white background

This text has color #FBF4E2 on white background.



Black color preview on #FBF4E2 background

This text has black color on #FBF4E2 background.


White color preview on #FBF4E2 background

This text has white color on #FBF4E2 background.