COLOR #FEDBC8

HEX: #FEDBC8 RGB: (254,219,200)

Color info

#FEDBC8 contains red, green and blue colors in about the same proportion. Web safe color of #FEDBC8 is #FFCCCC (or #FCC).

RGB color model

#FEDBC8 color RGB value is (254,219,200).

RGB: (254,219,200) (100%, 86%, 78%)

RGB channels and saturation

R 254 of 255 = 100%
G 219 of 255 = 86%
B 200 of 255 = 78%

254
219
200

R + G + B ~ 88%. #FEDBC8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 219 + 200 = 673 (100%)
R 254 of 673 ~ 37.74%
G 219 of 673 ~ 32.54%
B 200 of 673 ~ 29.72'%

%37.74
%32.54
%29.72

CMYK color model

#FEDBC8 color CMYK value is (0,14,21,0).

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

CMYK: (0,14,21,0)
C0M14Y21K0 (0%, 14%, 21%, 0%)
(0.00 / 0.14 / 0.21 / 0.00)

CMYK percentages

%0
%13.78
%21.26
%0.39

Codes

Color #FEDBC8 in popluar color models

FE DB C8
RGB 254 219 200
HSL 21° 96.43% 89.02%
HSB/HSV 21° 21.26% 99.61%
CMYK 0.00% 13.78% 21.26%
0.39%

Color #FEDBC8 in popluar number systems.

HEX FE DB C8
Decimal 254 219 200
Binary 11111110 11011011 11001000
Octal 376 333 310

Shades and tints

Shades of #FEDBC8

#FEDBC8
(254,219,200)
#E7C8B6
(231,200,182)
#D0B5A4
(208,181,164)
#B9A292
(185,162,146)
#A28F80
(162,143,128)
#8B7C6E
(139,124,110)
#74695C
(116,105,92)
#5D564A
(93,86,74)
#464338
(70,67,56)
#2F3026
(47,48,38)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #FEDBC8

#FEDBC8
(254,219,200)
#FEDECD
(254,222,205)
#FEE1D2
(254,225,210)
#FEE4D7
(254,228,215)
#FEE7DC
(254,231,220)
#FEEAE1
(254,234,225)
#FEEDE6
(254,237,230)
#FEF0EB
(254,240,235)
#FEF3F0
(254,243,240)
#FEF6F5
(254,246,245)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDBC8; }

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

This text font color is #FEDBC8.

Background Color

.myBgColor { background-color: #FEDBC8; }

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

This div background color is #FEDBC8.

Border color

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

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

This div border color is #FEDBC8.

Opacity

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

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

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

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

This text has shadow with #FEDBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDBC8.

Preview

Color preview on black background

This text has color #FEDBC8 on black background.


Color preview on white background

This text has color #FEDBC8 on white background.


Black color preview on #FEDBC8 background

This text has black color on #FEDBC8 background.


White color preview on #FEDBC8 background

This text has white color on #FEDBC8 background.


Related colors

Complementary color

Complementary color for #hex is #012437.


I love getcolorcode.com

Triadic colors

1 #C8FEDB and #DBC8FE with #FEDBC8 are triadic colors.

2 #C8DBFE and #DBFEC8 with #FEDBC8 are triadic colors.