COLOR #FBF3E4

HEX: #FBF3E4 RGB: (251,243,228)

Color info

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

RGB color model

#FBF3E4 color RGB value is (251,243,228).

RGB: (251,243,228) (98%, 95%, 89%)

RGB channels and saturation

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

251
243
228

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

Portions of RGB colors in percentages

R + G + B = 251 + 243 + 228 = 722 (100%)
R 251 of 722 ~ 34.76%
G 243 of 722 ~ 33.66%
B 228 of 722 ~ 31.58'%

%34.76
%33.66
%31.58

CMYK color model

#FBF3E4 color CMYK value is (0,3,9,2).

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

CMYK: (0,3,9,2)
C0M3Y9K2 (0%, 3%, 9%, 2%)
(0.00 / 0.03 / 0.09 / 0.02)

CMYK percentages

%0
%3.19
%9.16
%1.57

Codes

Color #FBF3E4 in popluar color models

FB F3 E4
RGB 251 243 228
HSL 39° 74.19% 93.92%
HSB/HSV 39° 9.16% 98.43%
CMYK 0.00% 3.19% 9.16%
1.57%

Color #FBF3E4 in popluar number systems.

HEX FB F3 E4
Decimal 251 243 228
Binary 11111011 11110011 11100100
Octal 373 363 344

Shades and tints

Shades of #FBF3E4

#FBF3E4
(251,243,228)
#E5DDD0
(229,221,208)
#CFC7BC
(207,199,188)
#B9B1A8
(185,177,168)
#A39B94
(163,155,148)
#8D8580
(141,133,128)
#776F6C
(119,111,108)
#615958
(97,89,88)
#4B4344
(75,67,68)
#352D30
(53,45,48)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #FBF3E4

#FBF3E4
(251,243,228)
#FBF4E6
(251,244,230)
#FBF5E8
(251,245,232)
#FBF6EA
(251,246,234)
#FBF7EC
(251,247,236)
#FBF8EE
(251,248,238)
#FBF9F0
(251,249,240)
#FBFAF2
(251,250,242)
#FBFBF4
(251,251,244)
#FBFCF6
(251,252,246)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF3E4; }

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

This text font color is #FBF3E4.

Background Color

.myBgColor { background-color: #FBF3E4; }

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

This div background color is #FBF3E4.

Border color

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

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

This div border color is #FBF3E4.

Opacity

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

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

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

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

This text has shadow with #FBF3E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF3E4.

Preview

Color preview on black background

This text has color #FBF3E4 on black background.


Color preview on white background

This text has color #FBF3E4 on white background.


Black color preview on #FBF3E4 background

This text has black color on #FBF3E4 background.


White color preview on #FBF3E4 background

This text has white color on #FBF3E4 background.


Related colors

Complementary color

Complementary color for #hex is #040C1B.


I love getcolorcode.com

Triadic colors

1 #E4FBF3 and #F3E4FB with #FBF3E4 are triadic colors.

2 #E4F3FB and #F3FBE4 with #FBF3E4 are triadic colors.