COLOR #FBF5CC

HEX: #FBF5CC
RGB: (251,245,204)

Color info

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

RGB color model

#FBF5CC color RGB value is (251,245,204).

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

RGB channels and saturation

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

251
245
204

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

Portions of RGB colors in percentages

R + G + B =
251 + 245 + 204 = 700 (100%)
R 251 of 700 ~ 35.86%
G 245 of 700 ~ 35%
B 204 of 700 ~ 29.14%

%35.86
%35
%29.14

CMYK color model

#FBF5CC color CMYK value is (0,2,19,2).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK:
(0,2,19,2)
C0M2Y19K2 
(0%,2%,19%,2%)
(0.00/0.02/0.19/0.02)	

CMYK percentages

%0
%2.39
%18.73
%1.57

Codes

Color #FBF5CC in popluar color models

FBF5CC
RGB251245204
HSL52°85.45%89.22%
HSB/HSV52°18.73%98.43%
CMYK0.00%2.39%18.73%
1.57%

Color #FBF5CC in popluar number systems.

HEXFBF5CC
Decimal251245204
Binary111110111111010111001100
Octal373365314

Shades and tints

Shades of #FBF5CC

#FBF5CC
(251,245,204)
#E5DFBA
(229,223,186)
#CFC9A8
(207,201,168)
#B9B396
(185,179,150)
#A39D84
(163,157,132)
#8D8772
(141,135,114)
#777160
(119,113,96)
#615B4E
(97,91,78)
#4B453C
(75,69,60)
#352F2A
(53,47,42)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBF5CC

#FBF5CC
(251,245,204)
#FBF5D0
(251,245,208)
#FBF5D4
(251,245,212)
#FBF5D8
(251,245,216)
#FBF5DC
(251,245,220)
#FBF5E0
(251,245,224)
#FBF5E4
(251,245,228)
#FBF5E8
(251,245,232)
#FBF5EC
(251,245,236)
#FBF5F0
(251,245,240)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF5CC; }

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

This text font color is #FBF5CC.


Background Color

.myBgColor { background-color: #FBF5CC; }

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

This div background color is #FBF5CC.


Border color

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

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

This div border color is #FBF5CC.


Opacity

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

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

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

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

This text has shadow with #FBF5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF5CC on black background.


Color preview on white background

This text has color #FBF5CC on white background.



Black color preview on #FBF5CC background

This text has black color on #FBF5CC background.


White color preview on #FBF5CC background

This text has white color on #FBF5CC background.