COLOR #FFFEFB

HEX: #FFFEFB
RGB: (255,254,251)

Color info

#FFFEFB contains red, green and blue colors in about the same proportion. Web safe color of #FFFEFB is #FFFFFF (or #FFF).

RGB color model

#FFFEFB color RGB value is (255,254,251).

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

RGB channels and saturation

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

255
254
251

R + G + B ~ 99%. #FFFEFB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 251 = 760 (100%)
R 255 of 760 ~ 33.55%
G 254 of 760 ~ 33.42%
B 251 of 760 ~ 33.03%

%33.55
%33.42
%33.03

CMYK color model

#FFFEFB color CMYK value is (0,0,2,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(0,0,2,0)
C0M0Y2K0 
(0%,0%,2%,0%)
(0.00/0.00/0.02/0.00)	

CMYK percentages

%0
%0.39
%1.57
%0

Codes

Color #FFFEFB in popluar color models

FFFEFB
RGB255254251
HSL45°100.00%99.22%
HSB/HSV45°1.57%100.00%
CMYK0.00%0.39%1.57%
0.00%

Color #FFFEFB in popluar number systems.

HEXFFFEFB
Decimal255254251
Binary111111111111111011111011
Octal377376373

Shades and tints

Shades of #FFFEFB

#FFFEFB
(255,254,251)
#E8E7E5
(232,231,229)
#D1D0CF
(209,208,207)
#BAB9B9
(186,185,185)
#A3A2A3
(163,162,163)
#8C8B8D
(140,139,141)
#757477
(117,116,119)
#5E5D61
(94,93,97)
#47464B
(71,70,75)
#302F35
(48,47,53)
#19181F
(25,24,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFEFB; }

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

This text font color is #FFFEFB.


Background Color

.myBgColor { background-color: #FFFEFB; }

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

This div background color is #FFFEFB.


Border color

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

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

This div border color is #FFFEFB.


Opacity

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

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

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

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

This text has shadow with #FFFEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFEFB on black background.


Color preview on white background

This text has color #FFFEFB on white background.



Black color preview on #FFFEFB background

This text has black color on #FFFEFB background.


White color preview on #FFFEFB background

This text has white color on #FFFEFB background.