COLOR #FED2C8

HEX: #FED2C8
RGB: (254,210,200)

Color info

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

RGB color model

#FED2C8 color RGB value is (254,210,200).

  • red value is 254;
  • green value is 210;
  • blue value is 200.
RGB:
(254,210,200)
(100%,82%,78%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 200 of 255 = 78%

254
210
200

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

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 200 = 664 (100%)
R 254 of 664 ~ 38.25%
G 210 of 664 ~ 31.63%
B 200 of 664 ~ 30.12%

%38.25
%31.63
%30.12

CMYK color model

#FED2C8 color CMYK value is (0,17,21,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(0,17,21,0)
C0M17Y21K0 
(0%,17%,21%,0%)
(0.00/0.17/0.21/0.00)	

CMYK percentages

%0
%17.32
%21.26
%0.39

Codes

Color #FED2C8 in popluar color models

FED2C8
RGB254210200
HSL11°96.43%89.02%
HSB/HSV11°21.26%99.61%
CMYK0.00%17.32%21.26%
0.39%

Color #FED2C8 in popluar number systems.

HEXFED2C8
Decimal254210200
Binary111111101101001011001000
Octal376322310

Shades and tints

Shades of #FED2C8

#FED2C8
(254,210,200)
#E7BFB6
(231,191,182)
#D0ACA4
(208,172,164)
#B99992
(185,153,146)
#A28680
(162,134,128)
#8B736E
(139,115,110)
#74605C
(116,96,92)
#5D4D4A
(93,77,74)
#463A38
(70,58,56)
#2F2726
(47,39,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #FED2C8

#FED2C8
(254,210,200)
#FED6CD
(254,214,205)
#FEDAD2
(254,218,210)
#FEDED7
(254,222,215)
#FEE2DC
(254,226,220)
#FEE6E1
(254,230,225)
#FEEAE6
(254,234,230)
#FEEEEB
(254,238,235)
#FEF2F0
(254,242,240)
#FEF6F5
(254,246,245)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED2C8 color. Also use rgb(254,210,200) instead hex code.

Text Font Color

.myTextColor { color: #FED2C8; }

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

This text font color is #FED2C8.


Background Color

.myBgColor { background-color: #FED2C8; }

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

This div background color is #FED2C8.


Border color

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

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

This div border color is #FED2C8.


Opacity

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

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

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

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

This text has shadow with #FED2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED2C8 on black background.


Color preview on white background

This text has color #FED2C8 on white background.



Black color preview on #FED2C8 background

This text has black color on #FED2C8 background.


White color preview on #FED2C8 background

This text has white color on #FED2C8 background.