COLOR #FEDABF

HEX: #FEDABF
RGB: (254,218,191)

Color info

#FEDABF contains mainly red and green colors. Web safe color of #FEDABF is #FFCCCC (or #FCC).

RGB color model

#FEDABF color RGB value is (254,218,191).

  • red value is 254;
  • green value is 218;
  • blue value is 191.
RGB:
(254,218,191)
(100%,85%,75%)

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 191 of 255 = 75%

254
218
191

R + G + B ~ 87%. #FEDABF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 218 + 191 = 663 (100%)
R 254 of 663 ~ 38.31%
G 218 of 663 ~ 32.88%
B 191 of 663 ~ 28.81%

%38.31
%32.88
%28.81

CMYK color model

#FEDABF color CMYK value is (0,14,25,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 24.80%
  • key color value is 0.39%
CMYK:
(0,14,25,0)
C0M14Y25K0 
(0%,14%,25%,0%)
(0.00/0.14/0.25/0.00)	

CMYK percentages

%0
%14.17
%24.8
%0.39

Codes

Color #FEDABF in popluar color models

FEDABF
RGB254218191
HSL26°96.92%87.25%
HSB/HSV26°24.80%99.61%
CMYK0.00%14.17%24.80%
0.39%

Color #FEDABF in popluar number systems.

HEXFEDABF
Decimal254218191
Binary111111101101101010111111
Octal376332277

Shades and tints

Shades of #FEDABF

#FEDABF
(254,218,191)
#E7C7AE
(231,199,174)
#D0B49D
(208,180,157)
#B9A18C
(185,161,140)
#A28E7B
(162,142,123)
#8B7B6A
(139,123,106)
#746859
(116,104,89)
#5D5548
(93,85,72)
#464237
(70,66,55)
#2F2F26
(47,47,38)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #FEDABF

#FEDABF
(254,218,191)
#FEDDC4
(254,221,196)
#FEE0C9
(254,224,201)
#FEE3CE
(254,227,206)
#FEE6D3
(254,230,211)
#FEE9D8
(254,233,216)
#FEECDD
(254,236,221)
#FEEFE2
(254,239,226)
#FEF2E7
(254,242,231)
#FEF5EC
(254,245,236)
#FEF8F1
(254,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDABF color. Also use rgb(254,218,191) instead hex code.

Text Font Color

.myTextColor { color: #FEDABF; }

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

This text font color is #FEDABF.


Background Color

.myBgColor { background-color: #FEDABF; }

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

This div background color is #FEDABF.


Border color

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

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

This div border color is #FEDABF.


Opacity

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

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

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

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

This text has shadow with #FEDABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDABF on black background.


Color preview on white background

This text has color #FEDABF on white background.



Black color preview on #FEDABF background

This text has black color on #FEDABF background.


White color preview on #FEDABF background

This text has white color on #FEDABF background.