COLOR #FEFBF4

HEX: #FEFBF4 RGB: (254,251,244)

Color info

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

RGB color model

#FEFBF4 color RGB value is (254,251,244).

RGB: (254,251,244) (100%, 98%, 96%)

RGB channels and saturation

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

254
251
244

R + G + B ~ 98%. #FEFBF4 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 251 + 244 = 749 (100%)
R 254 of 749 ~ 33.91%
G 251 of 749 ~ 33.51%
B 244 of 749 ~ 32.58'%

%33.91
%33.51
%32.58

CMYK color model

#FEFBF4 color CMYK value is (0,1,4,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 3.94%
  • key color value is 0.39%

CMYK: (0,1,4,0)
C0M1Y4K0 (0%, 1%, 4%, 0%)
(0.00 / 0.01 / 0.04 / 0.00)

CMYK percentages

%0
%1.18
%3.94
%0.39

Codes

Color #FEFBF4 in popluar color models

FE FB F4
RGB 254 251 244
HSL 42° 83.33% 97.65%
HSB/HSV 42° 3.94% 99.61%
CMYK 0.00% 1.18% 3.94%
0.39%

Color #FEFBF4 in popluar number systems.

HEX FE FB F4
Decimal 254 251 244
Binary 11111110 11111011 11110100
Octal 376 373 364

Shades and tints

Shades of #FEFBF4

#FEFBF4
(254,251,244)
#E7E5DE
(231,229,222)
#D0CFC8
(208,207,200)
#B9B9B2
(185,185,178)
#A2A39C
(162,163,156)
#8B8D86
(139,141,134)
#747770
(116,119,112)
#5D615A
(93,97,90)
#464B44
(70,75,68)
#2F352E
(47,53,46)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #FEFBF4

#FEFBF4
(254,251,244)
#FEFBF5
(254,251,245)
#FEFBF6
(254,251,246)
#FEFBF7
(254,251,247)
#FEFBF8
(254,251,248)
#FEFBF9
(254,251,249)
#FEFBFA
(254,251,250)
#FEFBFB
(254,251,251)
#FEFBFC
(254,251,252)
#FEFBFD
(254,251,253)
#FEFBFE
(254,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBF4; }

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

This text font color is #FEFBF4.

Background Color

.myBgColor { background-color: #FEFBF4; }

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

This div background color is #FEFBF4.

Border color

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

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

This div border color is #FEFBF4.

Opacity

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

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

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

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

This text has shadow with #FEFBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFBF4.

Preview

Color preview on black background

This text has color #FEFBF4 on black background.


Color preview on white background

This text has color #FEFBF4 on white background.


Black color preview on #FEFBF4 background

This text has black color on #FEFBF4 background.


White color preview on #FEFBF4 background

This text has white color on #FEFBF4 background.


Related colors

Complementary color

Complementary color for #hex is #01040B.


I love getcolorcode.com

Triadic colors

1 #F4FEFB and #FBF4FE with #FEFBF4 are triadic colors.

2 #F4FBFE and #FBFEF4 with #FEFBF4 are triadic colors.