COLOR #FBF0D2

HEX: #FBF0D2
RGB: (251,240,210)

Color info

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

RGB color model

#FBF0D2 color RGB value is (251,240,210).

  • red value is 251;
  • green value is 240;
  • blue value is 210.
RGB:
(251,240,210)
(98%,94%,82%)

RGB channels and saturation

R 251 of 255 = 98%
G 240 of 255 = 94%
B 210 of 255 = 82%

251
240
210

R + G + B ~ 91%. #FBF0D2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 240 + 210 = 701 (100%)
R 251 of 701 ~ 35.81%
G 240 of 701 ~ 34.24%
B 210 of 701 ~ 29.96%

%35.81
%34.24
%29.96

CMYK color model

#FBF0D2 color CMYK value is (0,4,16,2).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,4,16,2)
C0M4Y16K2 
(0%,4%,16%,2%)
(0.00/0.04/0.16/0.02)	

CMYK percentages

%0
%4.38
%16.33
%1.57

Codes

Color #FBF0D2 in popluar color models

FBF0D2
RGB251240210
HSL44°83.67%90.39%
HSB/HSV44°16.33%98.43%
CMYK0.00%4.38%16.33%
1.57%

Color #FBF0D2 in popluar number systems.

HEXFBF0D2
Decimal251240210
Binary111110111111000011010010
Octal373360322

Shades and tints

Shades of #FBF0D2

#FBF0D2
(251,240,210)
#E5DBBF
(229,219,191)
#CFC6AC
(207,198,172)
#B9B199
(185,177,153)
#A39C86
(163,156,134)
#8D8773
(141,135,115)
#777260
(119,114,96)
#615D4D
(97,93,77)
#4B483A
(75,72,58)
#353327
(53,51,39)
#1F1E14
(31,30,20)
#000000
(0,0,0)

Tints of #FBF0D2

#FBF0D2
(251,240,210)
#FBF1D6
(251,241,214)
#FBF2DA
(251,242,218)
#FBF3DE
(251,243,222)
#FBF4E2
(251,244,226)
#FBF5E6
(251,245,230)
#FBF6EA
(251,246,234)
#FBF7EE
(251,247,238)
#FBF8F2
(251,248,242)
#FBF9F6
(251,249,246)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF0D2; }

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

This text font color is #FBF0D2.


Background Color

.myBgColor { background-color: #FBF0D2; }

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

This div background color is #FBF0D2.


Border color

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

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

This div border color is #FBF0D2.


Opacity

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

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

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

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

This text has shadow with #FBF0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF0D2 on black background.


Color preview on white background

This text has color #FBF0D2 on white background.



Black color preview on #FBF0D2 background

This text has black color on #FBF0D2 background.


White color preview on #FBF0D2 background

This text has white color on #FBF0D2 background.