COLOR #FEF4CF

HEX: #FEF4CF RGB: (254,244,207)

Color info

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

RGB color model

#FEF4CF color RGB value is (254,244,207).

RGB: (254,244,207) (100%, 96%, 81%)

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 207 of 255 = 81%

254
244
207

R + G + B ~ 92%. #FEF4CF is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 244 + 207 = 705 (100%)
R 254 of 705 ~ 36.03%
G 244 of 705 ~ 34.61%
B 207 of 705 ~ 29.36'%

%36.03
%34.61
%29.36

CMYK color model

#FEF4CF color CMYK value is (0,4,19,0).

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

CMYK: (0,4,19,0)
C0M4Y19K0 (0%, 4%, 19%, 0%)
(0.00 / 0.04 / 0.19 / 0.00)

CMYK percentages

%0
%3.94
%18.5
%0.39

Codes

Color #FEF4CF in popluar color models

FE F4 CF
RGB 254 244 207
HSL 47° 95.92% 90.39%
HSB/HSV 47° 18.50% 99.61%
CMYK 0.00% 3.94% 18.50%
0.39%

Color #FEF4CF in popluar number systems.

HEX FE F4 CF
Decimal 254 244 207
Binary 11111110 11110100 11001111
Octal 376 364 317

Shades and tints

Shades of #FEF4CF

#FEF4CF
(254,244,207)
#E7DEBD
(231,222,189)
#D0C8AB
(208,200,171)
#B9B299
(185,178,153)
#A29C87
(162,156,135)
#8B8675
(139,134,117)
#747063
(116,112,99)
#5D5A51
(93,90,81)
#46443F
(70,68,63)
#2F2E2D
(47,46,45)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #FEF4CF

#FEF4CF
(254,244,207)
#FEF5D3
(254,245,211)
#FEF6D7
(254,246,215)
#FEF7DB
(254,247,219)
#FEF8DF
(254,248,223)
#FEF9E3
(254,249,227)
#FEFAE7
(254,250,231)
#FEFBEB
(254,251,235)
#FEFCEF
(254,252,239)
#FEFDF3
(254,253,243)
#FEFEF7
(254,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4CF; }

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

This text font color is #FEF4CF.

Background Color

.myBgColor { background-color: #FEF4CF; }

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

This div background color is #FEF4CF.

Border color

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

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

This div border color is #FEF4CF.

Opacity

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

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

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

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

This text has shadow with #FEF4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF4CF.

Preview

Color preview on black background

This text has color #FEF4CF on black background.


Color preview on white background

This text has color #FEF4CF on white background.


Black color preview on #FEF4CF background

This text has black color on #FEF4CF background.


White color preview on #FEF4CF background

This text has white color on #FEF4CF background.


Related colors

Complementary color

Complementary color for #hex is #010B30.


I love getcolorcode.com

Triadic colors

1 #CFFEF4 and #F4CFFE with #FEF4CF are triadic colors.

2 #CFF4FE and #F4FECF with #FEF4CF are triadic colors.