COLOR #FBF5CD

HEX: #FBF5CD
RGB: (251,245,205)

Color info

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

RGB color model

#FBF5CD color RGB value is (251,245,205).

  • red value is 251;
  • green value is 245;
  • blue value is 205.
RGB:
(251,245,205)
(98%,96%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 245 of 255 = 96%
B 205 of 255 = 80%

251
245
205

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

Portions of RGB colors in percentages

R + G + B =
251 + 245 + 205 = 701 (100%)
R 251 of 701 ~ 35.81%
G 245 of 701 ~ 34.95%
B 205 of 701 ~ 29.24%

%35.81
%34.95
%29.24

CMYK color model

#FBF5CD color CMYK value is (0,2,18,2).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 18.33%
  • key color value is 1.57%
CMYK:
(0,2,18,2)
C0M2Y18K2 
(0%,2%,18%,2%)
(0.00/0.02/0.18/0.02)	

CMYK percentages

%0
%2.39
%18.33
%1.57

Codes

Color #FBF5CD in popluar color models

FBF5CD
RGB251245205
HSL52°85.19%89.41%
HSB/HSV52°18.33%98.43%
CMYK0.00%2.39%18.33%
1.57%

Color #FBF5CD in popluar number systems.

HEXFBF5CD
Decimal251245205
Binary111110111111010111001101
Octal373365315

Shades and tints

Shades of #FBF5CD

#FBF5CD
(251,245,205)
#E5DFBB
(229,223,187)
#CFC9A9
(207,201,169)
#B9B397
(185,179,151)
#A39D85
(163,157,133)
#8D8773
(141,135,115)
#777161
(119,113,97)
#615B4F
(97,91,79)
#4B453D
(75,69,61)
#352F2B
(53,47,43)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBF5CD

#FBF5CD
(251,245,205)
#FBF5D1
(251,245,209)
#FBF5D5
(251,245,213)
#FBF5D9
(251,245,217)
#FBF5DD
(251,245,221)
#FBF5E1
(251,245,225)
#FBF5E5
(251,245,229)
#FBF5E9
(251,245,233)
#FBF5ED
(251,245,237)
#FBF5F1
(251,245,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF5CD color. Also use rgb(251,245,205) instead hex code.

Text Font Color

.myTextColor { color: #FBF5CD; }

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

This text font color is #FBF5CD.


Background Color

.myBgColor { background-color: #FBF5CD; }

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

This div background color is #FBF5CD.


Border color

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

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

This div border color is #FBF5CD.


Opacity

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

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

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

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

This text has shadow with #FBF5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF5CD on black background.


Color preview on white background

This text has color #FBF5CD on white background.



Black color preview on #FBF5CD background

This text has black color on #FBF5CD background.


White color preview on #FBF5CD background

This text has white color on #FBF5CD background.