COLOR #FBFEDF

HEX: #FBFEDF
RGB: (251,254,223)

Color info

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

RGB color model

#FBFEDF color RGB value is (251,254,223).

  • red value is 251;
  • green value is 254;
  • blue value is 223.
RGB:
(251,254,223)
(98%,100%,87%)

RGB channels and saturation

R 251 of 255 = 98%
G 254 of 255 = 100%
B 223 of 255 = 87%

251
254
223

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

Portions of RGB colors in percentages

R + G + B =
251 + 254 + 223 = 728 (100%)
R 251 of 728 ~ 34.48%
G 254 of 728 ~ 34.89%
B 223 of 728 ~ 30.63%

%34.48
%34.89
%30.63

CMYK color model

#FBFEDF color CMYK value is (1,0,12,0).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(1,0,12,0)
C1M0Y12K0 
(1%,0%,12%,0%)
(0.01/0.00/0.12/0.00)	

CMYK percentages

%1.18
%0
%12.2
%0.39

Codes

Color #FBFEDF in popluar color models

FBFEDF
RGB251254223
HSL66°93.94%93.53%
HSB/HSV66°12.20%99.61%
CMYK1.18%0.00%12.20%
0.39%

Color #FBFEDF in popluar number systems.

HEXFBFEDF
Decimal251254223
Binary111110111111111011011111
Octal373376337

Shades and tints

Shades of #FBFEDF

#FBFEDF
(251,254,223)
#E5E7CB
(229,231,203)
#CFD0B7
(207,208,183)
#B9B9A3
(185,185,163)
#A3A28F
(163,162,143)
#8D8B7B
(141,139,123)
#777467
(119,116,103)
#615D53
(97,93,83)
#4B463F
(75,70,63)
#352F2B
(53,47,43)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #FBFEDF

#FBFEDF
(251,254,223)
#FBFEE1
(251,254,225)
#FBFEE3
(251,254,227)
#FBFEE5
(251,254,229)
#FBFEE7
(251,254,231)
#FBFEE9
(251,254,233)
#FBFEEB
(251,254,235)
#FBFEED
(251,254,237)
#FBFEEF
(251,254,239)
#FBFEF1
(251,254,241)
#FBFEF3
(251,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBFEDF color. Also use rgb(251,254,223) instead hex code.

Text Font Color

.myTextColor { color: #FBFEDF; }

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

This text font color is #FBFEDF.


Background Color

.myBgColor { background-color: #FBFEDF; }

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

This div background color is #FBFEDF.


Border color

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

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

This div border color is #FBFEDF.


Opacity

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

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

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

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

This text has shadow with #FBFEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFEDF on black background.


Color preview on white background

This text has color #FBFEDF on white background.



Black color preview on #FBFEDF background

This text has black color on #FBFEDF background.


White color preview on #FBFEDF background

This text has white color on #FBFEDF background.