COLOR #FFEDF4

HEX: #FFEDF4 RGB: (255,237,244)

Color info

#FFEDF4 contains red, green and blue colors in about the same proportion. Web safe color of #FFEDF4 is #FFFFFF (or #FFF).

RGB color model

#FFEDF4 color RGB value is (255,237,244).

RGB: (255,237,244) (100%, 93%, 96%)

RGB channels and saturation

R 255 of 255 = 100%
G 237 of 255 = 93%
B 244 of 255 = 96%

255
237
244

R + G + B ~ 96%. #FFEDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 237 + 244 = 736 (100%)
R 255 of 736 ~ 34.65%
G 237 of 736 ~ 32.2%
B 244 of 736 ~ 33.15'%

%34.65
%32.2
%33.15

CMYK color model

#FFEDF4 color CMYK value is (0,7,4,0).

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

CMYK: (0,7,4,0)
C0M7Y4K0 (0%, 7%, 4%, 0%)
(0.00 / 0.07 / 0.04 / 0.00)

CMYK percentages

%0
%7.06
%4.31
%0

Codes

Color #FFEDF4 in popluar color models

FF ED F4
RGB 255 237 244
HSL 337° 100.00% 96.47%
HSB/HSV 337° 7.06% 100.00%
CMYK 0.00% 7.06% 4.31%
0.00%

Color #FFEDF4 in popluar number systems.

HEX FF ED F4
Decimal 255 237 244
Binary 11111111 11101101 11110100
Octal 377 355 364

Shades and tints

Shades of #FFEDF4

#FFEDF4
(255,237,244)
#E8D8DE
(232,216,222)
#D1C3C8
(209,195,200)
#BAAEB2
(186,174,178)
#A3999C
(163,153,156)
#8C8486
(140,132,134)
#756F70
(117,111,112)
#5E5A5A
(94,90,90)
#474544
(71,69,68)
#30302E
(48,48,46)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #FFEDF4

#FFEDF4
(255,237,244)
#FFEEF5
(255,238,245)
#FFEFF6
(255,239,246)
#FFF0F7
(255,240,247)
#FFF1F8
(255,241,248)
#FFF2F9
(255,242,249)
#FFF3FA
(255,243,250)
#FFF4FB
(255,244,251)
#FFF5FC
(255,245,252)
#FFF6FD
(255,246,253)
#FFF7FE
(255,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEDF4; }

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

This text font color is #FFEDF4.

Background Color

.myBgColor { background-color: #FFEDF4; }

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

This div background color is #FFEDF4.

Border color

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

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

This div border color is #FFEDF4.

Opacity

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

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

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

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

This text has shadow with #FFEDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEDF4.

Preview

Color preview on black background

This text has color #FFEDF4 on black background.


Color preview on white background

This text has color #FFEDF4 on white background.


Black color preview on #FFEDF4 background

This text has black color on #FFEDF4 background.


White color preview on #FFEDF4 background

This text has white color on #FFEDF4 background.


Related colors

Complementary color

Complementary color for #hex is #00120B.


I love getcolorcode.com

Triadic colors

1 #F4FFED and #EDF4FF with #FFEDF4 are triadic colors.

2 #F4EDFF and #EDFFF4 with #FFEDF4 are triadic colors.