COLOR #FFEDF2

HEX: #FFEDF2 RGB: (255,237,242)

Color info

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

RGB color model

#FFEDF2 color RGB value is (255,237,242).

RGB: (255,237,242) (100%, 93%, 95%)

RGB channels and saturation

R 255 of 255 = 100%
G 237 of 255 = 93%
B 242 of 255 = 95%

255
237
242

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

Portions of RGB colors in percentages

R + G + B = 255 + 237 + 242 = 734 (100%)
R 255 of 734 ~ 34.74%
G 237 of 734 ~ 32.29%
B 242 of 734 ~ 32.97'%

%34.74
%32.29
%32.97

CMYK color model

#FFEDF2 color CMYK value is (0,7,5,0).

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

CMYK: (0,7,5,0)
C0M7Y5K0 (0%, 7%, 5%, 0%)
(0.00 / 0.07 / 0.05 / 0.00)

CMYK percentages

%0
%7.06
%5.1
%0

Codes

Color #FFEDF2 in popluar color models

FF ED F2
RGB 255 237 242
HSL 343° 100.00% 96.47%
HSB/HSV 343° 7.06% 100.00%
CMYK 0.00% 7.06% 5.10%
0.00%

Color #FFEDF2 in popluar number systems.

HEX FF ED F2
Decimal 255 237 242
Binary 11111111 11101101 11110010
Octal 377 355 362

Shades and tints

Shades of #FFEDF2

#FFEDF2
(255,237,242)
#E8D8DC
(232,216,220)
#D1C3C6
(209,195,198)
#BAAEB0
(186,174,176)
#A3999A
(163,153,154)
#8C8484
(140,132,132)
#756F6E
(117,111,110)
#5E5A58
(94,90,88)
#474542
(71,69,66)
#30302C
(48,48,44)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFEDF2

#FFEDF2
(255,237,242)
#FFEEF3
(255,238,243)
#FFEFF4
(255,239,244)
#FFF0F5
(255,240,245)
#FFF1F6
(255,241,246)
#FFF2F7
(255,242,247)
#FFF3F8
(255,243,248)
#FFF4F9
(255,244,249)
#FFF5FA
(255,245,250)
#FFF6FB
(255,246,251)
#FFF7FC
(255,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEDF2; }

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

This text font color is #FFEDF2.

Background Color

.myBgColor { background-color: #FFEDF2; }

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

This div background color is #FFEDF2.

Border color

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

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

This div border color is #FFEDF2.

Opacity

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

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

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

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

This text has shadow with #FFEDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEDF2.

Preview

Color preview on black background

This text has color #FFEDF2 on black background.


Color preview on white background

This text has color #FFEDF2 on white background.


Black color preview on #FFEDF2 background

This text has black color on #FFEDF2 background.


White color preview on #FFEDF2 background

This text has white color on #FFEDF2 background.


Related colors

Complementary color

Complementary color for #hex is #00120D.


I love getcolorcode.com

Triadic colors

1 #F2FFED and #EDF2FF with #FFEDF2 are triadic colors.

2 #F2EDFF and #EDFFF2 with #FFEDF2 are triadic colors.