COLOR #FBF6C9

HEX: #FBF6C9
RGB: (251,246,201)

Color info

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

RGB color model

#FBF6C9 color RGB value is (251,246,201).

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

RGB channels and saturation

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

251
246
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 246 + 201 = 698 (100%)
R 251 of 698 ~ 35.96%
G 246 of 698 ~ 35.24%
B 201 of 698 ~ 28.8%

%35.96
%35.24
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,2,20,2)
C0M2Y20K2 
(0%,2%,20%,2%)
(0.00/0.02/0.20/0.02)	

CMYK percentages

%0
%1.99
%19.92
%1.57

Codes

Color #FBF6C9 in popluar color models

FBF6C9
RGB251246201
HSL54°86.21%88.63%
HSB/HSV54°19.92%98.43%
CMYK0.00%1.99%19.92%
1.57%

Color #FBF6C9 in popluar number systems.

HEXFBF6C9
Decimal251246201
Binary111110111111011011001001
Octal373366311

Shades and tints

Shades of #FBF6C9

#FBF6C9
(251,246,201)
#E5E0B7
(229,224,183)
#CFCAA5
(207,202,165)
#B9B493
(185,180,147)
#A39E81
(163,158,129)
#8D886F
(141,136,111)
#77725D
(119,114,93)
#615C4B
(97,92,75)
#4B4639
(75,70,57)
#353027
(53,48,39)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #FBF6C9

#FBF6C9
(251,246,201)
#FBF6CD
(251,246,205)
#FBF6D1
(251,246,209)
#FBF6D5
(251,246,213)
#FBF6D9
(251,246,217)
#FBF6DD
(251,246,221)
#FBF6E1
(251,246,225)
#FBF6E5
(251,246,229)
#FBF6E9
(251,246,233)
#FBF6ED
(251,246,237)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF6C9; }

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

This text font color is #FBF6C9.


Background Color

.myBgColor { background-color: #FBF6C9; }

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

This div background color is #FBF6C9.


Border color

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

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

This div border color is #FBF6C9.


Opacity

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

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

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

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

This text has shadow with #FBF6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF6C9 on black background.


Color preview on white background

This text has color #FBF6C9 on white background.



Black color preview on #FBF6C9 background

This text has black color on #FBF6C9 background.


White color preview on #FBF6C9 background

This text has white color on #FBF6C9 background.