COLOR #FFEDE1

HEX: #FFEDE1 RGB: (255,237,225)

Color info

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

RGB color model

#FFEDE1 color RGB value is (255,237,225).

RGB: (255,237,225) (100%, 93%, 88%)

RGB channels and saturation

R 255 of 255 = 100%
G 237 of 255 = 93%
B 225 of 255 = 88%

255
237
225

R + G + B ~ 94%. #FFEDE1 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 237 + 225 = 717 (100%)
R 255 of 717 ~ 35.56%
G 237 of 717 ~ 33.05%
B 225 of 717 ~ 31.38'%

%35.56
%33.05
%31.38

CMYK color model

#FFEDE1 color CMYK value is (0,7,12,0).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 11.76%
  • key color value is 0.00%

CMYK: (0,7,12,0)
C0M7Y12K0 (0%, 7%, 12%, 0%)
(0.00 / 0.07 / 0.12 / 0.00)

CMYK percentages

%0
%7.06
%11.76
%0

Codes

Color #FFEDE1 in popluar color models

FF ED E1
RGB 255 237 225
HSL 24° 100.00% 94.12%
HSB/HSV 24° 11.76% 100.00%
CMYK 0.00% 7.06% 11.76%
0.00%

Color #FFEDE1 in popluar number systems.

HEX FF ED E1
Decimal 255 237 225
Binary 11111111 11101101 11100001
Octal 377 355 341

Shades and tints

Shades of #FFEDE1

#FFEDE1
(255,237,225)
#E8D8CD
(232,216,205)
#D1C3B9
(209,195,185)
#BAAEA5
(186,174,165)
#A39991
(163,153,145)
#8C847D
(140,132,125)
#756F69
(117,111,105)
#5E5A55
(94,90,85)
#474541
(71,69,65)
#30302D
(48,48,45)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #FFEDE1

#FFEDE1
(255,237,225)
#FFEEE3
(255,238,227)
#FFEFE5
(255,239,229)
#FFF0E7
(255,240,231)
#FFF1E9
(255,241,233)
#FFF2EB
(255,242,235)
#FFF3ED
(255,243,237)
#FFF4EF
(255,244,239)
#FFF5F1
(255,245,241)
#FFF6F3
(255,246,243)
#FFF7F5
(255,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEDE1 color. Also use rgb(255,237,225) instead hex code.

Text Font Color

.myTextColor { color: #FFEDE1; }

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

This text font color is #FFEDE1.

Background Color

.myBgColor { background-color: #FFEDE1; }

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

This div background color is #FFEDE1.

Border color

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

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

This div border color is #FFEDE1.

Opacity

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

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

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

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

This text has shadow with #FFEDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEDE1.

Preview

Color preview on black background

This text has color #FFEDE1 on black background.


Color preview on white background

This text has color #FFEDE1 on white background.


Black color preview on #FFEDE1 background

This text has black color on #FFEDE1 background.


White color preview on #FFEDE1 background

This text has white color on #FFEDE1 background.


Related colors

Complementary color

Complementary color for #hex is #00121E.


I love getcolorcode.com

Triadic colors

1 #E1FFED and #EDE1FF with #FFEDE1 are triadic colors.

2 #E1EDFF and #EDFFE1 with #FFEDE1 are triadic colors.