COLOR #FDEAE3

HEX: #FDEAE3 RGB: (253,234,227)

Color info

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

RGB color model

#FDEAE3 color RGB value is (253,234,227).

RGB: (253,234,227) (99%, 92%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 227 of 255 = 89%

253
234
227

R + G + B ~ 93%. #FDEAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 227 = 714 (100%)
R 253 of 714 ~ 35.43%
G 234 of 714 ~ 32.77%
B 227 of 714 ~ 31.79'%

%35.43
%32.77
%31.79

CMYK color model

#FDEAE3 color CMYK value is (0,8,10,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK: (0,8,10,1) C0M8Y10K1 (0%,8%,10%,1%) (0.00/0.08/0.10/0.01) 

CMYK percentages

%0
%7.51
%10.28
%0.78

Codes

Color #FDEAE3 in popluar color models

FD EA E3
RGB 253 234 227
HSL 16° 86.67% 94.12%
HSB/HSV 16° 10.28% 99.22%
CMYK 0.00% 7.51% 10.28%
0.78%

Color #FDEAE3 in popluar number systems.

HEX FD EA E3
Decimal 253 234 227
Binary 11111101 11101010 11100011
Octal 375 352 343

Shades and tints

Shades of #FDEAE3

#FDEAE3
(253,234,227)
#E6D5CF
(230,213,207)
#CFC0BB
(207,192,187)
#B8ABA7
(184,171,167)
#A19693
(161,150,147)
#8A817F
(138,129,127)
#736C6B
(115,108,107)
#5C5757
(92,87,87)
#454243
(69,66,67)
#2E2D2F
(46,45,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #FDEAE3

#FDEAE3
(253,234,227)
#FDEBE5
(253,235,229)
#FDECE7
(253,236,231)
#FDEDE9
(253,237,233)
#FDEEEB
(253,238,235)
#FDEFED
(253,239,237)
#FDF0EF
(253,240,239)
#FDF1F1
(253,241,241)
#FDF2F3
(253,242,243)
#FDF3F5
(253,243,245)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAE3; }

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

This text font color is #FDEAE3.

Background Color

.myBgColor { background-color: #FDEAE3; }

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

This div background color is #FDEAE3.

Border color

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

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

This div border color is #FDEAE3.

Opacity

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

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

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

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

This text has shadow with #FDEAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAE3.

Preview

Color preview on black background

This text has color #FDEAE3 on black background.


Color preview on white background

This text has color #FDEAE3 on white background.


Black color preview on #FDEAE3 background

This text has black color on #FDEAE3 background.


White color preview on #FDEAE3 background

This text has white color on #FDEAE3 background.


Related colors

Complementary color

Complementary color for #hex is #02151C.


I love getcolorcode.com

Triadic colors

1 #E3FDEA and #EAE3FD with #FDEAE3 are triadic colors.

2 #E3EAFD and #EAFDE3 with #FDEAE3 are triadic colors.