COLOR #FED8EB

HEX: #FED8EB
RGB: (254,216,235)

Color info

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

RGB color model

#FED8EB color RGB value is (254,216,235).

  • red value is 254;
  • green value is 216;
  • blue value is 235.
RGB:
(254,216,235)
(100%,85%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 216 of 255 = 85%
B 235 of 255 = 92%

254
216
235

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

Portions of RGB colors in percentages

R + G + B =
254 + 216 + 235 = 705 (100%)
R 254 of 705 ~ 36.03%
G 216 of 705 ~ 30.64%
B 235 of 705 ~ 33.33%

%36.03
%30.64
%33.33

CMYK color model

#FED8EB color CMYK value is (0,15,7,0).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(0,15,7,0)
C0M15Y7K0 
(0%,15%,7%,0%)
(0.00/0.15/0.07/0.00)	

CMYK percentages

%0
%14.96
%7.48
%0.39

Codes

Color #FED8EB in popluar color models

FED8EB
RGB254216235
HSL330°95.00%92.16%
HSB/HSV330°14.96%99.61%
CMYK0.00%14.96%7.48%
0.39%

Color #FED8EB in popluar number systems.

HEXFED8EB
Decimal254216235
Binary111111101101100011101011
Octal376330353

Shades and tints

Shades of #FED8EB

#FED8EB
(254,216,235)
#E7C5D6
(231,197,214)
#D0B2C1
(208,178,193)
#B99FAC
(185,159,172)
#A28C97
(162,140,151)
#8B7982
(139,121,130)
#74666D
(116,102,109)
#5D5358
(93,83,88)
#464043
(70,64,67)
#2F2D2E
(47,45,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #FED8EB

#FED8EB
(254,216,235)
#FEDBEC
(254,219,236)
#FEDEED
(254,222,237)
#FEE1EE
(254,225,238)
#FEE4EF
(254,228,239)
#FEE7F0
(254,231,240)
#FEEAF1
(254,234,241)
#FEEDF2
(254,237,242)
#FEF0F3
(254,240,243)
#FEF3F4
(254,243,244)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED8EB; }

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

This text font color is #FED8EB.


Background Color

.myBgColor { background-color: #FED8EB; }

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

This div background color is #FED8EB.


Border color

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

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

This div border color is #FED8EB.


Opacity

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

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

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

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

This text has shadow with #FED8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED8EB on black background.


Color preview on white background

This text has color #FED8EB on white background.



Black color preview on #FED8EB background

This text has black color on #FED8EB background.


White color preview on #FED8EB background

This text has white color on #FED8EB background.