COLOR #FED0FF

HEX: #FED0FF
RGB: (254,208,255)

Color info

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

RGB color model

#FED0FF color RGB value is (254,208,255).

  • red value is 254;
  • green value is 208;
  • blue value is 255.
RGB:
(254,208,255)
(100%,82%,100%)

RGB channels and saturation

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

254
208
255

R + G + B ~ 94%. #FED0FF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 208 + 255 = 717 (100%)
R 254 of 717 ~ 35.43%
G 208 of 717 ~ 29.01%
B 255 of 717 ~ 35.56%

%35.43
%29.01
%35.56

CMYK color model

#FED0FF color CMYK value is (0,18,0,0).

  • cyan value is 0.39%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,18,0,0)
C0M18Y0K0 
(0%,18%,0%,0%)
(0.00/0.18/0.00/0.00)	

CMYK percentages

%0.39
%18.43
%0
%0

Codes

Color #FED0FF in popluar color models

FED0FF
RGB254208255
HSL299°100.00%90.78%
HSB/HSV299°18.43%100.00%
CMYK0.39%18.43%0.00%
0.00%

Color #FED0FF in popluar number systems.

HEXFED0FF
Decimal254208255
Binary111111101101000011111111
Octal376320377

Shades and tints

Shades of #FED0FF

#FED0FF
(254,208,255)
#E7BEE8
(231,190,232)
#D0ACD1
(208,172,209)
#B99ABA
(185,154,186)
#A288A3
(162,136,163)
#8B768C
(139,118,140)
#746475
(116,100,117)
#5D525E
(93,82,94)
#464047
(70,64,71)
#2F2E30
(47,46,48)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #FED0FF

#FED0FF
(254,208,255)
#FED4FF
(254,212,255)
#FED8FF
(254,216,255)
#FEDCFF
(254,220,255)
#FEE0FF
(254,224,255)
#FEE4FF
(254,228,255)
#FEE8FF
(254,232,255)
#FEECFF
(254,236,255)
#FEF0FF
(254,240,255)
#FEF4FF
(254,244,255)
#FEF8FF
(254,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED0FF; }

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

This text font color is #FED0FF.


Background Color

.myBgColor { background-color: #FED0FF; }

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

This div background color is #FED0FF.


Border color

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

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

This div border color is #FED0FF.


Opacity

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

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

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

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

This text has shadow with #FED0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED0FF on black background.


Color preview on white background

This text has color #FED0FF on white background.



Black color preview on #FED0FF background

This text has black color on #FED0FF background.


White color preview on #FED0FF background

This text has white color on #FED0FF background.