COLOR #FBF4C9

HEX: #FBF4C9
RGB: (251,244,201)

Color info

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

RGB color model

#FBF4C9 color RGB value is (251,244,201).

  • red value is 251;
  • green value is 244;
  • blue value is 201.
RGB:
(251,244,201)
(98%,96%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 201 of 255 = 79%

251
244
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 201 = 696 (100%)
R 251 of 696 ~ 36.06%
G 244 of 696 ~ 35.06%
B 201 of 696 ~ 28.88%

%36.06
%35.06
%28.88

CMYK color model

#FBF4C9 color CMYK value is (0,3,20,2).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,3,20,2)
C0M3Y20K2 
(0%,3%,20%,2%)
(0.00/0.03/0.20/0.02)	

CMYK percentages

%0
%2.79
%19.92
%1.57

Codes

Color #FBF4C9 in popluar color models

FBF4C9
RGB251244201
HSL52°86.21%88.63%
HSB/HSV52°19.92%98.43%
CMYK0.00%2.79%19.92%
1.57%

Color #FBF4C9 in popluar number systems.

HEXFBF4C9
Decimal251244201
Binary111110111111010011001001
Octal373364311

Shades and tints

Shades of #FBF4C9

#FBF4C9
(251,244,201)
#E5DEB7
(229,222,183)
#CFC8A5
(207,200,165)
#B9B293
(185,178,147)
#A39C81
(163,156,129)
#8D866F
(141,134,111)
#77705D
(119,112,93)
#615A4B
(97,90,75)
#4B4439
(75,68,57)
#352E27
(53,46,39)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #FBF4C9

#FBF4C9
(251,244,201)
#FBF5CD
(251,245,205)
#FBF6D1
(251,246,209)
#FBF7D5
(251,247,213)
#FBF8D9
(251,248,217)
#FBF9DD
(251,249,221)
#FBFAE1
(251,250,225)
#FBFBE5
(251,251,229)
#FBFCE9
(251,252,233)
#FBFDED
(251,253,237)
#FBFEF1
(251,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF4C9 color. Also use rgb(251,244,201) instead hex code.

Text Font Color

.myTextColor { color: #FBF4C9; }

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

This text font color is #FBF4C9.


Background Color

.myBgColor { background-color: #FBF4C9; }

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

This div background color is #FBF4C9.


Border color

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

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

This div border color is #FBF4C9.


Opacity

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

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

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

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

This text has shadow with #FBF4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4C9 on black background.


Color preview on white background

This text has color #FBF4C9 on white background.



Black color preview on #FBF4C9 background

This text has black color on #FBF4C9 background.


White color preview on #FBF4C9 background

This text has white color on #FBF4C9 background.