COLOR #FEF4AA

HEX: #FEF4AA
RGB: (254,244,170)

Color info

#FEF4AA contains mainly red and green colors. Web safe color of #FEF4AA is #FFFF99 (or #FF9).

RGB color model

#FEF4AA color RGB value is (254,244,170).

  • red value is 254;
  • green value is 244;
  • blue value is 170.
RGB:
(254,244,170)
(100%,96%,67%)

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 170 of 255 = 67%

254
244
170

R + G + B ~ 88%. #FEF4AA is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 244 + 170 = 668 (100%)
R 254 of 668 ~ 38.02%
G 244 of 668 ~ 36.53%
B 170 of 668 ~ 25.45%

%38.02
%36.53
%25.45

CMYK color model

#FEF4AA color CMYK value is (0,4,33,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 33.07%
  • key color value is 0.39%
CMYK:
(0,4,33,0)
C0M4Y33K0 
(0%,4%,33%,0%)
(0.00/0.04/0.33/0.00)	

CMYK percentages

%0
%3.94
%33.07
%0.39

Codes

Color #FEF4AA in popluar color models

FEF4AA
RGB254244170
HSL53°97.67%83.14%
HSB/HSV53°33.07%99.61%
CMYK0.00%3.94%33.07%
0.39%

Color #FEF4AA in popluar number systems.

HEXFEF4AA
Decimal254244170
Binary111111101111010010101010
Octal376364252

Shades and tints

Shades of #FEF4AA

#FEF4AA
(254,244,170)
#E7DE9B
(231,222,155)
#D0C88C
(208,200,140)
#B9B27D
(185,178,125)
#A29C6E
(162,156,110)
#8B865F
(139,134,95)
#747050
(116,112,80)
#5D5A41
(93,90,65)
#464432
(70,68,50)
#2F2E23
(47,46,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #FEF4AA

#FEF4AA
(254,244,170)
#FEF5B1
(254,245,177)
#FEF6B8
(254,246,184)
#FEF7BF
(254,247,191)
#FEF8C6
(254,248,198)
#FEF9CD
(254,249,205)
#FEFAD4
(254,250,212)
#FEFBDB
(254,251,219)
#FEFCE2
(254,252,226)
#FEFDE9
(254,253,233)
#FEFEF0
(254,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4AA; }

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

This text font color is #FEF4AA.


Background Color

.myBgColor { background-color: #FEF4AA; }

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

This div background color is #FEF4AA.


Border color

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

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

This div border color is #FEF4AA.


Opacity

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

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

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

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

This text has shadow with #FEF4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF4AA on black background.


Color preview on white background

This text has color #FEF4AA on white background.



Black color preview on #FEF4AA background

This text has black color on #FEF4AA background.


White color preview on #FEF4AA background

This text has white color on #FEF4AA background.