COLOR #FBFDD4

HEX: #FBFDD4
RGB: (251,253,212)

Color info

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

RGB color model

#FBFDD4 color RGB value is (251,253,212).

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

RGB channels and saturation

R 251 of 255 = 98%
G 253 of 255 = 99%
B 212 of 255 = 83%

251
253
212

R + G + B ~ 93%. #FBFDD4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 253 + 212 = 716 (100%)
R 251 of 716 ~ 35.06%
G 253 of 716 ~ 35.34%
B 212 of 716 ~ 29.61%

%35.06
%35.34
%29.61

CMYK color model

#FBFDD4 color CMYK value is (1,0,16,1).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(1,0,16,1)
C1M0Y16K1 
(1%,0%,16%,1%)
(0.01/0.00/0.16/0.01)	

CMYK percentages

%0.79
%0
%16.21
%0.78

Codes

Color #FBFDD4 in popluar color models

FBFDD4
RGB251253212
HSL63°91.11%91.18%
HSB/HSV63°16.21%99.22%
CMYK0.79%0.00%16.21%
0.78%

Color #FBFDD4 in popluar number systems.

HEXFBFDD4
Decimal251253212
Binary111110111111110111010100
Octal373375324

Shades and tints

Shades of #FBFDD4

#FBFDD4
(251,253,212)
#E5E6C1
(229,230,193)
#CFCFAE
(207,207,174)
#B9B89B
(185,184,155)
#A3A188
(163,161,136)
#8D8A75
(141,138,117)
#777362
(119,115,98)
#615C4F
(97,92,79)
#4B453C
(75,69,60)
#352E29
(53,46,41)
#1F1716
(31,23,22)
#000000
(0,0,0)

Tints of #FBFDD4

#FBFDD4
(251,253,212)
#FBFDD7
(251,253,215)
#FBFDDA
(251,253,218)
#FBFDDD
(251,253,221)
#FBFDE0
(251,253,224)
#FBFDE3
(251,253,227)
#FBFDE6
(251,253,230)
#FBFDE9
(251,253,233)
#FBFDEC
(251,253,236)
#FBFDEF
(251,253,239)
#FBFDF2
(251,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFDD4; }

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

This text font color is #FBFDD4.


Background Color

.myBgColor { background-color: #FBFDD4; }

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

This div background color is #FBFDD4.


Border color

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

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

This div border color is #FBFDD4.


Opacity

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

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

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

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

This text has shadow with #FBFDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFDD4 on black background.


Color preview on white background

This text has color #FBFDD4 on white background.



Black color preview on #FBFDD4 background

This text has black color on #FBFDD4 background.


White color preview on #FBFDD4 background

This text has white color on #FBFDD4 background.