COLOR #FEDCFB

HEX: #FEDCFB RGB: (254,220,251)

Color info

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

RGB color model

#FEDCFB color RGB value is (254,220,251).

RGB: (254,220,251) (100%, 86%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 251 of 255 = 98%

254
220
251

R + G + B ~ 95%. #FEDCFB is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 220 + 251 = 725 (100%)
R 254 of 725 ~ 35.03%
G 220 of 725 ~ 30.34%
B 251 of 725 ~ 34.62'%

%35.03
%30.34
%34.62

CMYK color model

#FEDCFB color CMYK value is (0,13,1,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 1.18%
  • key color value is 0.39%

CMYK: (0,13,1,0)
C0M13Y1K0 (0%, 13%, 1%, 0%)
(0.00 / 0.13 / 0.01 / 0.00)

CMYK percentages

%0
%13.39
%1.18
%0.39

Codes

Color #FEDCFB in popluar color models

FE DC FB
RGB 254 220 251
HSL 305° 94.44% 92.94%
HSB/HSV 305° 13.39% 99.61%
CMYK 0.00% 13.39% 1.18%
0.39%

Color #FEDCFB in popluar number systems.

HEX FE DC FB
Decimal 254 220 251
Binary 11111110 11011100 11111011
Octal 376 334 373

Shades and tints

Shades of #FEDCFB

#FEDCFB
(254,220,251)
#E7C8E5
(231,200,229)
#D0B4CF
(208,180,207)
#B9A0B9
(185,160,185)
#A28CA3
(162,140,163)
#8B788D
(139,120,141)
#746477
(116,100,119)
#5D5061
(93,80,97)
#463C4B
(70,60,75)
#2F2835
(47,40,53)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #FEDCFB

#FEDCFB
(254,220,251)
#FEDFFB
(254,223,251)
#FEE2FB
(254,226,251)
#FEE5FB
(254,229,251)
#FEE8FB
(254,232,251)
#FEEBFB
(254,235,251)
#FEEEFB
(254,238,251)
#FEF1FB
(254,241,251)
#FEF4FB
(254,244,251)
#FEF7FB
(254,247,251)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCFB; }

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

This text font color is #FEDCFB.

Background Color

.myBgColor { background-color: #FEDCFB; }

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

This div background color is #FEDCFB.

Border color

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

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

This div border color is #FEDCFB.

Opacity

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

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

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

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

This text has shadow with #FEDCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDCFB.

Preview

Color preview on black background

This text has color #FEDCFB on black background.


Color preview on white background

This text has color #FEDCFB on white background.


Black color preview on #FEDCFB background

This text has black color on #FEDCFB background.


White color preview on #FEDCFB background

This text has white color on #FEDCFB background.


Related colors

Complementary color

Complementary color for #hex is #012304.


I love getcolorcode.com

Triadic colors

1 #FBFEDC and #DCFBFE with #FEDCFB are triadic colors.

2 #FBDCFE and #DCFEFB with #FEDCFB are triadic colors.