COLOR #FBF0ED

HEX: #FBF0ED RGB: (251,240,237)

Color info

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

RGB color model

#FBF0ED color RGB value is (251,240,237).

RGB: (251,240,237) (98%, 94%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 240 of 255 = 94%
B 237 of 255 = 93%

251
240
237

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

Portions of RGB colors in percentages

R + G + B = 251 + 240 + 237 = 728 (100%)
R 251 of 728 ~ 34.48%
G 240 of 728 ~ 32.97%
B 237 of 728 ~ 32.55'%

%34.48
%32.97
%32.55

CMYK color model

#FBF0ED color CMYK value is (0,4,6,2).

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

CMYK: (0,4,6,2)
C0M4Y6K2 (0%, 4%, 6%, 2%)
(0.00 / 0.04 / 0.06 / 0.02)

CMYK percentages

%0
%4.38
%5.58
%1.57

Codes

Color #FBF0ED in popluar color models

FB F0 ED
RGB 251 240 237
HSL 13° 63.64% 95.69%
HSB/HSV 13° 5.58% 98.43%
CMYK 0.00% 4.38% 5.58%
1.57%

Color #FBF0ED in popluar number systems.

HEX FB F0 ED
Decimal 251 240 237
Binary 11111011 11110000 11101101
Octal 373 360 355

Shades and tints

Shades of #FBF0ED

#FBF0ED
(251,240,237)
#E5DBD8
(229,219,216)
#CFC6C3
(207,198,195)
#B9B1AE
(185,177,174)
#A39C99
(163,156,153)
#8D8784
(141,135,132)
#77726F
(119,114,111)
#615D5A
(97,93,90)
#4B4845
(75,72,69)
#353330
(53,51,48)
#1F1E1B
(31,30,27)
#000000
(0,0,0)

Tints of #FBF0ED

#FBF0ED
(251,240,237)
#FBF1EE
(251,241,238)
#FBF2EF
(251,242,239)
#FBF3F0
(251,243,240)
#FBF4F1
(251,244,241)
#FBF5F2
(251,245,242)
#FBF6F3
(251,246,243)
#FBF7F4
(251,247,244)
#FBF8F5
(251,248,245)
#FBF9F6
(251,249,246)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF0ED; }

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

This text font color is #FBF0ED.

Background Color

.myBgColor { background-color: #FBF0ED; }

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

This div background color is #FBF0ED.

Border color

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

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

This div border color is #FBF0ED.

Opacity

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

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

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

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

This text has shadow with #FBF0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF0ED.

Preview

Color preview on black background

This text has color #FBF0ED on black background.


Color preview on white background

This text has color #FBF0ED on white background.


Black color preview on #FBF0ED background

This text has black color on #FBF0ED background.


White color preview on #FBF0ED background

This text has white color on #FBF0ED background.


Related colors

Complementary color

Complementary color for #hex is #040F12.


I love getcolorcode.com

Triadic colors

1 #EDFBF0 and #F0EDFB with #FBF0ED are triadic colors.

2 #EDF0FB and #F0FBED with #FBF0ED are triadic colors.