COLOR #FBF4D4

HEX: #FBF4D4
RGB: (251,244,212)

Color info

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

RGB color model

#FBF4D4 color RGB value is (251,244,212).

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

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 212 of 255 = 83%

251
244
212

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

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 212 = 707 (100%)
R 251 of 707 ~ 35.5%
G 244 of 707 ~ 34.51%
B 212 of 707 ~ 29.99%

%35.5
%34.51
%29.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 15.54%
  • 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
%15.54
%1.57

Codes

Color #FBF4D4 in popluar color models

FBF4D4
RGB251244212
HSL49°82.98%90.78%
HSB/HSV49°15.54%98.43%
CMYK0.00%2.79%15.54%
1.57%

Color #FBF4D4 in popluar number systems.

HEXFBF4D4
Decimal251244212
Binary111110111111010011010100
Octal373364324

Shades and tints

Shades of #FBF4D4

#FBF4D4
(251,244,212)
#E5DEC1
(229,222,193)
#CFC8AE
(207,200,174)
#B9B29B
(185,178,155)
#A39C88
(163,156,136)
#8D8675
(141,134,117)
#777062
(119,112,98)
#615A4F
(97,90,79)
#4B443C
(75,68,60)
#352E29
(53,46,41)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBF4D4

#FBF4D4
(251,244,212)
#FBF5D7
(251,245,215)
#FBF6DA
(251,246,218)
#FBF7DD
(251,247,221)
#FBF8E0
(251,248,224)
#FBF9E3
(251,249,227)
#FBFAE6
(251,250,230)
#FBFBE9
(251,251,233)
#FBFCEC
(251,252,236)
#FBFDEF
(251,253,239)
#FBFEF2
(251,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF4D4; }

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

This text font color is #FBF4D4.


Background Color

.myBgColor { background-color: #FBF4D4; }

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

This div background color is #FBF4D4.


Border color

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

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

This div border color is #FBF4D4.


Opacity

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

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

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

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

This text has shadow with #FBF4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4D4 on black background.


Color preview on white background

This text has color #FBF4D4 on white background.



Black color preview on #FBF4D4 background

This text has black color on #FBF4D4 background.


White color preview on #FBF4D4 background

This text has white color on #FBF4D4 background.