COLOR #FEDBF9

HEX: #FEDBF9 RGB: (254,219,249)

Color info

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

RGB color model

#FEDBF9 color RGB value is (254,219,249).

RGB: (254,219,249) (100%, 86%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 219 of 255 = 86%
B 249 of 255 = 98%

254
219
249

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

Portions of RGB colors in percentages

R + G + B = 254 + 219 + 249 = 722 (100%)
R 254 of 722 ~ 35.18%
G 219 of 722 ~ 30.33%
B 249 of 722 ~ 34.49'%

%35.18
%30.33
%34.49

CMYK color model

#FEDBF9 color CMYK value is (0,14,2,0).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 1.97%
  • key color value is 0.39%

CMYK: (0,14,2,0)
C0M14Y2K0 (0%, 14%, 2%, 0%)
(0.00 / 0.14 / 0.02 / 0.00)

CMYK percentages

%0
%13.78
%1.97
%0.39

Codes

Color #FEDBF9 in popluar color models

FE DB F9
RGB 254 219 249
HSL 309° 94.59% 92.75%
HSB/HSV 309° 13.78% 99.61%
CMYK 0.00% 13.78% 1.97%
0.39%

Color #FEDBF9 in popluar number systems.

HEX FE DB F9
Decimal 254 219 249
Binary 11111110 11011011 11111001
Octal 376 333 371

Shades and tints

Shades of #FEDBF9

#FEDBF9
(254,219,249)
#E7C8E3
(231,200,227)
#D0B5CD
(208,181,205)
#B9A2B7
(185,162,183)
#A28FA1
(162,143,161)
#8B7C8B
(139,124,139)
#746975
(116,105,117)
#5D565F
(93,86,95)
#464349
(70,67,73)
#2F3033
(47,48,51)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #FEDBF9

#FEDBF9
(254,219,249)
#FEDEF9
(254,222,249)
#FEE1F9
(254,225,249)
#FEE4F9
(254,228,249)
#FEE7F9
(254,231,249)
#FEEAF9
(254,234,249)
#FEEDF9
(254,237,249)
#FEF0F9
(254,240,249)
#FEF3F9
(254,243,249)
#FEF6F9
(254,246,249)
#FEF9F9
(254,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDBF9 color. Also use rgb(254,219,249) instead hex code.

Text Font Color

.myTextColor { color: #FEDBF9; }

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

This text font color is #FEDBF9.

Background Color

.myBgColor { background-color: #FEDBF9; }

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

This div background color is #FEDBF9.

Border color

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

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

This div border color is #FEDBF9.

Opacity

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

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

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

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

This text has shadow with #FEDBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDBF9.

Preview

Color preview on black background

This text has color #FEDBF9 on black background.


Color preview on white background

This text has color #FEDBF9 on white background.


Black color preview on #FEDBF9 background

This text has black color on #FEDBF9 background.


White color preview on #FEDBF9 background

This text has white color on #FEDBF9 background.


Related colors

Complementary color

Complementary color for #hex is #012406.


I love getcolorcode.com

Triadic colors

1 #F9FEDB and #DBF9FE with #FEDBF9 are triadic colors.

2 #F9DBFE and #DBFEF9 with #FEDBF9 are triadic colors.