COLOR #FEFAC4

HEX: #FEFAC4
RGB: (254,250,196)

Color info

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

RGB color model

#FEFAC4 color RGB value is (254,250,196).

  • red value is 254;
  • green value is 250;
  • blue value is 196.
RGB:
(254,250,196)
(100%,98%,77%)

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 196 of 255 = 77%

254
250
196

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

Portions of RGB colors in percentages

R + G + B =
254 + 250 + 196 = 700 (100%)
R 254 of 700 ~ 36.29%
G 250 of 700 ~ 35.71%
B 196 of 700 ~ 28%

%36.29
%35.71
%28

CMYK color model

#FEFAC4 color CMYK value is (0,2,23,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 22.83%
  • key color value is 0.39%
CMYK:
(0,2,23,0)
C0M2Y23K0 
(0%,2%,23%,0%)
(0.00/0.02/0.23/0.00)	

CMYK percentages

%0
%1.57
%22.83
%0.39

Codes

Color #FEFAC4 in popluar color models

FEFAC4
RGB254250196
HSL56°96.67%88.24%
HSB/HSV56°22.83%99.61%
CMYK0.00%1.57%22.83%
0.39%

Color #FEFAC4 in popluar number systems.

HEXFEFAC4
Decimal254250196
Binary111111101111101011000100
Octal376372304

Shades and tints

Shades of #FEFAC4

#FEFAC4
(254,250,196)
#E7E4B3
(231,228,179)
#D0CEA2
(208,206,162)
#B9B891
(185,184,145)
#A2A280
(162,162,128)
#8B8C6F
(139,140,111)
#74765E
(116,118,94)
#5D604D
(93,96,77)
#464A3C
(70,74,60)
#2F342B
(47,52,43)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #FEFAC4

#FEFAC4
(254,250,196)
#FEFAC9
(254,250,201)
#FEFACE
(254,250,206)
#FEFAD3
(254,250,211)
#FEFAD8
(254,250,216)
#FEFADD
(254,250,221)
#FEFAE2
(254,250,226)
#FEFAE7
(254,250,231)
#FEFAEC
(254,250,236)
#FEFAF1
(254,250,241)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFAC4 color. Also use rgb(254,250,196) instead hex code.

Text Font Color

.myTextColor { color: #FEFAC4; }

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

This text font color is #FEFAC4.


Background Color

.myBgColor { background-color: #FEFAC4; }

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

This div background color is #FEFAC4.


Border color

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

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

This div border color is #FEFAC4.


Opacity

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

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

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

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

This text has shadow with #FEFAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFAC4 on black background.


Color preview on white background

This text has color #FEFAC4 on white background.



Black color preview on #FEFAC4 background

This text has black color on #FEFAC4 background.


White color preview on #FEFAC4 background

This text has white color on #FEFAC4 background.