COLOR #FED6D6

HEX: #FED6D6 RGB: (254,214,214)

Color info

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

RGB color model

#FED6D6 color RGB value is (254,214,214).

RGB: (254,214,214) (100%, 84%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 214 of 255 = 84%
B 214 of 255 = 84%

254
214
214

R + G + B ~ 89%. #FED6D6 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 214 + 214 = 682 (100%)
R 254 of 682 ~ 37.24%
G 214 of 682 ~ 31.38%
B 214 of 682 ~ 31.38'%

%37.24
%31.38
%31.38

CMYK color model

#FED6D6 color CMYK value is (0,16,16,0).

  • cyan value is 0.00%
  • magenta value is 15.75%
  • yellow value is 15.75%
  • key color value is 0.39%

CMYK: (0,16,16,0)
C0M16Y16K0 (0%, 16%, 16%, 0%)
(0.00 / 0.16 / 0.16 / 0.00)

CMYK percentages

%0
%15.75
%15.75
%0.39

Codes

Color #FED6D6 in popluar color models

FE D6 D6
RGB 254 214 214
HSL 95.24% 91.76%
HSB/HSV 15.75% 99.61%
CMYK 0.00% 15.75% 15.75%
0.39%

Color #FED6D6 in popluar number systems.

HEX FE D6 D6
Decimal 254 214 214
Binary 11111110 11010110 11010110
Octal 376 326 326

Shades and tints

Shades of #FED6D6

#FED6D6
(254,214,214)
#E7C3C3
(231,195,195)
#D0B0B0
(208,176,176)
#B99D9D
(185,157,157)
#A28A8A
(162,138,138)
#8B7777
(139,119,119)
#746464
(116,100,100)
#5D5151
(93,81,81)
#463E3E
(70,62,62)
#2F2B2B
(47,43,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #FED6D6

#FED6D6
(254,214,214)
#FED9D9
(254,217,217)
#FEDCDC
(254,220,220)
#FEDFDF
(254,223,223)
#FEE2E2
(254,226,226)
#FEE5E5
(254,229,229)
#FEE8E8
(254,232,232)
#FEEBEB
(254,235,235)
#FEEEEE
(254,238,238)
#FEF1F1
(254,241,241)
#FEF4F4
(254,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED6D6; }

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

This text font color is #FED6D6.

Background Color

.myBgColor { background-color: #FED6D6; }

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

This div background color is #FED6D6.

Border color

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

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

This div border color is #FED6D6.

Opacity

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

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

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

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

This text has shadow with #FED6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED6D6.

Preview

Color preview on black background

This text has color #FED6D6 on black background.


Color preview on white background

This text has color #FED6D6 on white background.


Black color preview on #FED6D6 background

This text has black color on #FED6D6 background.


White color preview on #FED6D6 background

This text has white color on #FED6D6 background.


Related colors

Complementary color

Complementary color for #hex is #012929.


I love getcolorcode.com