COLOR #FED4D4

HEX: #FED4D4
RGB: (254,212,212)

Color info

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

RGB color model

#FED4D4 color RGB value is (254,212,212).

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

RGB channels and saturation

R 254 of 255 = 100%
G 212 of 255 = 83%
B 212 of 255 = 83%

254
212
212

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

Portions of RGB colors in percentages

R + G + B =
254 + 212 + 212 = 678 (100%)
R 254 of 678 ~ 37.46%
G 212 of 678 ~ 31.27%
B 212 of 678 ~ 31.27%

%37.46
%31.27
%31.27

CMYK color model

#FED4D4 color CMYK value is (0,17,17,0).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 16.54%
  • key color value is 0.39%
CMYK:
(0,17,17,0)
C0M17Y17K0 
(0%,17%,17%,0%)
(0.00/0.17/0.17/0.00)	

CMYK percentages

%0
%16.54
%16.54
%0.39

Codes

Color #FED4D4 in popluar color models

FED4D4
RGB254212212
HSL95.45%91.37%
HSB/HSV16.54%99.61%
CMYK0.00%16.54%16.54%
0.39%

Color #FED4D4 in popluar number systems.

HEXFED4D4
Decimal254212212
Binary111111101101010011010100
Octal376324324

Shades and tints

Shades of #FED4D4

#FED4D4
(254,212,212)
#E7C1C1
(231,193,193)
#D0AEAE
(208,174,174)
#B99B9B
(185,155,155)
#A28888
(162,136,136)
#8B7575
(139,117,117)
#746262
(116,98,98)
#5D4F4F
(93,79,79)
#463C3C
(70,60,60)
#2F2929
(47,41,41)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #FED4D4

#FED4D4
(254,212,212)
#FED7D7
(254,215,215)
#FEDADA
(254,218,218)
#FEDDDD
(254,221,221)
#FEE0E0
(254,224,224)
#FEE3E3
(254,227,227)
#FEE6E6
(254,230,230)
#FEE9E9
(254,233,233)
#FEECEC
(254,236,236)
#FEEFEF
(254,239,239)
#FEF2F2
(254,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED4D4; }

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

This text font color is #FED4D4.


Background Color

.myBgColor { background-color: #FED4D4; }

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

This div background color is #FED4D4.


Border color

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

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

This div border color is #FED4D4.


Opacity

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

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

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

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

This text has shadow with #FED4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED4D4 on black background.


Color preview on white background

This text has color #FED4D4 on white background.



Black color preview on #FED4D4 background

This text has black color on #FED4D4 background.


White color preview on #FED4D4 background

This text has white color on #FED4D4 background.