COLOR #FBF0D5

HEX: #FBF0D5
RGB: (251,240,213)

Color info

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

RGB color model

#FBF0D5 color RGB value is (251,240,213).

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

RGB channels and saturation

R 251 of 255 = 98%
G 240 of 255 = 94%
B 213 of 255 = 84%

251
240
213

R + G + B ~ 92%. #FBF0D5 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 240 + 213 = 704 (100%)
R 251 of 704 ~ 35.65%
G 240 of 704 ~ 34.09%
B 213 of 704 ~ 30.26%

%35.65
%34.09
%30.26

CMYK color model

#FBF0D5 color CMYK value is (0,4,15,2).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(0,4,15,2)
C0M4Y15K2 
(0%,4%,15%,2%)
(0.00/0.04/0.15/0.02)	

CMYK percentages

%0
%4.38
%15.14
%1.57

Codes

Color #FBF0D5 in popluar color models

FBF0D5
RGB251240213
HSL43°82.61%90.98%
HSB/HSV43°15.14%98.43%
CMYK0.00%4.38%15.14%
1.57%

Color #FBF0D5 in popluar number systems.

HEXFBF0D5
Decimal251240213
Binary111110111111000011010101
Octal373360325

Shades and tints

Shades of #FBF0D5

#FBF0D5
(251,240,213)
#E5DBC2
(229,219,194)
#CFC6AF
(207,198,175)
#B9B19C
(185,177,156)
#A39C89
(163,156,137)
#8D8776
(141,135,118)
#777263
(119,114,99)
#615D50
(97,93,80)
#4B483D
(75,72,61)
#35332A
(53,51,42)
#1F1E17
(31,30,23)
#000000
(0,0,0)

Tints of #FBF0D5

#FBF0D5
(251,240,213)
#FBF1D8
(251,241,216)
#FBF2DB
(251,242,219)
#FBF3DE
(251,243,222)
#FBF4E1
(251,244,225)
#FBF5E4
(251,245,228)
#FBF6E7
(251,246,231)
#FBF7EA
(251,247,234)
#FBF8ED
(251,248,237)
#FBF9F0
(251,249,240)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF0D5; }

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

This text font color is #FBF0D5.


Background Color

.myBgColor { background-color: #FBF0D5; }

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

This div background color is #FBF0D5.


Border color

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

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

This div border color is #FBF0D5.


Opacity

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

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

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

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

This text has shadow with #FBF0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF0D5 on black background.


Color preview on white background

This text has color #FBF0D5 on white background.



Black color preview on #FBF0D5 background

This text has black color on #FBF0D5 background.


White color preview on #FBF0D5 background

This text has white color on #FBF0D5 background.