COLOR #FBF4C6

HEX: #FBF4C6
RGB: (251,244,198)

Color info

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

RGB color model

#FBF4C6 color RGB value is (251,244,198).

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

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 198 of 255 = 78%

251
244
198

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

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 198 = 693 (100%)
R 251 of 693 ~ 36.22%
G 244 of 693 ~ 35.21%
B 198 of 693 ~ 28.57%

%36.22
%35.21
%28.57

CMYK color model

#FBF4C6 color CMYK value is (0,3,21,2).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 21.12%
  • key color value is 1.57%
CMYK:
(0,3,21,2)
C0M3Y21K2 
(0%,3%,21%,2%)
(0.00/0.03/0.21/0.02)	

CMYK percentages

%0
%2.79
%21.12
%1.57

Codes

Color #FBF4C6 in popluar color models

FBF4C6
RGB251244198
HSL52°86.89%88.04%
HSB/HSV52°21.12%98.43%
CMYK0.00%2.79%21.12%
1.57%

Color #FBF4C6 in popluar number systems.

HEXFBF4C6
Decimal251244198
Binary111110111111010011000110
Octal373364306

Shades and tints

Shades of #FBF4C6

#FBF4C6
(251,244,198)
#E5DEB4
(229,222,180)
#CFC8A2
(207,200,162)
#B9B290
(185,178,144)
#A39C7E
(163,156,126)
#8D866C
(141,134,108)
#77705A
(119,112,90)
#615A48
(97,90,72)
#4B4436
(75,68,54)
#352E24
(53,46,36)
#1F1812
(31,24,18)
#000000
(0,0,0)

Tints of #FBF4C6

#FBF4C6
(251,244,198)
#FBF5CB
(251,245,203)
#FBF6D0
(251,246,208)
#FBF7D5
(251,247,213)
#FBF8DA
(251,248,218)
#FBF9DF
(251,249,223)
#FBFAE4
(251,250,228)
#FBFBE9
(251,251,233)
#FBFCEE
(251,252,238)
#FBFDF3
(251,253,243)
#FBFEF8
(251,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF4C6; }

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

This text font color is #FBF4C6.


Background Color

.myBgColor { background-color: #FBF4C6; }

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

This div background color is #FBF4C6.


Border color

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

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

This div border color is #FBF4C6.


Opacity

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

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

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

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

This text has shadow with #FBF4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4C6 on black background.


Color preview on white background

This text has color #FBF4C6 on white background.



Black color preview on #FBF4C6 background

This text has black color on #FBF4C6 background.


White color preview on #FBF4C6 background

This text has white color on #FBF4C6 background.