COLOR #FED3C7

HEX: #FED3C7
RGB: (254,211,199)

Color info

#FED3C7 contains red, green and blue colors in about the same proportion. Web safe color of #FED3C7 is #FFCCCC (or #FCC).

RGB color model

#FED3C7 color RGB value is (254,211,199).

  • red value is 254;
  • green value is 211;
  • blue value is 199.
RGB:
(254,211,199)
(100%,83%,78%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 199 of 255 = 78%

254
211
199

R + G + B ~ 87%. #FED3C7 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 199 = 664 (100%)
R 254 of 664 ~ 38.25%
G 211 of 664 ~ 31.78%
B 199 of 664 ~ 29.97%

%38.25
%31.78
%29.97

CMYK color model

#FED3C7 color CMYK value is (0,17,22,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 21.65%
  • key color value is 0.39%
CMYK:
(0,17,22,0)
C0M17Y22K0 
(0%,17%,22%,0%)
(0.00/0.17/0.22/0.00)	

CMYK percentages

%0
%16.93
%21.65
%0.39

Codes

Color #FED3C7 in popluar color models

FED3C7
RGB254211199
HSL13°96.49%88.82%
HSB/HSV13°21.65%99.61%
CMYK0.00%16.93%21.65%
0.39%

Color #FED3C7 in popluar number systems.

HEXFED3C7
Decimal254211199
Binary111111101101001111000111
Octal376323307

Shades and tints

Shades of #FED3C7

#FED3C7
(254,211,199)
#E7C0B5
(231,192,181)
#D0ADA3
(208,173,163)
#B99A91
(185,154,145)
#A2877F
(162,135,127)
#8B746D
(139,116,109)
#74615B
(116,97,91)
#5D4E49
(93,78,73)
#463B37
(70,59,55)
#2F2825
(47,40,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #FED3C7

#FED3C7
(254,211,199)
#FED7CC
(254,215,204)
#FEDBD1
(254,219,209)
#FEDFD6
(254,223,214)
#FEE3DB
(254,227,219)
#FEE7E0
(254,231,224)
#FEEBE5
(254,235,229)
#FEEFEA
(254,239,234)
#FEF3EF
(254,243,239)
#FEF7F4
(254,247,244)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED3C7 color. Also use rgb(254,211,199) instead hex code.

Text Font Color

.myTextColor { color: #FED3C7; }

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

This text font color is #FED3C7.


Background Color

.myBgColor { background-color: #FED3C7; }

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

This div background color is #FED3C7.


Border color

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

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

This div border color is #FED3C7.


Opacity

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

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

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

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

This text has shadow with #FED3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3C7 on black background.


Color preview on white background

This text has color #FED3C7 on white background.



Black color preview on #FED3C7 background

This text has black color on #FED3C7 background.


White color preview on #FED3C7 background

This text has white color on #FED3C7 background.