COLOR #FED3EB

HEX: #FED3EB RGB: (254,211,235)

Color info

#FED3EB contains red, green and blue colors in about the same proportion. Web safe color of #FED3EB is #FFCCFF (or #FCF).

RGB color model

#FED3EB color RGB value is (254,211,235).

RGB: (254,211,235) (100%, 83%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 235 of 255 = 92%

254
211
235

R + G + B ~ 92%. #FED3EB is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 211 + 235 = 700 (100%)
R 254 of 700 ~ 36.29%
G 211 of 700 ~ 30.14%
B 235 of 700 ~ 33.57'%

%36.29
%30.14
%33.57

CMYK color model

#FED3EB color CMYK value is (0,17,7,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 7.48%
  • key color value is 0.39%

CMYK: (0,17,7,0)
C0M17Y7K0 (0%, 17%, 7%, 0%)
(0.00 / 0.17 / 0.07 / 0.00)

CMYK percentages

%0
%16.93
%7.48
%0.39

Codes

Color #FED3EB in popluar color models

FE D3 EB
RGB 254 211 235
HSL 327° 95.56% 91.18%
HSB/HSV 327° 16.93% 99.61%
CMYK 0.00% 16.93% 7.48%
0.39%

Color #FED3EB in popluar number systems.

HEX FE D3 EB
Decimal 254 211 235
Binary 11111110 11010011 11101011
Octal 376 323 353

Shades and tints

Shades of #FED3EB

#FED3EB
(254,211,235)
#E7C0D6
(231,192,214)
#D0ADC1
(208,173,193)
#B99AAC
(185,154,172)
#A28797
(162,135,151)
#8B7482
(139,116,130)
#74616D
(116,97,109)
#5D4E58
(93,78,88)
#463B43
(70,59,67)
#2F282E
(47,40,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FED3EB

#FED3EB
(254,211,235)
#FED7EC
(254,215,236)
#FEDBED
(254,219,237)
#FEDFEE
(254,223,238)
#FEE3EF
(254,227,239)
#FEE7F0
(254,231,240)
#FEEBF1
(254,235,241)
#FEEFF2
(254,239,242)
#FEF3F3
(254,243,243)
#FEF7F4
(254,247,244)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED3EB; }

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

This text font color is #FED3EB.

Background Color

.myBgColor { background-color: #FED3EB; }

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

This div background color is #FED3EB.

Border color

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

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

This div border color is #FED3EB.

Opacity

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

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

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

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

This text has shadow with #FED3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED3EB.

Preview

Color preview on black background

This text has color #FED3EB on black background.


Color preview on white background

This text has color #FED3EB on white background.


Black color preview on #FED3EB background

This text has black color on #FED3EB background.


White color preview on #FED3EB background

This text has white color on #FED3EB background.


Related colors

Complementary color

Complementary color for #hex is #012C14.


I love getcolorcode.com

Triadic colors

1 #EBFED3 and #D3EBFE with #FED3EB are triadic colors.

2 #EBD3FE and #D3FEEB with #FED3EB are triadic colors.