COLOR #FED2C0

HEX: #FED2C0
RGB: (254,210,192)

Color info

#FED2C0 contains mainly red and green colors. Web safe color of #FED2C0 is #FFCCCC (or #FCC).

RGB color model

#FED2C0 color RGB value is (254,210,192).

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

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 192 of 255 = 75%

254
210
192

R + G + B ~ 86%. #FED2C0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 192 = 656 (100%)
R 254 of 656 ~ 38.72%
G 210 of 656 ~ 32.01%
B 192 of 656 ~ 29.27%

%38.72
%32.01
%29.27

CMYK color model

#FED2C0 color CMYK value is (0,17,24,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 24.41%
  • key color value is 0.39%
CMYK:
(0,17,24,0)
C0M17Y24K0 
(0%,17%,24%,0%)
(0.00/0.17/0.24/0.00)	

CMYK percentages

%0
%17.32
%24.41
%0.39

Codes

Color #FED2C0 in popluar color models

FED2C0
RGB254210192
HSL17°96.88%87.45%
HSB/HSV17°24.41%99.61%
CMYK0.00%17.32%24.41%
0.39%

Color #FED2C0 in popluar number systems.

HEXFED2C0
Decimal254210192
Binary111111101101001011000000
Octal376322300

Shades and tints

Shades of #FED2C0

#FED2C0
(254,210,192)
#E7BFAF
(231,191,175)
#D0AC9E
(208,172,158)
#B9998D
(185,153,141)
#A2867C
(162,134,124)
#8B736B
(139,115,107)
#74605A
(116,96,90)
#5D4D49
(93,77,73)
#463A38
(70,58,56)
#2F2727
(47,39,39)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #FED2C0

#FED2C0
(254,210,192)
#FED6C5
(254,214,197)
#FEDACA
(254,218,202)
#FEDECF
(254,222,207)
#FEE2D4
(254,226,212)
#FEE6D9
(254,230,217)
#FEEADE
(254,234,222)
#FEEEE3
(254,238,227)
#FEF2E8
(254,242,232)
#FEF6ED
(254,246,237)
#FEFAF2
(254,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED2C0; }

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

This text font color is #FED2C0.


Background Color

.myBgColor { background-color: #FED2C0; }

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

This div background color is #FED2C0.


Border color

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

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

This div border color is #FED2C0.


Opacity

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

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

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

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

This text has shadow with #FED2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED2C0 on black background.


Color preview on white background

This text has color #FED2C0 on white background.



Black color preview on #FED2C0 background

This text has black color on #FED2C0 background.


White color preview on #FED2C0 background

This text has white color on #FED2C0 background.