COLOR #FDEADB

HEX: #FDEADB RGB: (253,234,219)

Color info

#FDEADB contains red, green and blue colors in about the same proportion. Web safe color of #FDEADB is #FFFFCC (or #FFC).

RGB color model

#FDEADB color RGB value is (253,234,219).

RGB: (253,234,219) (99%, 92%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 219 of 255 = 86%

253
234
219

R + G + B ~ 92%. #FDEADB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 219 = 706 (100%)
R 253 of 706 ~ 35.84%
G 234 of 706 ~ 33.14%
B 219 of 706 ~ 31.02'%

%35.84
%33.14
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK: (0,8,13,1) C0M8Y13K1 (0%,8%,13%,1%) (0.00/0.08/0.13/0.01) 

CMYK percentages

%0
%7.51
%13.44
%0.78

Codes

Color #FDEADB in popluar color models

FD EA DB
RGB 253 234 219
HSL 26° 89.47% 92.55%
HSB/HSV 26° 13.44% 99.22%
CMYK 0.00% 7.51% 13.44%
0.78%

Color #FDEADB in popluar number systems.

HEX FD EA DB
Decimal 253 234 219
Binary 11111101 11101010 11011011
Octal 375 352 333

Shades and tints

Shades of #FDEADB

#FDEADB
(253,234,219)
#E6D5C8
(230,213,200)
#CFC0B5
(207,192,181)
#B8ABA2
(184,171,162)
#A1968F
(161,150,143)
#8A817C
(138,129,124)
#736C69
(115,108,105)
#5C5756
(92,87,86)
#454243
(69,66,67)
#2E2D30
(46,45,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #FDEADB

#FDEADB
(253,234,219)
#FDEBDE
(253,235,222)
#FDECE1
(253,236,225)
#FDEDE4
(253,237,228)
#FDEEE7
(253,238,231)
#FDEFEA
(253,239,234)
#FDF0ED
(253,240,237)
#FDF1F0
(253,241,240)
#FDF2F3
(253,242,243)
#FDF3F6
(253,243,246)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEADB color. Also use rgb(253,234,219) instead hex code.

Text Font Color

.myTextColor { color: #FDEADB; }

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

This text font color is #FDEADB.

Background Color

.myBgColor { background-color: #FDEADB; }

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

This div background color is #FDEADB.

Border color

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

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

This div border color is #FDEADB.

Opacity

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

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

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

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

This text has shadow with #FDEADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEADB.

Preview

Color preview on black background

This text has color #FDEADB on black background.


Color preview on white background

This text has color #FDEADB on white background.


Black color preview on #FDEADB background

This text has black color on #FDEADB background.


White color preview on #FDEADB background

This text has white color on #FDEADB background.


Related colors

Complementary color

Complementary color for #hex is #021524.


I love getcolorcode.com

Triadic colors

1 #DBFDEA and #EADBFD with #FDEADB are triadic colors.

2 #DBEAFD and #EAFDDB with #FDEADB are triadic colors.