COLOR #FBF1C9

HEX: #FBF1C9
RGB: (251,241,201)

Color info

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

RGB color model

#FBF1C9 color RGB value is (251,241,201).

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

RGB channels and saturation

R 251 of 255 = 98%
G 241 of 255 = 95%
B 201 of 255 = 79%

251
241
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 241 + 201 = 693 (100%)
R 251 of 693 ~ 36.22%
G 241 of 693 ~ 34.78%
B 201 of 693 ~ 29%

%36.22
%34.78
%29

CMYK color model

#FBF1C9 color CMYK value is (0,4,20,2).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,4,20,2)
C0M4Y20K2 
(0%,4%,20%,2%)
(0.00/0.04/0.20/0.02)	

CMYK percentages

%0
%3.98
%19.92
%1.57

Codes

Color #FBF1C9 in popluar color models

FBF1C9
RGB251241201
HSL48°86.21%88.63%
HSB/HSV48°19.92%98.43%
CMYK0.00%3.98%19.92%
1.57%

Color #FBF1C9 in popluar number systems.

HEXFBF1C9
Decimal251241201
Binary111110111111000111001001
Octal373361311

Shades and tints

Shades of #FBF1C9

#FBF1C9
(251,241,201)
#E5DCB7
(229,220,183)
#CFC7A5
(207,199,165)
#B9B293
(185,178,147)
#A39D81
(163,157,129)
#8D886F
(141,136,111)
#77735D
(119,115,93)
#615E4B
(97,94,75)
#4B4939
(75,73,57)
#353427
(53,52,39)
#1F1F15
(31,31,21)
#000000
(0,0,0)

Tints of #FBF1C9

#FBF1C9
(251,241,201)
#FBF2CD
(251,242,205)
#FBF3D1
(251,243,209)
#FBF4D5
(251,244,213)
#FBF5D9
(251,245,217)
#FBF6DD
(251,246,221)
#FBF7E1
(251,247,225)
#FBF8E5
(251,248,229)
#FBF9E9
(251,249,233)
#FBFAED
(251,250,237)
#FBFBF1
(251,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF1C9; }

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

This text font color is #FBF1C9.


Background Color

.myBgColor { background-color: #FBF1C9; }

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

This div background color is #FBF1C9.


Border color

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

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

This div border color is #FBF1C9.


Opacity

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

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

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

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

This text has shadow with #FBF1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF1C9 on black background.


Color preview on white background

This text has color #FBF1C9 on white background.



Black color preview on #FBF1C9 background

This text has black color on #FBF1C9 background.


White color preview on #FBF1C9 background

This text has white color on #FBF1C9 background.