COLOR #FED1FA

HEX: #FED1FA RGB: (254,209,250)

Color info

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

RGB color model

#FED1FA color RGB value is (254,209,250).

RGB: (254,209,250) (100%, 82%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 250 of 255 = 98%

254
209
250

R + G + B ~ 93%. #FED1FA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 209 + 250 = 713 (100%)
R 254 of 713 ~ 35.62%
G 209 of 713 ~ 29.31%
B 250 of 713 ~ 35.06'%

%35.62
%29.31
%35.06

CMYK color model

#FED1FA color CMYK value is (0,18,2,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK: (0,18,2,0) C0M18Y2K0 (0%,18%,2%,0%) (0.00/0.18/0.02/0.00) 

CMYK percentages

%0
%17.72
%1.57
%0.39

Codes

Color #FED1FA in popluar color models

FE D1 FA
RGB 254 209 250
HSL 305° 95.74% 90.78%
HSB/HSV 305° 17.72% 99.61%
CMYK 0.00% 17.72% 1.57%
0.39%

Color #FED1FA in popluar number systems.

HEX FE D1 FA
Decimal 254 209 250
Binary 11111110 11010001 11111010
Octal 376 321 372

Shades and tints

Shades of #FED1FA

#FED1FA
(254,209,250)
#E7BEE4
(231,190,228)
#D0ABCE
(208,171,206)
#B998B8
(185,152,184)
#A285A2
(162,133,162)
#8B728C
(139,114,140)
#745F76
(116,95,118)
#5D4C60
(93,76,96)
#46394A
(70,57,74)
#2F2634
(47,38,52)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #FED1FA

#FED1FA
(254,209,250)
#FED5FA
(254,213,250)
#FED9FA
(254,217,250)
#FEDDFA
(254,221,250)
#FEE1FA
(254,225,250)
#FEE5FA
(254,229,250)
#FEE9FA
(254,233,250)
#FEEDFA
(254,237,250)
#FEF1FA
(254,241,250)
#FEF5FA
(254,245,250)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED1FA; }

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

This text font color is #FED1FA.

Background Color

.myBgColor { background-color: #FED1FA; }

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

This div background color is #FED1FA.

Border color

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

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

This div border color is #FED1FA.

Opacity

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

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

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

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

This text has shadow with #FED1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED1FA.

Preview

Color preview on black background

This text has color #FED1FA on black background.


Color preview on white background

This text has color #FED1FA on white background.


Black color preview on #FED1FA background

This text has black color on #FED1FA background.


White color preview on #FED1FA background

This text has white color on #FED1FA background.


Related colors

Complementary color

Complementary color for #hex is #012E05.


I love getcolorcode.com

Triadic colors

1 #FAFED1 and #D1FAFE with #FED1FA are triadic colors.

2 #FAD1FE and #D1FEFA with #FED1FA are triadic colors.