COLOR #FEF6CF

HEX: #FEF6CF
RGB: (254,246,207)

Color info

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

RGB color model

#FEF6CF color RGB value is (254,246,207).

  • red value is 254;
  • green value is 246;
  • blue value is 207.
RGB:
(254,246,207)
(100%,96%,81%)

RGB channels and saturation

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

254
246
207

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

Portions of RGB colors in percentages

R + G + B =
254 + 246 + 207 = 707 (100%)
R 254 of 707 ~ 35.93%
G 246 of 707 ~ 34.79%
B 207 of 707 ~ 29.28%

%35.93
%34.79
%29.28

CMYK color model

#FEF6CF color CMYK value is (0,3,19,0).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 18.50%
  • key color value is 0.39%
CMYK:
(0,3,19,0)
C0M3Y19K0 
(0%,3%,19%,0%)
(0.00/0.03/0.19/0.00)	

CMYK percentages

%0
%3.15
%18.5
%0.39

Codes

Color #FEF6CF in popluar color models

FEF6CF
RGB254246207
HSL50°95.92%90.39%
HSB/HSV50°18.50%99.61%
CMYK0.00%3.15%18.50%
0.39%

Color #FEF6CF in popluar number systems.

HEXFEF6CF
Decimal254246207
Binary111111101111011011001111
Octal376366317

Shades and tints

Shades of #FEF6CF

#FEF6CF
(254,246,207)
#E7E0BD
(231,224,189)
#D0CAAB
(208,202,171)
#B9B499
(185,180,153)
#A29E87
(162,158,135)
#8B8875
(139,136,117)
#747263
(116,114,99)
#5D5C51
(93,92,81)
#46463F
(70,70,63)
#2F302D
(47,48,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #FEF6CF

#FEF6CF
(254,246,207)
#FEF6D3
(254,246,211)
#FEF6D7
(254,246,215)
#FEF6DB
(254,246,219)
#FEF6DF
(254,246,223)
#FEF6E3
(254,246,227)
#FEF6E7
(254,246,231)
#FEF6EB
(254,246,235)
#FEF6EF
(254,246,239)
#FEF6F3
(254,246,243)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6CF; }

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

This text font color is #FEF6CF.


Background Color

.myBgColor { background-color: #FEF6CF; }

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

This div background color is #FEF6CF.


Border color

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

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

This div border color is #FEF6CF.


Opacity

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

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

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

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

This text has shadow with #FEF6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6CF on black background.


Color preview on white background

This text has color #FEF6CF on white background.



Black color preview on #FEF6CF background

This text has black color on #FEF6CF background.


White color preview on #FEF6CF background

This text has white color on #FEF6CF background.