COLOR #FBF4D2

HEX: #FBF4D2
RGB: (251,244,210)

Color info

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

RGB color model

#FBF4D2 color RGB value is (251,244,210).

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

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 210 of 255 = 82%

251
244
210

R + G + B ~ 92%. #FBF4D2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 210 = 705 (100%)
R 251 of 705 ~ 35.6%
G 244 of 705 ~ 34.61%
B 210 of 705 ~ 29.79%

%35.6
%34.61
%29.79

CMYK color model

#FBF4D2 color CMYK value is (0,3,16,2).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,3,16,2)
C0M3Y16K2 
(0%,3%,16%,2%)
(0.00/0.03/0.16/0.02)	

CMYK percentages

%0
%2.79
%16.33
%1.57

Codes

Color #FBF4D2 in popluar color models

FBF4D2
RGB251244210
HSL50°83.67%90.39%
HSB/HSV50°16.33%98.43%
CMYK0.00%2.79%16.33%
1.57%

Color #FBF4D2 in popluar number systems.

HEXFBF4D2
Decimal251244210
Binary111110111111010011010010
Octal373364322

Shades and tints

Shades of #FBF4D2

#FBF4D2
(251,244,210)
#E5DEBF
(229,222,191)
#CFC8AC
(207,200,172)
#B9B299
(185,178,153)
#A39C86
(163,156,134)
#8D8673
(141,134,115)
#777060
(119,112,96)
#615A4D
(97,90,77)
#4B443A
(75,68,58)
#352E27
(53,46,39)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #FBF4D2

#FBF4D2
(251,244,210)
#FBF5D6
(251,245,214)
#FBF6DA
(251,246,218)
#FBF7DE
(251,247,222)
#FBF8E2
(251,248,226)
#FBF9E6
(251,249,230)
#FBFAEA
(251,250,234)
#FBFBEE
(251,251,238)
#FBFCF2
(251,252,242)
#FBFDF6
(251,253,246)
#FBFEFA
(251,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF4D2; }

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

This text font color is #FBF4D2.


Background Color

.myBgColor { background-color: #FBF4D2; }

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

This div background color is #FBF4D2.


Border color

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

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

This div border color is #FBF4D2.


Opacity

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

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

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

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

This text has shadow with #FBF4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4D2 on black background.


Color preview on white background

This text has color #FBF4D2 on white background.



Black color preview on #FBF4D2 background

This text has black color on #FBF4D2 background.


White color preview on #FBF4D2 background

This text has white color on #FBF4D2 background.