COLOR #FBFDE0

HEX: #FBFDE0
RGB: (251,253,224)

Color info

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

RGB color model

#FBFDE0 color RGB value is (251,253,224).

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

RGB channels and saturation

R 251 of 255 = 98%
G 253 of 255 = 99%
B 224 of 255 = 88%

251
253
224

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

Portions of RGB colors in percentages

R + G + B =
251 + 253 + 224 = 728 (100%)
R 251 of 728 ~ 34.48%
G 253 of 728 ~ 34.75%
B 224 of 728 ~ 30.77%

%34.48
%34.75
%30.77

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • 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
%11.46
%0.78

Codes

Color #FBFDE0 in popluar color models

FBFDE0
RGB251253224
HSL64°87.88%93.53%
HSB/HSV64°11.46%99.22%
CMYK0.79%0.00%11.46%
0.78%

Color #FBFDE0 in popluar number systems.

HEXFBFDE0
Decimal251253224
Binary111110111111110111100000
Octal373375340

Shades and tints

Shades of #FBFDE0

#FBFDE0
(251,253,224)
#E5E6CC
(229,230,204)
#CFCFB8
(207,207,184)
#B9B8A4
(185,184,164)
#A3A190
(163,161,144)
#8D8A7C
(141,138,124)
#777368
(119,115,104)
#615C54
(97,92,84)
#4B4540
(75,69,64)
#352E2C
(53,46,44)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBFDE0

#FBFDE0
(251,253,224)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFDE0; }

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

This text font color is #FBFDE0.


Background Color

.myBgColor { background-color: #FBFDE0; }

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

This div background color is #FBFDE0.


Border color

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

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

This div border color is #FBFDE0.


Opacity

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

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

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

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

This text has shadow with #FBFDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFDE0 on black background.


Color preview on white background

This text has color #FBFDE0 on white background.



Black color preview on #FBFDE0 background

This text has black color on #FBFDE0 background.


White color preview on #FBFDE0 background

This text has white color on #FBFDE0 background.