COLOR #FED0C5

HEX: #FED0C5 RGB: (254,208,197)

Color info

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

RGB color model

#FED0C5 color RGB value is (254,208,197).

RGB: (254,208,197) (100%, 82%, 77%)

RGB channels and saturation

R 254 of 255 = 100%
G 208 of 255 = 82%
B 197 of 255 = 77%

254
208
197

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

Portions of RGB colors in percentages

R + G + B = 254 + 208 + 197 = 659 (100%)
R 254 of 659 ~ 38.54%
G 208 of 659 ~ 31.56%
B 197 of 659 ~ 29.89'%

%38.54
%31.56
%29.89

CMYK color model

#FED0C5 color CMYK value is (0,18,22,0).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (0,18,22,0)
C0M18Y22K0 (0%, 18%, 22%, 0%)
(0.00 / 0.18 / 0.22 / 0.00)

CMYK percentages

%0
%18.11
%22.44
%0.39

Codes

Color #FED0C5 in popluar color models

FE D0 C5
RGB 254 208 197
HSL 12° 96.61% 88.43%
HSB/HSV 12° 22.44% 99.61%
CMYK 0.00% 18.11% 22.44%
0.39%

Color #FED0C5 in popluar number systems.

HEX FE D0 C5
Decimal 254 208 197
Binary 11111110 11010000 11000101
Octal 376 320 305

Shades and tints

Shades of #FED0C5

#FED0C5
(254,208,197)
#E7BEB4
(231,190,180)
#D0ACA3
(208,172,163)
#B99A92
(185,154,146)
#A28881
(162,136,129)
#8B7670
(139,118,112)
#74645F
(116,100,95)
#5D524E
(93,82,78)
#46403D
(70,64,61)
#2F2E2C
(47,46,44)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #FED0C5

#FED0C5
(254,208,197)
#FED4CA
(254,212,202)
#FED8CF
(254,216,207)
#FEDCD4
(254,220,212)
#FEE0D9
(254,224,217)
#FEE4DE
(254,228,222)
#FEE8E3
(254,232,227)
#FEECE8
(254,236,232)
#FEF0ED
(254,240,237)
#FEF4F2
(254,244,242)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED0C5 color. Also use rgb(254,208,197) instead hex code.

Text Font Color

.myTextColor { color: #FED0C5; }

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

This text font color is #FED0C5.

Background Color

.myBgColor { background-color: #FED0C5; }

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

This div background color is #FED0C5.

Border color

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

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

This div border color is #FED0C5.

Opacity

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

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

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

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

This text has shadow with #FED0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED0C5.

Preview

Color preview on black background

This text has color #FED0C5 on black background.


Color preview on white background

This text has color #FED0C5 on white background.


Black color preview on #FED0C5 background

This text has black color on #FED0C5 background.


White color preview on #FED0C5 background

This text has white color on #FED0C5 background.


Related colors

Complementary color

Complementary color for #hex is #012F3A.


I love getcolorcode.com

Triadic colors

1 #C5FED0 and #D0C5FE with #FED0C5 are triadic colors.

2 #C5D0FE and #D0FEC5 with #FED0C5 are triadic colors.