COLOR #FEFBD8

HEX: #FEFBD8 RGB: (254,251,216)

Color info

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

RGB color model

#FEFBD8 color RGB value is (254,251,216).

RGB: (254,251,216) (100%, 98%, 85%)

RGB channels and saturation

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

254
251
216

R + G + B ~ 94%. #FEFBD8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 251 + 216 = 721 (100%)
R 254 of 721 ~ 35.23%
G 251 of 721 ~ 34.81%
B 216 of 721 ~ 29.96'%

%35.23
%34.81
%29.96

CMYK color model

#FEFBD8 color CMYK value is (0,1,15,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 14.96%
  • key color value is 0.39%
CMYK: (0,1,15,0) C0M1Y15K0 (0%,1%,15%,0%) (0.00/0.01/0.15/0.00) 

CMYK percentages

%0
%1.18
%14.96
%0.39

Codes

Color #FEFBD8 in popluar color models

FE FB D8
RGB 254 251 216
HSL 55° 95.00% 92.16%
HSB/HSV 55° 14.96% 99.61%
CMYK 0.00% 1.18% 14.96%
0.39%

Color #FEFBD8 in popluar number systems.

HEX FE FB D8
Decimal 254 251 216
Binary 11111110 11111011 11011000
Octal 376 373 330

Shades and tints

Shades of #FEFBD8

#FEFBD8
(254,251,216)
#E7E5C5
(231,229,197)
#D0CFB2
(208,207,178)
#B9B99F
(185,185,159)
#A2A38C
(162,163,140)
#8B8D79
(139,141,121)
#747766
(116,119,102)
#5D6153
(93,97,83)
#464B40
(70,75,64)
#2F352D
(47,53,45)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #FEFBD8

#FEFBD8
(254,251,216)
#FEFBDB
(254,251,219)
#FEFBDE
(254,251,222)
#FEFBE1
(254,251,225)
#FEFBE4
(254,251,228)
#FEFBE7
(254,251,231)
#FEFBEA
(254,251,234)
#FEFBED
(254,251,237)
#FEFBF0
(254,251,240)
#FEFBF3
(254,251,243)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFBD8; }

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

This text font color is #FEFBD8.

Background Color

.myBgColor { background-color: #FEFBD8; }

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

This div background color is #FEFBD8.

Border color

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

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

This div border color is #FEFBD8.

Opacity

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

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

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

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

This text has shadow with #FEFBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFBD8.

Preview

Color preview on black background

This text has color #FEFBD8 on black background.


Color preview on white background

This text has color #FEFBD8 on white background.


Black color preview on #FEFBD8 background

This text has black color on #FEFBD8 background.


White color preview on #FEFBD8 background

This text has white color on #FEFBD8 background.


Related colors

Complementary color

Complementary color for #hex is #010427.


I love getcolorcode.com

Triadic colors

1 #D8FEFB and #FBD8FE with #FEFBD8 are triadic colors.

2 #D8FBFE and #FBFED8 with #FEFBD8 are triadic colors.