COLOR #FEF0DB

HEX: #FEF0DB RGB: (254,240,219)

Color info

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

RGB color model

#FEF0DB color RGB value is (254,240,219).

RGB: (254,240,219) (100%, 94%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 240 of 255 = 94%
B 219 of 255 = 86%

254
240
219

R + G + B ~ 93%. #FEF0DB is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 240 + 219 = 713 (100%)
R 254 of 713 ~ 35.62%
G 240 of 713 ~ 33.66%
B 219 of 713 ~ 30.72'%

%35.62
%33.66
%30.72

CMYK color model

#FEF0DB color CMYK value is (0,6,14,0).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 13.78%
  • key color value is 0.39%
CMYK: (0,6,14,0) C0M6Y14K0 (0%,6%,14%,0%) (0.00/0.06/0.14/0.00) 

CMYK percentages

%0
%5.51
%13.78
%0.39

Codes

Color #FEF0DB in popluar color models

FE F0 DB
RGB 254 240 219
HSL 36° 94.59% 92.75%
HSB/HSV 36° 13.78% 99.61%
CMYK 0.00% 5.51% 13.78%
0.39%

Color #FEF0DB in popluar number systems.

HEX FE F0 DB
Decimal 254 240 219
Binary 11111110 11110000 11011011
Octal 376 360 333

Shades and tints

Shades of #FEF0DB

#FEF0DB
(254,240,219)
#E7DBC8
(231,219,200)
#D0C6B5
(208,198,181)
#B9B1A2
(185,177,162)
#A29C8F
(162,156,143)
#8B877C
(139,135,124)
#747269
(116,114,105)
#5D5D56
(93,93,86)
#464843
(70,72,67)
#2F3330
(47,51,48)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #FEF0DB

#FEF0DB
(254,240,219)
#FEF1DE
(254,241,222)
#FEF2E1
(254,242,225)
#FEF3E4
(254,243,228)
#FEF4E7
(254,244,231)
#FEF5EA
(254,245,234)
#FEF6ED
(254,246,237)
#FEF7F0
(254,247,240)
#FEF8F3
(254,248,243)
#FEF9F6
(254,249,246)
#FEFAF9
(254,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF0DB color. Also use rgb(254,240,219) instead hex code.

Text Font Color

.myTextColor { color: #FEF0DB; }

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

This text font color is #FEF0DB.

Background Color

.myBgColor { background-color: #FEF0DB; }

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

This div background color is #FEF0DB.

Border color

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

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

This div border color is #FEF0DB.

Opacity

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

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

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

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

This text has shadow with #FEF0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF0DB.

Preview

Color preview on black background

This text has color #FEF0DB on black background.


Color preview on white background

This text has color #FEF0DB on white background.


Black color preview on #FEF0DB background

This text has black color on #FEF0DB background.


White color preview on #FEF0DB background

This text has white color on #FEF0DB background.


Related colors

Complementary color

Complementary color for #hex is #010F24.


I love getcolorcode.com

Triadic colors

1 #DBFEF0 and #F0DBFE with #FEF0DB are triadic colors.

2 #DBF0FE and #F0FEDB with #FEF0DB are triadic colors.