COLOR #FBFDE2

HEX: #FBFDE2
RGB: (251,253,226)

Color info

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

RGB color model

#FBFDE2 color RGB value is (251,253,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 253 of 255 = 99%
B 226 of 255 = 89%

251
253
226

R + G + B ~ 95%. #FBFDE2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 253 + 226 = 730 (100%)
R 251 of 730 ~ 34.38%
G 253 of 730 ~ 34.66%
B 226 of 730 ~ 30.96%

%34.38
%34.66
%30.96

CMYK color model

#FBFDE2 color CMYK value is (1,0,11,1).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(1,0,11,1)
C1M0Y11K1 
(1%,0%,11%,1%)
(0.01/0.00/0.11/0.01)	

CMYK percentages

%0.79
%0
%10.67
%0.78

Codes

Color #FBFDE2 in popluar color models

FBFDE2
RGB251253226
HSL64°87.10%93.92%
HSB/HSV64°10.67%99.22%
CMYK0.79%0.00%10.67%
0.78%

Color #FBFDE2 in popluar number systems.

HEXFBFDE2
Decimal251253226
Binary111110111111110111100010
Octal373375342

Shades and tints

Shades of #FBFDE2

#FBFDE2
(251,253,226)
#E5E6CE
(229,230,206)
#CFCFBA
(207,207,186)
#B9B8A6
(185,184,166)
#A3A192
(163,161,146)
#8D8A7E
(141,138,126)
#77736A
(119,115,106)
#615C56
(97,92,86)
#4B4542
(75,69,66)
#352E2E
(53,46,46)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #FBFDE2

#FBFDE2
(251,253,226)
#FBFDE4
(251,253,228)
#FBFDE6
(251,253,230)
#FBFDE8
(251,253,232)
#FBFDEA
(251,253,234)
#FBFDEC
(251,253,236)
#FBFDEE
(251,253,238)
#FBFDF0
(251,253,240)
#FBFDF2
(251,253,242)
#FBFDF4
(251,253,244)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFDE2; }

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

This text font color is #FBFDE2.


Background Color

.myBgColor { background-color: #FBFDE2; }

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

This div background color is #FBFDE2.


Border color

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

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

This div border color is #FBFDE2.


Opacity

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

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

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

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

This text has shadow with #FBFDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFDE2 on black background.


Color preview on white background

This text has color #FBFDE2 on white background.



Black color preview on #FBFDE2 background

This text has black color on #FBFDE2 background.


White color preview on #FBFDE2 background

This text has white color on #FBFDE2 background.