COLOR #FBF3C9

HEX: #FBF3C9
RGB: (251,243,201)

Color info

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

RGB color model

#FBF3C9 color RGB value is (251,243,201).

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

RGB channels and saturation

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

251
243
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 243 + 201 = 695 (100%)
R 251 of 695 ~ 36.12%
G 243 of 695 ~ 34.96%
B 201 of 695 ~ 28.92%

%36.12
%34.96
%28.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.19%
  • 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
%3.19
%19.92
%1.57

Codes

Color #FBF3C9 in popluar color models

FBF3C9
RGB251243201
HSL50°86.21%88.63%
HSB/HSV50°19.92%98.43%
CMYK0.00%3.19%19.92%
1.57%

Color #FBF3C9 in popluar number systems.

HEXFBF3C9
Decimal251243201
Binary111110111111001111001001
Octal373363311

Shades and tints

Shades of #FBF3C9

#FBF3C9
(251,243,201)
#E5DDB7
(229,221,183)
#CFC7A5
(207,199,165)
#B9B193
(185,177,147)
#A39B81
(163,155,129)
#8D856F
(141,133,111)
#776F5D
(119,111,93)
#61594B
(97,89,75)
#4B4339
(75,67,57)
#352D27
(53,45,39)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBF3C9

#FBF3C9
(251,243,201)
#FBF4CD
(251,244,205)
#FBF5D1
(251,245,209)
#FBF6D5
(251,246,213)
#FBF7D9
(251,247,217)
#FBF8DD
(251,248,221)
#FBF9E1
(251,249,225)
#FBFAE5
(251,250,229)
#FBFBE9
(251,251,233)
#FBFCED
(251,252,237)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF3C9; }

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

This text font color is #FBF3C9.


Background Color

.myBgColor { background-color: #FBF3C9; }

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

This div background color is #FBF3C9.


Border color

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

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

This div border color is #FBF3C9.


Opacity

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

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

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

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

This text has shadow with #FBF3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF3C9 on black background.


Color preview on white background

This text has color #FBF3C9 on white background.



Black color preview on #FBF3C9 background

This text has black color on #FBF3C9 background.


White color preview on #FBF3C9 background

This text has white color on #FBF3C9 background.