COLOR #FBF3ED

HEX: #FBF3ED RGB: (251,243,237)

Color info

#FBF3ED contains red, green and blue colors in about the same proportion. Web safe color of #FBF3ED is #FFFFFF (or #FFF).

RGB color model

#FBF3ED color RGB value is (251,243,237).

RGB: (251,243,237) (98%, 95%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 243 of 255 = 95%
B 237 of 255 = 93%

251
243
237

R + G + B ~ 95%. #FBF3ED is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 243 + 237 = 731 (100%)
R 251 of 731 ~ 34.34%
G 243 of 731 ~ 33.24%
B 237 of 731 ~ 32.42'%

%34.34
%33.24
%32.42

CMYK color model

#FBF3ED color CMYK value is (0,3,6,2).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (0,3,6,2)
C0M3Y6K2 (0%, 3%, 6%, 2%)
(0.00 / 0.03 / 0.06 / 0.02)

CMYK percentages

%0
%3.19
%5.58
%1.57

Codes

Color #FBF3ED in popluar color models

FB F3 ED
RGB 251 243 237
HSL 26° 63.64% 95.69%
HSB/HSV 26° 5.58% 98.43%
CMYK 0.00% 3.19% 5.58%
1.57%

Color #FBF3ED in popluar number systems.

HEX FB F3 ED
Decimal 251 243 237
Binary 11111011 11110011 11101101
Octal 373 363 355

Shades and tints

Shades of #FBF3ED

#FBF3ED
(251,243,237)
#E5DDD8
(229,221,216)
#CFC7C3
(207,199,195)
#B9B1AE
(185,177,174)
#A39B99
(163,155,153)
#8D8584
(141,133,132)
#776F6F
(119,111,111)
#61595A
(97,89,90)
#4B4345
(75,67,69)
#352D30
(53,45,48)
#1F171B
(31,23,27)
#000000
(0,0,0)

Tints of #FBF3ED

#FBF3ED
(251,243,237)
#FBF4EE
(251,244,238)
#FBF5EF
(251,245,239)
#FBF6F0
(251,246,240)
#FBF7F1
(251,247,241)
#FBF8F2
(251,248,242)
#FBF9F3
(251,249,243)
#FBFAF4
(251,250,244)
#FBFBF5
(251,251,245)
#FBFCF6
(251,252,246)
#FBFDF7
(251,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF3ED; }

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

This text font color is #FBF3ED.

Background Color

.myBgColor { background-color: #FBF3ED; }

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

This div background color is #FBF3ED.

Border color

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

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

This div border color is #FBF3ED.

Opacity

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

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

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

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

This text has shadow with #FBF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF3ED.

Preview

Color preview on black background

This text has color #FBF3ED on black background.


Color preview on white background

This text has color #FBF3ED on white background.


Black color preview on #FBF3ED background

This text has black color on #FBF3ED background.


White color preview on #FBF3ED background

This text has white color on #FBF3ED background.


Related colors

Complementary color

Complementary color for #hex is #040C12.


I love getcolorcode.com

Triadic colors

1 #EDFBF3 and #F3EDFB with #FBF3ED are triadic colors.

2 #EDF3FB and #F3FBED with #FBF3ED are triadic colors.